diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-24 21:38:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-24 21:38:39 +0000 |
commit | e994842d7b886ba8ebe0dd65a18ad74e233a9897 (patch) | |
tree | 1d9e3c42fb7a93dbf61ca0327d9f7a05e73e2800 /meta | |
parent | ee11c2f3131a7e883bffe0d1374ced7c6ebd5e5a (diff) | |
download | poky-e994842d7b886ba8ebe0dd65a18ad74e233a9897.tar.gz |
poky-oabi.inc: Set sdk package versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3594 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-oabi.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-oabi.inc b/meta/conf/distro/include/poky-oabi.inc index c878a95c49..9192bf6fb8 100644 --- a/meta/conf/distro/include/poky-oabi.inc +++ b/meta/conf/distro/include/poky-oabi.inc | |||
@@ -11,9 +11,11 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" | |||
11 | 11 | ||
12 | PREFERRED_VERSION_binutils ?= "2.16" | 12 | PREFERRED_VERSION_binutils ?= "2.16" |
13 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" | 13 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" |
14 | PREFERRED_VERSION_binutils-cross-sdk ?= "2.15.94.0.1" | ||
14 | PREFERRED_VERSION_gcc ?= "3.4.4" | 15 | PREFERRED_VERSION_gcc ?= "3.4.4" |
15 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | 16 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" |
16 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | 17 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" |
18 | PREFERRED_VERSION_gcc-cross-sdk ?= "3.4.4" | ||
17 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1" | 19 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1" |
18 | PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" | 20 | PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" |
19 | PREFERRED_VERSION_elfutils ?= "0.89" | 21 | PREFERRED_VERSION_elfutils ?= "0.89" |