diff options
Diffstat (limited to 'openembedded/conf/distro/familiar-unstable.conf')
-rw-r--r-- | openembedded/conf/distro/familiar-unstable.conf | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/openembedded/conf/distro/familiar-unstable.conf b/openembedded/conf/distro/familiar-unstable.conf index 1d40bbac56..ab367378af 100644 --- a/openembedded/conf/distro/familiar-unstable.conf +++ b/openembedded/conf/distro/familiar-unstable.conf | |||
@@ -1,7 +1,6 @@ | |||
1 | DISTRO = "familiar" | 1 | DISTRO = "familiar" |
2 | DISTRO_NAME = "Familiar Linux" | 2 | DISTRO_NAME = "Familiar Linux" |
3 | DISTRO_VERSION = "unstable-${DATE}" | 3 | DISTRO_VERSION = "unstable-${DATE}" |
4 | MAINTAINER = "Koen Kooi <koen@handhelds.org>" | ||
5 | # Do not touch this file before notifying familiar-dev@handhelds.org | 4 | # Do not touch this file before notifying familiar-dev@handhelds.org |
6 | 5 | ||
7 | include conf/distro/familiar.conf | 6 | include conf/distro/familiar.conf |
@@ -13,8 +12,12 @@ DISTRO_TYPE = "debug" | |||
13 | 12 | ||
14 | 13 | ||
15 | FEED_URIS += " \ | 14 | FEED_URIS += " \ |
16 | base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ | 15 | base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ |
17 | updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates" | 16 | ${MACHINE}##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/machine/${MACHINE} \ |
17 | updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates \ | ||
18 | locale-en##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/en \ | ||
19 | locale-fr##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/fr \ | ||
20 | locale-de##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/de" | ||
18 | 21 | ||
19 | #SRCDATE = 20050331 | 22 | #SRCDATE = 20050331 |
20 | #SRCDATE = "now" | 23 | #SRCDATE = "now" |
@@ -25,7 +28,6 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" | |||
25 | 28 | ||
26 | PREFERRED_PROVIDER_virtual/libiconv=glibc | 29 | PREFERRED_PROVIDER_virtual/libiconv=glibc |
27 | PREFERRED_PROVIDER_virtual/libintl=glibc | 30 | PREFERRED_PROVIDER_virtual/libintl=glibc |
28 | PREFERRED_PROVIDER_x11=diet-x11 | ||
29 | 31 | ||
30 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" | 32 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" |
31 | 33 | ||
@@ -46,6 +48,12 @@ PREFERRED_VERSION_gcc-cross ?= "3.4.4" | |||
46 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | 48 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" |
47 | 49 | ||
48 | # | 50 | # |
51 | # PIN the familiar build to a version | ||
52 | # | ||
53 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" | ||
54 | PREFERRED_VERSION_binutils ?= "2.15.94.0.1" | ||
55 | |||
56 | # | ||
49 | # Opie | 57 | # Opie |
50 | # | 58 | # |
51 | 59 | ||
@@ -61,7 +69,7 @@ PREFERRED_VERSION_qte = "2.3.10" | |||
61 | 69 | ||
62 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | 70 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" |
63 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" | 71 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" |
64 | PREFERRED_PROVIDER_x11 = "diet-x11" | 72 | PREFERRED_PROVIDER_libx11 = "diet-x11" |
65 | 73 | ||
66 | include conf/distro/preferred-gpe-versions-2.8.inc | 74 | include conf/distro/preferred-gpe-versions-2.8.inc |
67 | 75 | ||