[oe-commits] org.oe.dev angstrom: blackfin updates

koen commit openembedded-commits at lists.openembedded.org
Tue Jun 12 08:10:28 UTC 2007


angstrom: blackfin updates

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 08e772f1383490dc8fd889fda95b544d0ed6e31b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=08e772f1383490dc8fd889fda95b544d0ed6e31b
Files:
1
conf/distro/angstrom-2007.1.conf
conf/distro/include/angstrom-uclibc.inc
Diffs:

#
# mt diff -r4bb26bc7bc4aeef01cabaf1e7594a7cef51b268b -r08e772f1383490dc8fd889fda95b544d0ed6e31b
#
# 
# 
# patch "conf/distro/angstrom-2007.1.conf"
#  from [954448687144036955f63ab48627eee261d433a4]
#    to [b0c3e6f78934d7caf7f5dbb8894616cac9e665ec]
# 
# patch "conf/distro/include/angstrom-uclibc.inc"
#  from [5ed2404a7f0af68fc5b027e93f83a37b90d339fc]
#    to [5976f51d1a203540984b37aea9a01200c509f145]
# 
============================================================
--- conf/distro/angstrom-2007.1.conf	954448687144036955f63ab48627eee261d433a4
+++ conf/distro/angstrom-2007.1.conf	b0c3e6f78934d7caf7f5dbb8894616cac9e665ec
@@ -191,13 +191,16 @@ PREFERRED_VERSION_linux-libc-headers ?= 
 
 #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.20"
+PREFERRED_VERSION_linux-libc-headers_bfin = "2.6.21"
 
 #Prefer glibc 2.5 and uclibc 0.9.29, these have had the most testing.
 PREFERRED_VERSION_glibc ?= "2.5"
 PREFERRED_VERSION_uclibc ?= "0.9.29"
+PREFERRED_VERSION_uclibc-initial ?= "0.9.29"
 
 #there's is no avr32 patch for 0.9.29
 PREFERRED_VERSION_uclibc_avr32 = "0.9.28"
+PREFERRED_VERSION_uclibc-initial_avr32 = "0.9.28"
 
 PREFERRED_VERSION_glibc-intermediate_i686 ?= "2.4"
 PREFERRED_VERSION_glibc-intermediate ?= "2.5"
============================================================
--- conf/distro/include/angstrom-uclibc.inc	5ed2404a7f0af68fc5b027e93f83a37b90d339fc
+++ conf/distro/include/angstrom-uclibc.inc	5976f51d1a203540984b37aea9a01200c509f145
@@ -7,7 +7,8 @@ USE_NLS_glib-2.0 = "yes"
 USE_NLS ?= "no"
 USE_NLS_glib-2.0 = "yes"
 
-TARGET_OS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad']]}"
+TARGET_OS_UC = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad']]}"
+TARGET_OS = "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARCH',d)  in ['bfin']]}"
 
 #mess with compiler flags to use -Os instead of -O2
 #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info






More information about the Openembedded-commits mailing list