diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-05-30 23:32:39 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:06:58 +0100 |
commit | 5a2e4f58601465756c073e02c7c7ab3959b537a9 (patch) | |
tree | a3faf64a7d24a2cf06782ccf4ffd4e0298c95be6 /meta-yocto/conf/distro | |
parent | d8358a04e38492283c3051b4ee88eaa94ee26b2b (diff) | |
download | poky-5a2e4f58601465756c073e02c7c7ab3959b537a9.tar.gz |
poky.conf: add qemumips64 preferred version
(From meta-yocto rev: 24c155142190f85876850f8c78daf7f6d681e401)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/distro')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 4a2019cea5..e2c47907a5 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -19,6 +19,7 @@ PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.8%" | |||
19 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.8%" | 19 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.8%" |
20 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.8%" | 20 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.8%" |
21 | PREFERRED_VERSION_linux-yocto_qemumips ?= "3.8%" | 21 | PREFERRED_VERSION_linux-yocto_qemumips ?= "3.8%" |
22 | PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.8%" | ||
22 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.8%" | 23 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.8%" |
23 | 24 | ||
24 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" | 25 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" |