summaryrefslogtreecommitdiff
path: root/conf/distro/angstrom-2007.1-oabi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/angstrom-2007.1-oabi.conf')
-rw-r--r--conf/distro/angstrom-2007.1-oabi.conf16
1 files changed, 10 insertions, 6 deletions
diff --git a/conf/distro/angstrom-2007.1-oabi.conf b/conf/distro/angstrom-2007.1-oabi.conf
index e63dc61a48..d2e59f85a4 100644
--- a/conf/distro/angstrom-2007.1-oabi.conf
+++ b/conf/distro/angstrom-2007.1-oabi.conf
@@ -3,16 +3,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)"
+PREFERRED_PROVIDER_virtual/arm-angstrom-linux-libc-for-gcc = "glibc-intermediate"
#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"
+PACKAGE_ARCH = "arm-oabi"
+PACKAGE_EXTRA_ARCHS = "arm-oabi"
+
+PREFERRED_VERSION_linux-handhelds-2.6_h3600 = "2.6.19-hh13"
+
+FEED_ARCH_collie = "arm-oabi"
+FEED_ARCH_h3600 = "arm-oabi"
+FEED_ARCH_h3800 = "arm-oabi"
+FEED_ARCH_simpad = "arm-oabi"