diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-22 15:08:06 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-22 15:08:06 +0000 |
commit | 2427aa367933c6e457defcb34b646f17d1a67b46 (patch) | |
tree | 59082b0df47bd0f950ab1eb91c39d5866fa24014 /conf | |
parent | 8642db48712dc6979a1c7bbd9f5e98bab3150f2b (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/02/22 15:09:03+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/02/22 16:08:04+01:00 uni-frankfurt.de!mickeyl
use inline images for opie until we found out why decorations are dog-slow without 'em
2005/02/22 15:08:42+01:00 (none)!koen
sectest-gpe-image.bb, gpe-image.bb, familiar-0.8.1.conf:
finalize familiar-0.8.1 and fix feed uris
BKrev: 421b4ad6jDkI5M0KkNlbmArQJIg-Yg
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/familiar-0.8.1.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/distro/familiar-0.8.1.conf b/conf/distro/familiar-0.8.1.conf index 723804ade9..bb0eacb850 100644 --- a/conf/distro/familiar-0.8.1.conf +++ b/conf/distro/familiar-0.8.1.conf @@ -2,16 +2,15 @@ include conf/distro/familiar.conf DISTRO = "familiar" DISTRO_NAME = "Familiar Linux" -DISTRO_VERSION = "v0.8.1-snapshot-${DATE}" +DISTRO_VERSION = "v0.8.1" -DISTRO_TYPE = "debug" -# DISTRO_TYPE = "release" +#DISTRO_TYPE = "debug" +DISTRO_TYPE = "release" -#fix before release to use DISTRO_VERSION FEED_URIS += " \ - base##http://familiar.handhelds.org/releases/v0.8/base" + base##http://familiar.handhelds.org/releases/v0.8.1/feed/base" -#CVSDATE = 20050105 +CVSDATE = 20050222 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" |