diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-06-01 00:43:06 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-08 11:57:50 +0100 |
commit | 7f806be2b0f894725e806c594670a7bea5ff4f1c (patch) | |
tree | 9d884ec683082df2c80cb107c44dc00952d3fed8 /meta-yocto/conf/distro/poky.conf | |
parent | 70d7e13b1409ea1e22331b60b2f6e5a175b28e7e (diff) | |
download | poky-7f806be2b0f894725e806c594670a7bea5ff4f1c.tar.gz |
meta-yocto: make 3.4 the default kernel for qemu*
The 3.4 kernel is available and has been built and booted on
all the qemu machines, so it now becomes the default for the
qemu machines, and machines that don't explicitly set a preferred
version.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-yocto/conf/distro/poky.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 9c1e4b6800..cc9fa6c33b 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -12,12 +12,12 @@ LOCALCONF_VERSION = "1" | |||
12 | 12 | ||
13 | DISTRO_FEATURES_append = " largefile opengl" | 13 | DISTRO_FEATURES_append = " largefile opengl" |
14 | 14 | ||
15 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | 15 | PREFERRED_VERSION_linux-yocto ?= "3.4%" |
16 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.2%" | 16 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.4%" |
17 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.2%" | 17 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.4%" |
18 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.2%" | 18 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.4%" |
19 | PREFERRED_VERSION_linux-yocto_qemumips ?= "3.2%" | 19 | PREFERRED_VERSION_linux-yocto_qemumips ?= "3.4%" |
20 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.2%" | 20 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.4%" |
21 | 21 | ||
22 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" | 22 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" |
23 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" | 23 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" |