mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b241f633a3
commit
f93147633e
@@ -1,7 +1,7 @@
|
||||
inherit kernel
|
||||
require linux-yocto.inc
|
||||
|
||||
KMACHINE_qemux86 = "common_pc/base"
|
||||
KMACHINE_qemux86 = "common_pc"
|
||||
KMACHINE_qemux86-64 = "common_pc_64"
|
||||
KMACHINE_qemuppc = "qemu_ppc32"
|
||||
KMACHINE_qemumips = "mti_malta32_be"
|
||||
|
||||
Reference in New Issue
Block a user