From 4168666192868b2d9809436157ce154844ddf8cc Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 23 May 2007 11:37:50 +0000 Subject: Poky does not support OpenZaurus - dropping configs git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1765 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/include/openzaurus.inc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 meta/conf/distro/include/openzaurus.inc (limited to 'meta/conf/distro/include') 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 @@ -#@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" - -# We want images supporting the following features (for task-base) -DISTRO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" -- cgit v1.2.3