aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-rp_2.6.29.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-01-06 15:34:40 +0000
committerJoshua Lock <josh@linux.intel.com>2010-01-06 15:52:16 +0000
commite4f4259365d73e5f6e1ff47b8c41ef91a82ad70e (patch)
tree697b48d32458655b479f207eabd5717aa26d7abe /meta/packages/linux/linux-rp_2.6.29.bb
parent955c7aaf5163d6c2a712a365bfe94291a1accf8a (diff)
downloadopenembedded-core-contrib-e4f4259365d73e5f6e1ff47b8c41ef91a82ad70e.tar.gz
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>
Diffstat (limited to 'meta/packages/linux/linux-rp_2.6.29.bb')
-rw-r--r--meta/packages/linux/linux-rp_2.6.29.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.29.bb b/meta/packages/linux/linux-rp_2.6.29.bb
index 1b55b6e381..ed1a7b1d72 100644
--- a/meta/packages/linux/linux-rp_2.6.29.bb
+++ b/meta/packages/linux/linux-rp_2.6.29.bb
@@ -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"