diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-08-20 00:55:06 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-24 18:29:54 -0700 |
commit | f6c1e8ec29487998834b7ce519bde0c9133f9d40 (patch) | |
tree | 281ef6b9f7d388152dbdda591ca0f78e64aff775 /meta-yocto/conf | |
parent | 2ee520a726f3ad1a120271ea2bc0cccf1df407e6 (diff) | |
download | poky-f6c1e8ec29487998834b7ce519bde0c9133f9d40.tar.gz |
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>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index c65cbc47fd..c5fc3b92d3 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -13,6 +13,11 @@ LOCALCONF_VERSION = "1" | |||
13 | DISTRO_FEATURES_append = " largefile opengl" | 13 | DISTRO_FEATURES_append = " largefile opengl" |
14 | 14 | ||
15 | PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%" | 15 | PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%" |
16 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.0%" | ||
17 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.0%" | ||
18 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.0%" | ||
19 | PREFERRED_VERSION_linux-yocto_qemumips ?= "3.0%" | ||
20 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.0%" | ||
16 | 21 | ||
17 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" | 22 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" |
18 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" | 23 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" |