aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.34.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-29 10:07:18 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-29 10:07:18 -0700
commit4cc2f5d52ad588d24a83f9a8d854b75d329c3b7f (patch)
treef825185003cf3fc1a4d04f96d168dc6cc1cf36d6 /recipes/linux/linux_2.6.34.bb
parent242dac2d69bd149100ac3609e13600facde4e503 (diff)
downloadopenembedded-4cc2f5d52ad588d24a83f9a8d854b75d329c3b7f.tar.gz
linux-2.6.34: Make preferred kernel for all supported qemu machine (x86, arm, mips, sh and ppc)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux_2.6.34.bb')
-rw-r--r--recipes/linux/linux_2.6.34.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.34.bb b/recipes/linux/linux_2.6.34.bb
index ea74e94750..9dd7b35d42 100644
--- a/recipes/linux/linux_2.6.34.bb
+++ b/recipes/linux/linux_2.6.34.bb
@@ -3,6 +3,10 @@ require linux.inc
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_qemuarm = "1"
+DEFAULT_PREFERENCE_qemuppc = "1"
+DEFAULT_PREFERENCE_qemush4 = "1"
+DEFAULT_PREFERENCE_qemumips = "1"
+DEFAULT_PREFERENCE_qemux86 = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \
file://ARM-Add-support-for-LZMA-compressed-kernel-images.patch;status=pending \