summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/openzaurus.conf
diff options
context:
space:
mode:
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 @@
1#@TYPE: Distribution
2#@NAME: OpenZaurus
3#@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org)
4
5DISTRO = "openzaurus"
6DISTRO_NAME = "OpenZaurus"
7
8INHERIT += " package_ipk debian multimachine"
9# For some reason, this doesn't work
10# TARGET_OS ?= "linux"
11TARGET_OS = "linux"
12TARGET_FPU = "soft"
13
14BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version"
15
16PARALLEL_INSTALL_MODULES = "1"
17
18DISTRO_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')}"