From 661edf7460f644cf3fe98c6c1d409a5b62570867 Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Thu, 28 Dec 2006 20:10:14 +0000 Subject: conf/machine/include/tosa-2.6.conf: remove obsolete file --- conf/machine/include/tosa-2.6.conf | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 conf/machine/include/tosa-2.6.conf (limited to 'conf') diff --git a/conf/machine/include/tosa-2.6.conf b/conf/machine/include/tosa-2.6.conf deleted file mode 100644 index f3591b4b75..0000000000 --- a/conf/machine/include/tosa-2.6.conf +++ /dev/null @@ -1,6 +0,0 @@ -include conf/machine/include/zaurus-2.6.conf -# wlan-ng Modules -MACHINE_EXTRA_RDEPENDS += "wlan-ng-modules-usb" - -# WM97xx Modules -#MACHINE_EXTRA_RRECOMMENDS += "kernel-module-wm97xx-core kernel-module-wm9705 kernel-module-pxa-wm97xx" -- cgit v1.2.3 From ab81577b599209970579172aefd1b14beb927fb1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 29 Dec 2006 13:04:38 +0000 Subject: angstrom: add OABI version for armv4 machines set DISTRO="angstrom-2007.1-oabi" to make use of this --- conf/distro/angstrom-2007.1-oabi.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conf/distro/angstrom-2007.1-oabi.conf (limited to 'conf') 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" + + + + + -- cgit v1.2.3