summaryrefslogtreecommitdiff
path: root/conf/distro/openzaurus.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-09-25 17:38:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-25 17:38:35 +0000
commitfd8ab851f647f58265fbee3a5d06096d6599f1ca (patch)
treed6f47e649813ab0a3462e82de9c46b8d5707d192 /conf/distro/openzaurus.conf
parent4b6427accc44cc5f8b49935d7cd19a4b7dd4d2f8 (diff)
distro configurations: revert unversioned distro configurations back to standard names and add a warning if they're chosen
Diffstat (limited to 'conf/distro/openzaurus.conf')
-rw-r--r--conf/distro/openzaurus.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf
new file mode 100644
index 0000000000..9020d55217
--- /dev/null
+++ b/conf/distro/openzaurus.conf
@@ -0,0 +1,14 @@
+#@TYPE: Distribution
+#@NAME: OpenZaurus
+#@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org)
+
+INHERIT += " package_ipk debian"
+# For some reason, this doesn't work
+# TARGET_OS ?= "linux"
+TARGET_OS = "linux"
+TARGET_FPU = "soft"
+
+PARALLEL_INSTALL_MODULES = "1"
+UDEV_DEVFS_RULES = "1"
+
+DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"