[oe-commits] org.oe.dev angstrom: add OABI version for armv4 machines

koen commit openembedded-commits at lists.openembedded.org
Fri Dec 29 13:07:15 UTC 2006


angstrom: add OABI version for armv4 machines

set DISTRO="angstrom-2007.1-oabi" to make use of this

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 2182e7d5d0e2ed6898aad91a73b2121eb6db215e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2182e7d5d0e2ed6898aad91a73b2121eb6db215e
Files:
1
conf/distro/angstrom-2007.1-oabi.conf
Diffs:

#
# mt diff -r08852d3ee921e5b54ef924285cd0ed124cb83e31 -r2182e7d5d0e2ed6898aad91a73b2121eb6db215e
#
# 
# 
# add_file "conf/distro/angstrom-2007.1-oabi.conf"
#  content [10a6bfeeb2982b752cb5c18613e0990965b174e0]
# 
============================================================
--- conf/distro/angstrom-2007.1-oabi.conf	10a6bfeeb2982b752cb5c18613e0990965b174e0
+++ conf/distro/angstrom-2007.1-oabi.conf	10a6bfeeb2982b752cb5c18613e0990965b174e0
@@ -0,0 +1,20 @@
+require conf/distro/angstrom-2007.1.conf
+
+#this is a special version of angstrom for armv4 based machines that can't do EABI
+#see http://wiki.debian.org/ArmEabiPort for details on that
+
+#set compatible machine so people don't 'accidentally' use this 
+COMPATIBLE_MACHINE = "(collie|h3600|h3800|simpad)"
+
+#only glibc based builds are supported ATM
+TARGET_OS = "linux"
+
+FEED_ARCH_collie       = "arm"
+FEED_ARCH_h3600        = "arm"
+FEED_ARCH_h3800        = "arm"
+FEED_ARCH_simpad       = "arm"
+
+
+
+
+






More information about the Openembedded-commits mailing list