summaryrefslogtreecommitdiff
path: root/packages/uclibc/files
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-10-19 01:06:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-19 01:06:38 +0000
commit979d2d692724a430e3c42471d716fa0b294ddf48 (patch)
tree38f8386753ed1655d8e1ab8efdc5afb2c2d66ffa /packages/uclibc/files
parent23cc7d590f6f9363d9326ee6896a349830a30ece (diff)
uclibc: add uClibc.machine, uClibc.distro + empty defaults in uclibc.inc
- Change uclibc 0.9.28 ucslugc builds (only) to use the new mechanism - to select ucslugc arm and armeb config - There is no change to any build config (including ucslugc), just a - change in mechanism.
Diffstat (limited to 'packages/uclibc/files')
-rw-r--r--packages/uclibc/files/uClibc.distro3
-rw-r--r--packages/uclibc/files/uClibc.machine8
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/uclibc/files/uClibc.distro b/packages/uclibc/files/uClibc.distro
new file mode 100644
index 0000000000..d87b891b41
--- /dev/null
+++ b/packages/uclibc/files/uClibc.distro
@@ -0,0 +1,3 @@
+# Default per-distro config
+# DO NOT CHANGE THIS
+# Create a new file ${DISTRO}/uClibc.distro
diff --git a/packages/uclibc/files/uClibc.machine b/packages/uclibc/files/uClibc.machine
new file mode 100644
index 0000000000..66346b90f3
--- /dev/null
+++ b/packages/uclibc/files/uClibc.machine
@@ -0,0 +1,8 @@
+# Default per-machine config
+# DO NOT CHANGE THIS
+# Create a new file ${MACHINE}/uClibc.distro
+# Use this file for information which is specific to the machine,
+# as opposed to the architecture (e.g. nslu2 as opposed to armeb or arm)
+# KISS: this file gets includes last, nothing in here can be
+# overridden. Restrict things in here to things which are absolutely
+# and certainly true for this machine.