diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-02-25 04:42:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-02 22:45:28 +0000 |
commit | 0a5ed73408aa948d78f7047c9d9d9c89dafc97fe (patch) | |
tree | 615b384a5091f1bb1f8ffbf4a6403de27cd5971b /meta-yocto | |
parent | 1a467dc929344f4b2b37b623a9fd85de18cfbdc3 (diff) | |
download | poky-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.conf | 10 |
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" | |||
14 | DISTRO_FEATURES_append = " largefile opengl multiarch" | 14 | DISTRO_FEATURES_append = " largefile opengl multiarch" |
15 | 15 | ||
16 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | 16 | PREFERRED_VERSION_linux-yocto ?= "3.4%" |
17 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.4%" | 17 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.8%" |
18 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.4%" | 18 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.8%" |
19 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.4%" | 19 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.8%" |
20 | PREFERRED_VERSION_linux-yocto_qemumips ?= "3.4%" | 20 | PREFERRED_VERSION_linux-yocto_qemumips ?= "3.8%" |
21 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.4%" | 21 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.8%" |
22 | 22 | ||
23 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" | 23 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" |
24 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" | 24 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" |