summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r--meta/conf/distro/include/angstrom.inc3
-rw-r--r--meta/conf/distro/include/familar.inc17
-rw-r--r--meta/conf/distro/include/openzaurus.inc3
3 files changed, 6 insertions, 17 deletions
diff --git a/meta/conf/distro/include/angstrom.inc b/meta/conf/distro/include/angstrom.inc
index 7e765bd925..5ff9e1c942 100644
--- a/meta/conf/distro/include/angstrom.inc
+++ b/meta/conf/distro/include/angstrom.inc
@@ -46,3 +46,6 @@ DEPLOY_DIR_IMAGE = ${DEPLOY_DIR}/images/${MACHINE}
46 46
47# Angstrom *always* has some form of release config, so error out if someone thinks he knows better 47# Angstrom *always* has some form of release config, so error out if someone thinks he knows better
48DISTRO_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')}" 48DISTRO_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')}"
49
50# We want images supporting the following features (for task-base)
51DISTO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost"
diff --git a/meta/conf/distro/include/familar.inc b/meta/conf/distro/include/familar.inc
deleted file mode 100644
index 2646fe78a6..0000000000
--- a/meta/conf/distro/include/familar.inc
+++ /dev/null
@@ -1,17 +0,0 @@
1#@TYPE: Distribution
2#@NAME: Familiar Linux
3#@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org)
4
5MAINTAINER ?= "Familiar Developers <familiar-dev@handhelds.org>"
6
7INHERIT += "package_ipk debian multimachine"
8TARGET_OS = "linux"
9
10BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version"
11IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
12
13ENABLE_BINARY_LOCALE_GENERATION ?= "1"
14PARALLEL_INSTALL_MODULES = "1"
15UDEV_DEVFS_RULES = "1"
16
17DISTRO_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')}"
diff --git a/meta/conf/distro/include/openzaurus.inc b/meta/conf/distro/include/openzaurus.inc
index 264cceecfd..01877956ed 100644
--- a/meta/conf/distro/include/openzaurus.inc
+++ b/meta/conf/distro/include/openzaurus.inc
@@ -20,3 +20,6 @@ DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove thi
20# Set minimal version of BitBake needed 20# Set minimal version of BitBake needed
21BB_MIN_VERSION = "1.4.4" 21BB_MIN_VERSION = "1.4.4"
22INHERIT += "sanity" 22INHERIT += "sanity"
23
24# We want images supporting the following features (for task-base)
25DISTO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost"