aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-29 13:04:38 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-29 13:04:38 +0000
commitab81577b599209970579172aefd1b14beb927fb1 (patch)
tree2ff63a3c17778cfb6cdf00d93859410b73326b04
parente4f2b6e1d0bc68b738d9d1428a2ebb6c6d2014df (diff)
downloadopenembedded-ab81577b599209970579172aefd1b14beb927fb1.tar.gz
angstrom: add OABI version for armv4 machines
set DISTRO="angstrom-2007.1-oabi" to make use of this
-rw-r--r--conf/distro/angstrom-2007.1-oabi.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2007.1-oabi.conf b/conf/distro/angstrom-2007.1-oabi.conf
new file mode 100644
index 0000000000..e63dc61a48
--- /dev/null
+++ b/conf/distro/angstrom-2007.1-oabi.conf
@@ -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"
+
+
+
+
+