diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:49:50 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:49:50 +0000 |
commit | 3097ab0f62233dc336dfe611fef4b8b633355190 (patch) | |
tree | 8173abc003c9703cf625d4e100f57d3d5141177d /openembedded/conf/distro/openzaurus-unstable.conf | |
parent | b77fcc05cacdf70819cc226d53156a9e70e84e04 (diff) | |
download | poky-3097ab0f62233dc336dfe611fef4b8b633355190.tar.gz |
Sync conf and classes with OE - changes have been tested and don't affect poky
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@446 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro/openzaurus-unstable.conf')
-rw-r--r-- | openembedded/conf/distro/openzaurus-unstable.conf | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/openembedded/conf/distro/openzaurus-unstable.conf b/openembedded/conf/distro/openzaurus-unstable.conf index cc87380494..9f79c32118 100644 --- a/openembedded/conf/distro/openzaurus-unstable.conf +++ b/openembedded/conf/distro/openzaurus-unstable.conf | |||
@@ -1,5 +1,16 @@ | |||
1 | #@-------------------------------------------------------------------- | ||
2 | #@TYPE: Distribution | ||
3 | #@NAME: OpenZaurus <http://www.openzaurus.org> | ||
4 | #@DESCRIPTION: A Linux Distribution for the Sharp Zaurus family | ||
5 | #@-------------------------------------------------------------------- | ||
6 | |||
1 | DISTRO_VERSION = ".dev-snapshot-${DATE}" | 7 | DISTRO_VERSION = ".dev-snapshot-${DATE}" |
2 | 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 | |||
3 | include conf/distro/openzaurus.conf | 14 | include conf/distro/openzaurus.conf |
4 | 15 | ||
5 | DISTRO_TYPE = "debug" | 16 | DISTRO_TYPE = "debug" |
@@ -14,8 +25,7 @@ DISTRO_TYPE = "debug" | |||
14 | # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ | 25 | # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ |
15 | # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" | 26 | # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" |
16 | 27 | ||
17 | # SRCDATE = "20050704" | 28 | SRCDATE = "20060514" |
18 | |||
19 | # | 29 | # |
20 | # Zaurus | 30 | # Zaurus |
21 | # | 31 | # |
@@ -42,9 +52,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" | |||
42 | # | 52 | # |
43 | # Opie | 53 | # Opie |
44 | # | 54 | # |
45 | QTE_VERSION = "2.3.10" | 55 | #QTE_VERSION = "2.3.10" |
46 | OPIE_VERSION = "1.2.2" | 56 | #OPIE_VERSION = "1.2.2" |
47 | PALMTOP_USE_MULTITHREADED_QT = "no" | ||
48 | #PALMTOP_USE_MULTITHREADED_QT = "yes" | 57 | #PALMTOP_USE_MULTITHREADED_QT = "yes" |
49 | include conf/distro/preferred-opie-versions.inc | 58 | include conf/distro/preferred-opie-versions.inc |
50 | 59 | ||