summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-06-01 00:43:06 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:57:50 +0100
commit7f806be2b0f894725e806c594670a7bea5ff4f1c (patch)
tree9d884ec683082df2c80cb107c44dc00952d3fed8 /meta-yocto
parent70d7e13b1409ea1e22331b60b2f6e5a175b28e7e (diff)
downloadpoky-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')
-rw-r--r--meta-yocto/conf/distro/poky.conf12
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
13DISTRO_FEATURES_append = " largefile opengl" 13DISTRO_FEATURES_append = " largefile opengl"
14 14
15PREFERRED_VERSION_linux-yocto ?= "3.0%" 15PREFERRED_VERSION_linux-yocto ?= "3.4%"
16PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.2%" 16PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.4%"
17PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.2%" 17PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.4%"
18PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.2%" 18PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.4%"
19PREFERRED_VERSION_linux-yocto_qemumips ?= "3.2%" 19PREFERRED_VERSION_linux-yocto_qemumips ?= "3.4%"
20PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.2%" 20PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.4%"
21 21
22SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" 22SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
23SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" 23SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"