diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-26 19:26:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-26 19:26:51 +0000 |
commit | a4bf55709773a7a0a1ae69353320df5ebaf2f988 (patch) | |
tree | e9e244aaccc68249c9e4920beb3d7cc9048fb835 /conf/distro/include | |
parent | 5704436996d7e0ca4d058bc309f642d950f00956 (diff) |
OpenZaurus time is over - long live Ångström!
http://blog.haerwu.biz/2007/04/26/openzaurus-time-is-over-long-life-angstrom/
http://www.openzaurus.org/wordpress/2007/04/26/openzaurus-time-is-over-long-life-angstrom/
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/openzaurus.inc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/conf/distro/include/openzaurus.inc b/conf/distro/include/openzaurus.inc deleted file mode 100644 index 4cf6fe1ead..0000000000 --- a/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" - -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 wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" - -PREFERRED_PROVIDER_qemu-native ?= "qemu-native" |