angstrom legacy: add a skeleton for building angstrom for devices that require legacy...
authorKoen Kooi <koen@openembedded.org>
Mon, 26 Feb 2007 19:20:04 +0000 (19:20 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 26 Feb 2007 19:20:04 +0000 (19:20 +0000)
conf/distro/angstrom-2007.1-legacy.conf [new file with mode: 0644]

diff --git a/conf/distro/angstrom-2007.1-legacy.conf b/conf/distro/angstrom-2007.1-legacy.conf
new file mode 100644 (file)
index 0000000..a22a35d
--- /dev/null
@@ -0,0 +1,9 @@
+#this is a special version of angstrom for legacy (e.g. kernel 2.4) software
+# that means:
+#      * no udev
+#      * no sysfs
+#      * no EABI for ARM
+
+require conf/distro/angstrom-2007.1-oabi.conf
+
+# We'll have to fill this in as we go.