diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-10 12:06:32 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 12:06:32 +0000 |
| commit | 42dfbb2a0223ba5d091f053ad5401ecce6446e41 (patch) | |
| tree | 2636ad1c536f88f79517299d441be6584a58d892 /openembedded/conf/distro/familiar-unstable.conf | |
| parent | dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (diff) | |
| download | poky-42dfbb2a0223ba5d091f053ad5401ecce6446e41.tar.gz | |
Sync more files with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@271 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro/familiar-unstable.conf')
| -rw-r--r-- | openembedded/conf/distro/familiar-unstable.conf | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/openembedded/conf/distro/familiar-unstable.conf b/openembedded/conf/distro/familiar-unstable.conf new file mode 100644 index 0000000000..1d40bbac56 --- /dev/null +++ b/openembedded/conf/distro/familiar-unstable.conf | |||
| @@ -0,0 +1,72 @@ | |||
| 1 | DISTRO = "familiar" | ||
| 2 | DISTRO_NAME = "Familiar Linux" | ||
| 3 | DISTRO_VERSION = "unstable-${DATE}" | ||
| 4 | MAINTAINER = "Koen Kooi <koen@handhelds.org>" | ||
| 5 | # Do not touch this file before notifying familiar-dev@handhelds.org | ||
| 6 | |||
| 7 | include conf/distro/familiar.conf | ||
| 8 | |||
| 9 | |||
| 10 | DISTRO_TYPE = "debug" | ||
| 11 | #DISTRO_TYPE = "release" | ||
| 12 | #!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!! | ||
| 13 | |||
| 14 | |||
| 15 | FEED_URIS += " \ | ||
| 16 | base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ | ||
| 17 | updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates" | ||
| 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 | PREFERRED_PROVIDER_x11=diet-x11 | ||
| 29 | |||
| 30 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" | ||
| 31 | |||
| 32 | #2.4 machines prefer 0.13e ones | ||
| 33 | PREFERRED_VERSION_orinoco-modules ?= "0.13e" | ||
| 34 | |||
| 35 | #but 0.13e doesn't build against 2.6 | ||
| 36 | PREFERRED_VERSION_orinoco-modules_h2200 ?= "0.15" | ||
| 37 | PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15" | ||
| 38 | |||
| 39 | |||
| 40 | |||
| 41 | # The CSL compiler is unusable because | ||
| 42 | # 1) certain programs stop to compile | ||
| 43 | # 2) more programs segfault | ||
| 44 | PREFERRED_VERSION_gcc ?= "3.4.4" | ||
| 45 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | ||
| 46 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | ||
| 47 | |||
| 48 | # | ||
| 49 | # Opie | ||
| 50 | # | ||
| 51 | |||
| 52 | PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" | ||
| 53 | PREFERRED_VERSION_qte = "2.3.10" | ||
| 54 | |||
| 55 | #OPIE_VERSION = "1.2.1" | ||
| 56 | #include conf/distro/preferred-opie-versions.inc | ||
| 57 | |||
| 58 | # | ||
| 59 | # GPE | ||
| 60 | # | ||
| 61 | |||
| 62 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | ||
| 63 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" | ||
| 64 | PREFERRED_PROVIDER_x11 = "diet-x11" | ||
| 65 | |||
| 66 | include conf/distro/preferred-gpe-versions-2.8.inc | ||
| 67 | |||
| 68 | # | ||
| 69 | # E | ||
| 70 | # | ||
| 71 | include conf/distro/preferred-e-versions.inc | ||
| 72 | |||
