mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
linux-rp: Support a 2.6.29 kernel for qemumips
Modify the linux-rp-2.6.29 to enable building a kernel for qemumips with a defconfig taken form OE.dev's linux kernel Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
require linux-rp.inc
|
||||
|
||||
PR = "r11"
|
||||
PR = "r12"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
DEFAULT_PREFERENCE_qemux86 = "1"
|
||||
DEFAULT_PREFERENCE_qemumips = "1"
|
||||
|
||||
COMPATIBLE_MACHINE = '(qemux86)'
|
||||
COMPATIBLE_MACHINE = '(qemux86|qemumips)'
|
||||
|
||||
# Handy URLs
|
||||
# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
|
||||
@@ -19,6 +20,7 @@ COMPATIBLE_MACHINE = '(qemux86)'
|
||||
# Patches submitted upstream are towards top of this list
|
||||
# Hacks should clearly named and at the bottom
|
||||
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
|
||||
file://defconfig-qemux86"
|
||||
file://defconfig-qemux86 \
|
||||
file://defconfig-qemumips"
|
||||
|
||||
S = "${WORKDIR}/linux-2.6.29"
|
||||
|
||||
Reference in New Issue
Block a user