diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-08-27 21:58:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 21:58:50 +0000 |
| commit | 6edc490b9bb222301bf758fbfdd3e951832f0ba7 (patch) | |
| tree | e89124ab0d541217fc3b15e960339adc05743f2d /meta/conf/distro/include | |
| parent | 5ad6d9a94a0c918f135b8d417a3dbf01e3d6dd45 (diff) | |
| download | poky-6edc490b9bb222301bf758fbfdd3e951832f0ba7.tar.gz | |
Drop familiar, sync angstrom and openzaurus after merging task-base changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@657 311d38ba-8fff-0310-9ca6-ca027cbcb966
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" | ||
