diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-01-30 10:57:30 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 15:11:12 +0000 |
| commit | 89b71a5062cfb42d82de3ea62ce50776a2c43bfe (patch) | |
| tree | e736c45282fa96838184c058f01135a1a94761a3 | |
| parent | 6719d3e9e7f4209018ed9ba331b852383f854539 (diff) | |
| download | poky-89b71a5062cfb42d82de3ea62ce50776a2c43bfe.tar.gz | |
meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2
With introduction of the 3.2 kernel repository, we can make the qemu
targets prefer this variant. Built and boot testing has been completed
on sato/minimal targets for all emulated targets.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -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 86f9bf6489..596336e241 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 ?= "2.6.37+git%" | 15 | PREFERRED_VERSION_linux-yocto ?= "3.0%" |
| 16 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.0%" | 16 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.2%" |
| 17 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.0%" | 17 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.2%" |
| 18 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.0%" | 18 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.2%" |
| 19 | PREFERRED_VERSION_linux-yocto_qemumips ?= "3.0%" | 19 | PREFERRED_VERSION_linux-yocto_qemumips ?= "3.2%" |
| 20 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.0%" | 20 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.2%" |
| 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}" |
