[oe-commits] Steve Sakoman : angstrom: Use linux-libc-headers 2.6.37

git version control git at git.openembedded.org
Sun May 8 18:42:09 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a8917add6e9ca89f3dc293b3f4ce3ea1541ecdb4
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=a8917add6e9ca89f3dc293b3f4ce3ea1541ecdb4

Author: Steve Sakoman <steve at sakoman.com>
Date:   Sun Apr  3 20:03:50 2011 -0700

angstrom: Use linux-libc-headers 2.6.37

Signed-off-by: Steve Sakoman <steve at sakoman.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 conf/distro/angstrom-2010.x.conf                   |    2 +-
 .../linux-libc-headers_2.6.37.bb                   |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/distro/angstrom-2010.x.conf b/conf/distro/angstrom-2010.x.conf
index 6cb4f6c..4fe980f 100644
--- a/conf/distro/angstrom-2010.x.conf
+++ b/conf/distro/angstrom-2010.x.conf
@@ -64,7 +64,7 @@ PCMCIA_MANAGER = "pcmciautils"
 PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20"
 
 #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against
-LINUX_LIBC_HEADERS_VERSION ?= "2.6.32"
+LINUX_LIBC_HEADERS_VERSION ?= "2.6.37"
 PREFERRED_VERSION_linux-libc-headers = "${LINUX_LIBC_HEADERS_VERSION}"
 PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}"
 
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb
index 67bc5f0..4937e82 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb
@@ -2,6 +2,8 @@ require linux-libc-headers.inc
 
 # untested for non nios2 systems
 DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "1"
+
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
 PR = "r0"





More information about the Openembedded-commits mailing list