Skip to content

Commit

Permalink
angstrom-2010.x: Prefer uclibc 0.9.32 release
Browse files Browse the repository at this point in the history
angstrom-bleeding prefers the git version

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
kraj authored and koenkooi committed Jul 10, 2011
1 parent 8cc6e5f commit 6c06c1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions conf/distro/angstrom-2010.x.conf
Expand Up @@ -75,9 +75,9 @@ PREFERRED_VERSION_linux-libc-headers-nativesdk = "${LINUX_LIBC_HEADERS_VERSION}"
#Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
PREFERRED_VERSION_glibc ?= "2.10.1"
PREFERRED_VERSION_glibc-initial ?= "2.10.1"
PREFERRED_VERSION_uclibc ?= "0.9.31+0.9.32rc%"
PREFERRED_VERSION_uclibc-initial ?= "0.9.31+0.9.32rc%"
PREFERRED_VERSION_eglibc ?= "2.12"
PREFERRED_VERSION_uclibc ?= "0.9.32"
PREFERRED_VERSION_uclibc-initial ?= "0.9.32"
PREFERRED_VERSION_eglibc ?= "2.12"
PREFERRED_VERSION_eglibc-initial ?= "2.12"
PREFERRED_VERSION_eglibc-locale ?= "2.12"

Expand Down
6 changes: 4 additions & 2 deletions conf/distro/angstrom-bleeding.conf
Expand Up @@ -7,6 +7,10 @@ ANGSTROM_BINUTILS_VERSION ?= "2.21"
PREFERRED_VERSION_eglibc ?= "2.13"
PREFERRED_VERSION_eglibc-initial ?= "2.13"

PREFERRED_VERSION_uclibc ?= "0.9.32+0.9.33%"
PREFERRED_VERSION_uclibc-initial ?= "0.9.32+0.9.33%"


require angstrom-2010.x.conf

DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}-bleeding-core"
Expand All @@ -15,5 +19,3 @@ DISTRO_PR = ".10"

# set feed path variables
FEED_BASEPATH = "feeds/bleeding-core/${ANGSTROM_PKG_FORMAT}/${TCLIBC}/"


0 comments on commit 6c06c1d

Please sign in to comment.