diff options
author | Koen Kooi <koen@openembedded.org> | 2006-02-16 13:39:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-16 13:39:25 +0000 |
commit | 87eafe4c01398bb1c041a92b84336a61f00878c8 (patch) | |
tree | cfe7dbcd2005317e3ed649391eadefdb47834348 | |
parent | 396f9d3982c4928b23ce7beba354b97284ecb5d5 (diff) |
familiar-unstable: add locale feeds
-rw-r--r-- | conf/distro/familiar-unstable.conf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/conf/distro/familiar-unstable.conf b/conf/distro/familiar-unstable.conf index 1d40bbac56..d32ea7058c 100644 --- a/conf/distro/familiar-unstable.conf +++ b/conf/distro/familiar-unstable.conf @@ -13,8 +13,12 @@ DISTRO_TYPE = "debug" FEED_URIS += " \ - base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ - updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates" + base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ + ${MACHINE}##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/machine/${MACHINE} \ + updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates \ + locale-en##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/en \ + locale-fr##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/fr \ + locale-de##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/de" #SRCDATE = 20050331 #SRCDATE = "now" @@ -41,9 +45,9 @@ PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15" # The CSL compiler is unusable because # 1) certain programs stop to compile # 2) more programs segfault -PREFERRED_VERSION_gcc ?= "3.4.4" -PREFERRED_VERSION_gcc-cross ?= "3.4.4" -PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" +#PREFERRED_VERSION_gcc ?= "3.4.4" +#PREFERRED_VERSION_gcc-cross ?= "3.4.4" +#PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" # # Opie |