diff options
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/angstrom.inc | 3 | ||||
-rw-r--r-- | meta/conf/distro/include/familar.inc | 17 | ||||
-rw-r--r-- | meta/conf/distro/include/openzaurus.inc | 3 |
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 |
48 | 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')}" | 48 | 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')}" |
49 | |||
50 | # We want images supporting the following features (for task-base) | ||
51 | DISTO_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 | |||
5 | MAINTAINER ?= "Familiar Developers <familiar-dev@handhelds.org>" | ||
6 | |||
7 | INHERIT += "package_ipk debian multimachine" | ||
8 | TARGET_OS = "linux" | ||
9 | |||
10 | BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version" | ||
11 | IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" | ||
12 | |||
13 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | ||
14 | PARALLEL_INSTALL_MODULES = "1" | ||
15 | UDEV_DEVFS_RULES = "1" | ||
16 | |||
17 | 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')}" | ||
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 |
21 | BB_MIN_VERSION = "1.4.4" | 21 | BB_MIN_VERSION = "1.4.4" |
22 | INHERIT += "sanity" | 22 | INHERIT += "sanity" |
23 | |||
24 | # We want images supporting the following features (for task-base) | ||
25 | DISTO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" | ||