diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/conf/distro/openzaurus-unstable.conf | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/openzaurus-unstable.conf')
-rw-r--r-- | meta/conf/distro/openzaurus-unstable.conf | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/meta/conf/distro/openzaurus-unstable.conf b/meta/conf/distro/openzaurus-unstable.conf new file mode 100644 index 0000000000..9f79c32118 --- /dev/null +++ b/meta/conf/distro/openzaurus-unstable.conf | |||
@@ -0,0 +1,71 @@ | |||
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 | http://www.oesources.org/source/current/" | ||
12 | |||
13 | |||
14 | include conf/distro/openzaurus.conf | ||
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 = "20060514" | ||
29 | # | ||
30 | # Zaurus | ||
31 | # | ||
32 | |||
33 | ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" | ||
34 | PREFERRED_PROVIDER_hostap-conf = "hostap-conf" | ||
35 | |||
36 | KERNEL_CONSOLE = "ttyS0" | ||
37 | #DEBUG_OPTIMIZATION = "-O -g3" | ||
38 | #DEBUG_BUILD = "1" | ||
39 | #INHIBIT_PACKAGE_STRIP = "1" | ||
40 | |||
41 | # fix some iconv issues, needs to be adjusted when doing uclibc builds | ||
42 | PREFERRED_PROVIDER_virtual/libiconv = "glibc" | ||
43 | PREFERRED_PROVIDER_virtual/libintl = "glibc" | ||
44 | |||
45 | # | ||
46 | # Base | ||
47 | # | ||
48 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | ||
49 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" | ||
50 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" | ||
51 | |||
52 | # | ||
53 | # Opie | ||
54 | # | ||
55 | #QTE_VERSION = "2.3.10" | ||
56 | #OPIE_VERSION = "1.2.2" | ||
57 | #PALMTOP_USE_MULTITHREADED_QT = "yes" | ||
58 | include conf/distro/preferred-opie-versions.inc | ||
59 | |||
60 | # | ||
61 | # GPE | ||
62 | # | ||
63 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | ||
64 | PREFERRED_PROVIDER_libx11 = "diet-x11" | ||
65 | include conf/distro/preferred-gpe-versions-2.8.inc | ||
66 | |||
67 | # | ||
68 | # E | ||
69 | # | ||
70 | include conf/distro/preferred-e-versions.inc | ||
71 | |||