[oe] [PATCH] angstrom-2008.1.conf: Hard-code the nios2 version for linux-libc-headers.

Leon Woestenberg leon.woestenberg at gmail.com
Sun Dec 6 22:44:56 UTC 2009


Signed-off-by: Leon Woestenberg <leon at sidebranch.com>
---
 conf/distro/angstrom-2008.1.conf |    3 ++-
 conf/machine/include/nios2.inc   |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 51d8242..63f6e3d 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -79,7 +79,8 @@ PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20"
 #KERNEL_INITRAMFS_PATH = "${KERNEL_INITRAMFS_DIR}/$(readlink ${KERNEL_INITRAMFS_DIR}initramfs-bootmenu-image-${MACHINE}.cpio.gz)"
 
 #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against
-PREFERRED_VERSION_linux-libc-headers 	?= "2.6.31"
+PREFERRED_VERSION_linux-libc-headers 	= "2.6.31"
+PREFERRED_VERSION_linux-libc-headers_nios2	= "nios2-2.6.28"
 
 #Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
 PREFERRED_VERSION_glibc 		?= "2.9"
diff --git a/conf/machine/include/nios2.inc b/conf/machine/include/nios2.inc
index e23c72d..6a693fc 100644
--- a/conf/machine/include/nios2.inc
+++ b/conf/machine/include/nios2.inc
@@ -15,6 +15,7 @@ PREFERRED_VERSION_linux-nios2 ?= "2.6.28"
 # Select the nios2-specific toolchain parts
 PREFERRED_VERSION_binutils = "nios2-2.15"
 PREFERRED_VERSION_binutils-cross = "nios2-2.15"
+# For Angstrom, this is set in angstrom-2008.1.conf
 PREFERRED_VERSION_linux-libc-headers = "nios2-2.6.28"
 PREFERRED_VERSION_elf2flt-cross = "nios2-git"
 PREFERRED_VERSION_gcc-cross = "nios2-3.4.6"
-- 
1.6.0.4





More information about the Openembedded-devel mailing list