diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-27 16:13:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 16:13:31 +0000 |
commit | 72906f5da46e7f53070fba999457b9affb76e696 (patch) | |
tree | a8f3a6f376c94ce9763e1afd9c222c81d8cbcfe1 /meta/conf/distro/openzaurus.conf | |
parent | 93a8d0662ed361c76defe75a5cd84f203fdb1af1 (diff) | |
download | openembedded-core-72906f5da46e7f53070fba999457b9affb76e696.tar.gz openembedded-core-72906f5da46e7f53070fba999457b9affb76e696.tar.bz2 openembedded-core-72906f5da46e7f53070fba999457b9affb76e696.zip |
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/openzaurus.conf')
-rw-r--r-- | meta/conf/distro/openzaurus.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/conf/distro/openzaurus.conf b/meta/conf/distro/openzaurus.conf deleted file mode 100644 index b7f456320f..0000000000 --- a/meta/conf/distro/openzaurus.conf +++ /dev/null @@ -1,18 +0,0 @@ -#@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')}" |