summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/openzaurus.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-27 16:13:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-27 16:13:31 +0000
commit72906f5da46e7f53070fba999457b9affb76e696 (patch)
treea8f3a6f376c94ce9763e1afd9c222c81d8cbcfe1 /meta/conf/distro/include/openzaurus.inc
parent93a8d0662ed361c76defe75a5cd84f203fdb1af1 (diff)
downloadpoky-72906f5da46e7f53070fba999457b9affb76e696.tar.gz
conf/distro: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@652 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include/openzaurus.inc')
-rw-r--r--meta/conf/distro/include/openzaurus.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/conf/distro/include/openzaurus.inc b/meta/conf/distro/include/openzaurus.inc
new file mode 100644
index 0000000000..264cceecfd
--- /dev/null
+++ b/meta/conf/distro/include/openzaurus.inc
@@ -0,0 +1,22 @@
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')}"
19
20# Set minimal version of BitBake needed
21BB_MIN_VERSION = "1.4.4"
22INHERIT += "sanity"