From 72906f5da46e7f53070fba999457b9affb76e696 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 27 Aug 2006 16:13:31 +0000 Subject: conf/distro: Sync with OE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@652 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/include/openzaurus.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/conf/distro/include/openzaurus.inc (limited to 'meta/conf/distro/include/openzaurus.inc') 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 @@ +#@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')}" + +# Set minimal version of BitBake needed +BB_MIN_VERSION = "1.4.4" +INHERIT += "sanity" -- cgit v1.2.3-54-g00ecf