summaryrefslogtreecommitdiff
path: root/conf/distro/include/openzaurus.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-14 15:11:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-14 15:11:06 +0000
commit2c35ddb8949a8db25e9a0da5eb72146a6191cacf (patch)
tree0dc08d2dd8f46cfd5f08aa6c22c6009ce2d97394 /conf/distro/include/openzaurus.conf
parent5b7397bba0d219bb48f7ae0524f757b3cbdcc949 (diff)
conf/distro cleanup. conf/distro should only contain files that are ok to be directly included
by means of setting DISTRO. conf/distro/include should contain those which doesn't.
Diffstat (limited to 'conf/distro/include/openzaurus.conf')
-rw-r--r--conf/distro/include/openzaurus.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/distro/include/openzaurus.conf b/conf/distro/include/openzaurus.conf
new file mode 100644
index 0000000000..b7f456320f
--- /dev/null
+++ b/conf/distro/include/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')}"