diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/familiar-unstable.conf | 81 | ||||
-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 |
4 files changed, 6 insertions, 98 deletions
diff --git a/meta/conf/distro/familiar-unstable.conf b/meta/conf/distro/familiar-unstable.conf deleted file mode 100644 index 6ae4e9ddc3..0000000000 --- a/meta/conf/distro/familiar-unstable.conf +++ /dev/null | |||
@@ -1,81 +0,0 @@ | |||
1 | DISTRO = "familiar" | ||
2 | DISTRO_NAME = "Familiar Linux" | ||
3 | DISTRO_VERSION = "unstable-${DATE}" | ||
4 | |||
5 | require conf/distro/include/familiar.inc | ||
6 | |||
7 | DISTRO_TYPE = "debug" | ||
8 | #DISTRO_TYPE = "release" | ||
9 | #!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!! | ||
10 | |||
11 | FEED_URIS += " \ | ||
12 | base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ | ||
13 | ${MACHINE}##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/machine/${MACHINE} \ | ||
14 | updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates \ | ||
15 | locale-en##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/en \ | ||
16 | locale-fr##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/fr \ | ||
17 | locale-de##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/de" | ||
18 | |||
19 | #SRCDATE = 20050331 | ||
20 | #SRCDATE = "now" | ||
21 | |||
22 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | ||
23 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" | ||
24 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" | ||
25 | |||
26 | PREFERRED_PROVIDER_virtual/libiconv = "glibc" | ||
27 | PREFERRED_PROVIDER_virtual/libintl = "glibc" | ||
28 | |||
29 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" | ||
30 | |||
31 | #2.4 machines prefer 0.13e ones | ||
32 | PREFERRED_VERSION_orinoco-modules ?= "0.13e" | ||
33 | |||
34 | #but 0.13e doesn't build against 2.6 | ||
35 | PREFERRED_VERSION_orinoco-modules_h2200 ?= "0.15" | ||
36 | PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15" | ||
37 | |||
38 | # The CSL compiler is unusable because | ||
39 | # 1) certain programs stop to compile | ||
40 | # 2) more programs segfault | ||
41 | PREFERRED_VERSION_gcc ?= "3.4.4" | ||
42 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | ||
43 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | ||
44 | |||
45 | # | ||
46 | # PIN the familiar build to a version | ||
47 | # | ||
48 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" | ||
49 | PREFERRED_VERSION_binutils ?= "2.15.94.0.1" | ||
50 | |||
51 | |||
52 | # | ||
53 | # Base | ||
54 | # | ||
55 | PREFERRED_PROVIDER_hostap-conf = "hostap-conf" | ||
56 | PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" | ||
57 | require conf/distro/include/sane-srcdates.inc | ||
58 | |||
59 | # | ||
60 | # Opie | ||
61 | # | ||
62 | |||
63 | OPIE_VERSION = "1.2.2" | ||
64 | QTE_VERSION = "2.3.10" | ||
65 | PALMTOP_USE_MULTITHREADED_QT = "yes" | ||
66 | require conf/distro/include/preferred-opie-versions.inc | ||
67 | |||
68 | # | ||
69 | # GPE | ||
70 | # | ||
71 | |||
72 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | ||
73 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" | ||
74 | PREFERRED_PROVIDER_virtual/libx11 = "diet-x11" | ||
75 | require conf/distro/include/preferred-gpe-versions-2.8.inc | ||
76 | |||
77 | # | ||
78 | # E | ||
79 | # | ||
80 | require conf/distro/include/preferred-e-versions.inc | ||
81 | |||
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" | ||