summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-05-23 11:39:18 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-05-23 11:39:18 +0000
commit6c3d3eff91f011675be178c3b8d45cfa21f8a504 (patch)
treef049583438869fab4bbfbc11afe446ab765d675e /meta/conf/distro/include
parent4168666192868b2d9809436157ce154844ddf8cc (diff)
downloadpoky-6c3d3eff91f011675be178c3b8d45cfa21f8a504.tar.gz
Poky does not support Ångström - dropping configs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1766 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r--meta/conf/distro/include/angstrom.inc51
1 files changed, 0 insertions, 51 deletions
diff --git a/meta/conf/distro/include/angstrom.inc b/meta/conf/distro/include/angstrom.inc
deleted file mode 100644
index 3bf87abdb6..0000000000
--- a/meta/conf/distro/include/angstrom.inc
+++ /dev/null
@@ -1,51 +0,0 @@
1#@TYPE: Distribution
2#@NAME: Angstrom
3#@DESCRIPTION: Distribution configuration for Angstrom
4
5DISTRO = "angstrom"
6DISTRO_NAME = "Angstrom"
7
8TARGET_VENDOR = "-angstrom"
9MACHINE_TASK_PROVIDER = "task-base"
10
11# Can be "glibc" and "uclibc"
12ANGSTROM_MODE ?= "glibc"
13
14DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROM_MODE}"
15require conf/distro/include/angstrom-${ANGSTROM_MODE}.inc
16
17#Use this variable in feeds and other parts that need a URI
18ANGSTROM_URI = "http://www.angstrom-distribution.org"
19
20#Set the default maintainer to angstrom-dev
21MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>"
22
23#use ipkg package format with debian style naming
24#use multimachine buildrules
25INHERIT += "package_ipk debian multimachine sanity"
26
27#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
28PREFERRED_PROVIDER_qemu-native = "qemu-native"
29ENABLE_BINARY_LOCALE_GENERATION ?= "1"
30
31#qemu doesn't like armv6/eabi/vfp
32ENABLE_BINARY_LOCALE_GENERATION_mx31ads = "0"
33
34#ARM EABI is softfloat by default, but let's make sure :)
35#make it overridable for platforms with FPU, like ep93xx or i.mx31
36TARGET_FPU_arm ?= "soft"
37TARGET_FPU_ixp4xx ?= "soft"
38
39
40#Make a LE jffs2 image
41SLUGOS_IMAGESEX = "little-endian"
42
43#Name the generated images in a sane way
44IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
45DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
46
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')}"
49
50# We want images supporting the following features (for task-base)
51DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost"