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 /openembedded/conf/distro/familiar-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 'openembedded/conf/distro/familiar-unstable.conf')
| -rw-r--r-- | openembedded/conf/distro/familiar-unstable.conf | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/openembedded/conf/distro/familiar-unstable.conf b/openembedded/conf/distro/familiar-unstable.conf deleted file mode 100644 index e42456672c..0000000000 --- a/openembedded/conf/distro/familiar-unstable.conf +++ /dev/null | |||
| @@ -1,77 +0,0 @@ | |||
| 1 | DISTRO = "familiar" | ||
| 2 | DISTRO_NAME = "Familiar Linux" | ||
| 3 | DISTRO_VERSION = "unstable-${DATE}" | ||
| 4 | # Do not touch this file before notifying familiar-dev@handhelds.org | ||
| 5 | |||
| 6 | include conf/distro/familiar.conf | ||
| 7 | |||
| 8 | DISTRO_TYPE = "debug" | ||
| 9 | #DISTRO_TYPE = "release" | ||
| 10 | #!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!! | ||
| 11 | |||
| 12 | |||
| 13 | FEED_URIS += " \ | ||
| 14 | base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ | ||
| 15 | ${MACHINE}##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/machine/${MACHINE} \ | ||
| 16 | updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates \ | ||
| 17 | locale-en##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/en \ | ||
| 18 | locale-fr##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/fr \ | ||
| 19 | locale-de##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/de" | ||
| 20 | |||
| 21 | #SRCDATE = 20050331 | ||
| 22 | #SRCDATE = "now" | ||
| 23 | |||
| 24 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | ||
| 25 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" | ||
| 26 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" | ||
| 27 | |||
| 28 | PREFERRED_PROVIDER_virtual/libiconv=glibc | ||
| 29 | PREFERRED_PROVIDER_virtual/libintl=glibc | ||
| 30 | |||
| 31 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" | ||
| 32 | |||
| 33 | #2.4 machines prefer 0.13e ones | ||
| 34 | PREFERRED_VERSION_orinoco-modules ?= "0.13e" | ||
| 35 | |||
| 36 | #but 0.13e doesn't build against 2.6 | ||
| 37 | PREFERRED_VERSION_orinoco-modules_h2200 ?= "0.15" | ||
| 38 | PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15" | ||
| 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 | # PIN the familiar build to a version | ||
| 50 | # | ||
| 51 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" | ||
| 52 | PREFERRED_VERSION_binutils ?= "2.15.94.0.1" | ||
| 53 | |||
| 54 | # | ||
| 55 | # Opie | ||
| 56 | # | ||
| 57 | |||
| 58 | OPIE_VERSION = "1.2.2" | ||
| 59 | QTE_VERSION = "2.3.10" | ||
| 60 | PALMTOP_USE_MULTITHREADED_QT = "yes" | ||
| 61 | include conf/distro/preferred-opie-versions.inc | ||
| 62 | |||
| 63 | # | ||
| 64 | # GPE | ||
| 65 | # | ||
| 66 | |||
| 67 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | ||
| 68 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" | ||
| 69 | PREFERRED_PROVIDER_libx11 = "diet-x11" | ||
| 70 | |||
| 71 | include conf/distro/preferred-gpe-versions-2.8.inc | ||
| 72 | |||
| 73 | # | ||
| 74 | # E | ||
| 75 | # | ||
| 76 | include conf/distro/preferred-e-versions.inc | ||
| 77 | |||
