aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/openzaurus.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/conf/distro/openzaurus.conf
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadopenembedded-core-contrib-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/openzaurus.conf')
-rw-r--r--meta/conf/distro/openzaurus.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/conf/distro/openzaurus.conf b/meta/conf/distro/openzaurus.conf
new file mode 100644
index 0000000000..b7f456320f
--- /dev/null
+++ b/meta/conf/distro/openzaurus.conf
@@ -0,0 +1,18 @@
+#@TYPE: Distribution
+#@NAME: OpenZaurus
+#@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org)
+
+DISTRO = "openzaurus"
+DISTRO_NAME = "OpenZaurus"
+
+INHERIT += " package_ipk debian multimachine"
+# For some reason, this doesn't work
+# TARGET_OS ?= "linux"
+TARGET_OS = "linux"
+TARGET_FPU = "soft"
+
+BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version"
+
+PARALLEL_INSTALL_MODULES = "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')}"