summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-02-25 04:42:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-02 22:45:28 +0000
commit0a5ed73408aa948d78f7047c9d9d9c89dafc97fe (patch)
tree615b384a5091f1bb1f8ffbf4a6403de27cd5971b /meta-yocto
parent1a467dc929344f4b2b37b623a9fd85de18cfbdc3 (diff)
downloadpoky-0a5ed73408aa948d78f7047c9d9d9c89dafc97fe.tar.gz
meta-yocto/linux-yocto: update qemu BSPs to 3.8 kernel
Change linux-yocto preferred version to 3.8 for the qemu BSPs. The non-qemu default stays at 3.4 until the hardware reference platforms can be validated on the 3.8 kernel. At the same time, we remove the 3.0 linux-yocto bbappends, since they have been removed in the core layers and will cause dangling append problems if left in place. (From meta-yocto rev: 896b845e0e574f4c4f2205e0516c00f178dde185) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index d924fcc996..85829f9055 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -14,11 +14,11 @@ LAYER_CONF_VERSION ?= "6"
14DISTRO_FEATURES_append = " largefile opengl multiarch" 14DISTRO_FEATURES_append = " largefile opengl multiarch"
15 15
16PREFERRED_VERSION_linux-yocto ?= "3.4%" 16PREFERRED_VERSION_linux-yocto ?= "3.4%"
17PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.4%" 17PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.8%"
18PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.4%" 18PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.8%"
19PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.4%" 19PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.8%"
20PREFERRED_VERSION_linux-yocto_qemumips ?= "3.4%" 20PREFERRED_VERSION_linux-yocto_qemumips ?= "3.8%"
21PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.4%" 21PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.8%"
22 22
23SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" 23SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
24SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" 24SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"