summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-05-23 11:37:50 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-05-23 11:37:50 +0000
commit4168666192868b2d9809436157ce154844ddf8cc (patch)
treee8e635e686d6d2ffa75f76df3db9250b4e0a7c55 /meta/conf/distro/include
parent392aee7963c4f7744fda34251f3339ed2a7fb7e2 (diff)
downloadpoky-4168666192868b2d9809436157ce154844ddf8cc.tar.gz
Poky does not support OpenZaurus - dropping configs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1765 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r--meta/conf/distro/include/openzaurus.inc25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/conf/distro/include/openzaurus.inc b/meta/conf/distro/include/openzaurus.inc
deleted file mode 100644
index ea408ff221..0000000000
--- a/meta/conf/distro/include/openzaurus.inc
+++ /dev/null
@@ -1,25 +0,0 @@
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"
23
24# We want images supporting the following features (for task-base)
25DISTRO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost"