mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
meta-yocto: make qemu machines prefer linux-yocto_3.0
Since there aren't individual qemu*.conf files in meta-yocto the qemu machines follow the default preference in poky.conf, which is the 2.6.37 kernel. Rather than introducing new .conf files just for this adding machine specific overrides is lower footprint. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
2ee520a726
commit
f6c1e8ec29
@@ -13,6 +13,11 @@ LOCALCONF_VERSION = "1"
|
||||
DISTRO_FEATURES_append = " largefile opengl"
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%"
|
||||
PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.0%"
|
||||
PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.0%"
|
||||
PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.0%"
|
||||
PREFERRED_VERSION_linux-yocto_qemumips ?= "3.0%"
|
||||
PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.0%"
|
||||
|
||||
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
|
||||
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user