[oe-commits] org.oe.dev angstrom.inc: also use softfloat for armeb

koen commit openembedded-commits at lists.openembedded.org
Thu Nov 23 10:08:12 UTC 2006


angstrom.inc: also use softfloat for armeb

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4d957b0f42712e699ac776282979b42345af9a76
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4d957b0f42712e699ac776282979b42345af9a76
Files:
1
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -r65dd19d3c77eab8b373dccb916756ee4dbf7f420 -r4d957b0f42712e699ac776282979b42345af9a76
#
# 
# 
# patch "conf/distro/include/angstrom.inc"
#  from [fd2aae356452bd24cae80749c307bfe1a6b57942]
#    to [c8e091858a4b0f51660392a154a2b621273b6a0f]
# 
============================================================
--- conf/distro/include/angstrom.inc	fd2aae356452bd24cae80749c307bfe1a6b57942
+++ conf/distro/include/angstrom.inc	c8e091858a4b0f51660392a154a2b621273b6a0f
@@ -22,7 +22,7 @@ MAINTAINER = "Angstrom Developers <angst
 
 #use ipkg package format with debian style naming
 #use multimachine buildrules 
-INHERIT += "package_ipk debian multimachine sanity"
+INHERIT += "package_ipk debian multimachine sanity devshell"
 
 #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
 PREFERRED_PROVIDER_qemu-native = "qemu-native"
@@ -34,6 +34,7 @@ TARGET_FPU_arm ?= "soft"
 #ARM EABI is softfloat by default, but let's make sure :)
 #make it overridable for platforms with FPU, like ep93xx or i.mx31
 TARGET_FPU_arm ?= "soft"
+TARGET_FPU_armeb ?= "soft"
 TARGET_FPU_ixp4xx ?= "soft"
 
 






More information about the Openembedded-commits mailing list