diff options
Diffstat (limited to 'meta/conf/distro/maemo-1.0.conf')
| -rw-r--r-- | meta/conf/distro/maemo-1.0.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/conf/distro/maemo-1.0.conf b/meta/conf/distro/maemo-1.0.conf new file mode 100644 index 0000000000..d30ecc9084 --- /dev/null +++ b/meta/conf/distro/maemo-1.0.conf | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | include conf/distro/familiar.conf | ||
| 2 | |||
| 3 | DISTRO = "maemo" | ||
| 4 | DISTRO_NAME = "Maemo Linux" | ||
| 5 | DISTRO_VERSION = "v1.0b-${DATE}" | ||
| 6 | |||
| 7 | DISTRO_TYPE = "debug" | ||
| 8 | #DISTRO_TYPE = "release" | ||
| 9 | |||
| 10 | FEED_URIS += " \ | ||
| 11 | base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ | ||
| 12 | updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates" | ||
| 13 | |||
| 14 | #SRCDATE = 20050331 | ||
| 15 | |||
| 16 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | ||
| 17 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" | ||
| 18 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" | ||
| 19 | |||
| 20 | #PREFERRED_VERSION_binutils-cross = "2.15.91.0.2" | ||
| 21 | #PREFERRED_VERSION_gcc-cross = "3.4.4" | ||
| 22 | #PREFERRED_VERSION_gcc-cross-initial = "3.4.4 | ||
| 23 | #PREFERRED_VERSION_libtool-native = "1.5.6" | ||
| 24 | #PREFERRED_VERSION_libtool-cross= "1.5.6" | ||
| 25 | |||
| 26 | # | ||
| 27 | # GPE | ||
| 28 | # | ||
| 29 | |||
| 30 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | ||
| 31 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" | ||
| 32 | PREFERRED_PROVIDER_libx11 = "diet-x11" | ||
| 33 | |||
| 34 | include conf/distro/preferred-gpe-versions.inc | ||
| 35 | |||
| 36 | # | ||
| 37 | # Maemo | ||
| 38 | # | ||
| 39 | |||
| 40 | include conf/distro/maemo-preferred.inc | ||
