diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-23 11:37:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-23 11:37:50 +0000 |
commit | 4168666192868b2d9809436157ce154844ddf8cc (patch) | |
tree | e8e635e686d6d2ffa75f76df3db9250b4e0a7c55 /meta | |
parent | 392aee7963c4f7744fda34251f3339ed2a7fb7e2 (diff) | |
download | poky-4168666192868b2d9809436157ce154844ddf8cc.tar.gz |
Poky does not support OpenZaurus - dropping configs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1765 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/openzaurus.inc | 25 | ||||
-rw-r--r-- | meta/conf/distro/openzaurus-unstable.conf | 81 |
2 files changed, 0 insertions, 106 deletions
diff --git a/meta/conf/distro/include/openzaurus.inc b/meta/conf/distro/include/openzaurus.inc deleted file mode 100644 index ea408ff221..0000000000 --- a/meta/conf/distro/include/openzaurus.inc +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | #@TYPE: Distribution | ||
2 | #@NAME: OpenZaurus | ||
3 | #@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) | ||
4 | |||
5 | DISTRO = "openzaurus" | ||
6 | DISTRO_NAME = "OpenZaurus" | ||
7 | |||
8 | INHERIT += " package_ipk debian multimachine" | ||
9 | # For some reason, this doesn't work | ||
10 | # TARGET_OS ?= "linux" | ||
11 | TARGET_OS = "linux" | ||
12 | TARGET_FPU = "soft" | ||
13 | |||
14 | BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version" | ||
15 | |||
16 | PARALLEL_INSTALL_MODULES = "1" | ||
17 | |||
18 | 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')}" | ||
19 | |||
20 | # Set minimal version of BitBake needed | ||
21 | BB_MIN_VERSION = "1.4.4" | ||
22 | INHERIT += "sanity" | ||
23 | |||
24 | # We want images supporting the following features (for task-base) | ||
25 | DISTRO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" | ||
diff --git a/meta/conf/distro/openzaurus-unstable.conf b/meta/conf/distro/openzaurus-unstable.conf deleted file mode 100644 index 10f00b7604..0000000000 --- a/meta/conf/distro/openzaurus-unstable.conf +++ /dev/null | |||
@@ -1,81 +0,0 @@ | |||
1 | #@-------------------------------------------------------------------- | ||
2 | #@TYPE: Distribution | ||
3 | #@NAME: OpenZaurus <http://www.openzaurus.org> | ||
4 | #@DESCRIPTION: A Linux Distribution for the Sharp Zaurus family | ||
5 | #@-------------------------------------------------------------------- | ||
6 | |||
7 | DISTRO_VERSION = ".dev-snapshot-${DATE}" | ||
8 | |||
9 | CVS_TARBALL_STASH = "\ | ||
10 | http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ | ||
11 | " | ||
12 | |||
13 | require conf/distro/include/sane-srcdates.inc | ||
14 | require conf/distro/include/openzaurus.inc | ||
15 | |||
16 | DISTRO_TYPE = "debug" | ||
17 | # DISTRO_TYPE = "release" | ||
18 | |||
19 | #FEED_URIS += " \ | ||
20 | # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ | ||
21 | #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ | ||
22 | # machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ | ||
23 | # base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \ | ||
24 | # libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \ | ||
25 | # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ | ||
26 | # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" | ||
27 | |||
28 | SRCDATE ?= "20060701" | ||
29 | |||
30 | # | ||
31 | # Zaurus | ||
32 | # | ||
33 | ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" | ||
34 | PREFERRED_PROVIDER_hostap-conf = "hostap-conf" | ||
35 | PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" | ||
36 | PREFERRED_PROVIDER_tslib ?= "tslib" | ||
37 | |||
38 | KERNEL_CONSOLE = "ttyS0" | ||
39 | #DEBUG_OPTIMIZATION = "-O -g3" | ||
40 | #DEBUG_BUILD = "1" | ||
41 | #INHIBIT_PACKAGE_STRIP = "1" | ||
42 | |||
43 | # Glibc provides iconv and intl -- adjust, when doing uclibc builds | ||
44 | PREFERRED_PROVIDER_virtual/libiconv = "glibc" | ||
45 | PREFERRED_PROVIDER_virtual/libintl = "glibc" | ||
46 | |||
47 | # | ||
48 | # Base | ||
49 | # | ||
50 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | ||
51 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" | ||
52 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" | ||
53 | |||
54 | PREFERRED_VERSION_binutils-cross = "2.16" | ||
55 | PREFERRED_VERSION_binutils = "2.16" | ||
56 | |||
57 | PREFERRED_VERSION_glibc = "2.3.5+cvs20050627" | ||
58 | PREFERRED_VERSION_gcc = "3.4.4" | ||
59 | PREFERRED_VERSION_gcc-cross = "3.4.4" | ||
60 | PREFERRED_VERSION_gcc-cross-initial = "3.4.4" | ||
61 | |||
62 | # | ||
63 | # Opie | ||
64 | # | ||
65 | QTE_VERSION = "2.3.10" | ||
66 | OPIE_VERSION = "1.2.2" | ||
67 | PALMTOP_USE_MULTITHREADED_QT = "yes" | ||
68 | require conf/distro/include/preferred-opie-versions.inc | ||
69 | |||
70 | # | ||
71 | # GPE | ||
72 | # | ||
73 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | ||
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 | |||