diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-27 15:34:24 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-27 15:39:08 -0700 |
commit | f692b724d9cb01cfa6f3bc6a5f171084b1cc503c (patch) | |
tree | 2fd451a1408277046cebcd0aadcd79f6f6edd007 /recipes/linux/linux_2.6.34.bb | |
parent | 5ff088e9df931a6306086e94570c5b0710ae65c8 (diff) |
linux_2.6.34.bb: Make it to support qemuarm
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.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.34.bb b/recipes/linux/linux_2.6.34.bb index b406e535df..ea74e94750 100644 --- a/recipes/linux/linux_2.6.34.bb +++ b/recipes/linux/linux_2.6.34.bb @@ -2,6 +2,7 @@ require linux.inc # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_qemuarm = "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 \ |