[oe-commits] org.oe.dev angtrom-uclibc: revert the TARGET_OS set for now

woglinde2 commit oe at amethyst.openembedded.net
Fri Jul 25 08:34:18 UTC 2008


angtrom-uclibc: revert the TARGET_OS set for now
* somehow TARGET_OS ?= do not set the variable will
stick with TARGET_OS otherwise no angstrom-uclibc builds

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: c5251d02ae821f28febfb91fb76af9cd01b8f3fd
ViewMTN: http://monotone.openembedded.org/revision/info/c5251d02ae821f28febfb91fb76af9cd01b8f3fd
Files:
1
conf/distro/include/angstrom-uclibc.inc
Diffs:

#
# mt diff -rb42174d09cb3b9f238349e9eedac55b9e33333f8 -rc5251d02ae821f28febfb91fb76af9cd01b8f3fd
#
#
#
# patch "conf/distro/include/angstrom-uclibc.inc"
#  from [811d455e8ee857e124f2089a5c52c29d5b1124be]
#    to [ca2fe974b58e8678de2abda68a7ace8c061523a2]
#
============================================================
--- conf/distro/include/angstrom-uclibc.inc	811d455e8ee857e124f2089a5c52c29d5b1124be
+++ conf/distro/include/angstrom-uclibc.inc	ca2fe974b58e8678de2abda68a7ace8c061523a2
@@ -14,7 +14,7 @@ TARGET_OS_UC = "linux${@['-uclibc','-ucl
 USE_NLS_glib-2.0 = "yes"
 
 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', 'htcwallaby']]}"
-TARGET_OS ?= "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARCH',d)  in ['bfin']]}"
+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