summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-rp_2.6.29.bb
diff options
context:
space:
mode:
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 1b55b6e38..ed1a7b1d7 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"