diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-12-20 14:51:29 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 14:28:21 +0000 |
commit | f93147633e0212a11d25fbfa56e221c0d8d1a9ac (patch) | |
tree | e03583555e25faaf9e47dd88b8d67a1541d94767 | |
parent | b241f633a3113cbe701d1164c2928be45530cf83 (diff) | |
download | poky-f93147633e0212a11d25fbfa56e221c0d8d1a9ac.tar.gz |
linux-yocto-stable: fix qemux86 branch name
The mapping of qemu to kernel branch name for the stable
kernel had a small leak from the devel kernel. Nothing
broke since qemux86 prefers the 2.6.37 kernel and this was
hidden.
This fixes the mapping for anyone who does want a 2.6.34 based
qemux86 kernel.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-stable_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb index 85b67f4ddc..2f6eb2dba5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | inherit kernel | 1 | inherit kernel |
2 | require linux-yocto.inc | 2 | require linux-yocto.inc |
3 | 3 | ||
4 | KMACHINE_qemux86 = "common_pc/base" | 4 | KMACHINE_qemux86 = "common_pc" |
5 | KMACHINE_qemux86-64 = "common_pc_64" | 5 | KMACHINE_qemux86-64 = "common_pc_64" |
6 | KMACHINE_qemuppc = "qemu_ppc32" | 6 | KMACHINE_qemuppc = "qemu_ppc32" |
7 | KMACHINE_qemumips = "mti_malta32_be" | 7 | KMACHINE_qemumips = "mti_malta32_be" |