diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-08-18 03:53:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-18 03:53:04 +0000 |
commit | 8eb142732869d652b21024c4fd61066e721633c9 (patch) | |
tree | e55b0f0981d110e61e9ec574aea400d38b55516c | |
parent | f8a15a5cbc997aeb3d7ba2b455c268b80043d2f4 (diff) | |
parent | 21c74a4b3f0aa949e0aabae7dd2c62682967dc07 (diff) |
propagate from branch 'org.openembedded.nslu2-linux' (head 3c653c913e0912b031c68304ad863723bf64a0d7)
to branch 'org.openembedded.dev' (head 526d4c18d5ad1c67d6c579d35d4ebd24af5af17c)
-rw-r--r-- | conf/distro/unslung-binary-kernel.conf | 10 | ||||
-rw-r--r-- | conf/distro/unslung.conf | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/conf/distro/unslung-binary-kernel.conf b/conf/distro/unslung-binary-kernel.conf index 20a1e32fa7..3f8dbf3b0c 100644 --- a/conf/distro/unslung-binary-kernel.conf +++ b/conf/distro/unslung-binary-kernel.conf @@ -2,14 +2,14 @@ #@NAME: Unslung #@DESCRIPTION: Unslung Linux Distribution for the NSLU2 -FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/unslung/cross" -FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/unslung/native" -FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/oe" - DISTRO_NAME = "Unslung" -DISTRO_VERSION = "6.0-beta" +DISTRO_VERSION = "6.0-alpha" DISTRO_TYPE = "beta" +FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/unstable" +FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/native/unstable" +FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/unstable" + # pull in the frozen list of bbfiles UNSLUNG_EXTRA_BBFILES ?= "" include conf/distro/freeze.conf diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 06331707fc..482f47881a 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -2,14 +2,14 @@ #@NAME: Unslung #@DESCRIPTION: Unslung Linux Distribution for the NSLU2 -FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/unslung/cross" -FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/unslung/native" -FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/oe" - DISTRO_NAME = "Unslung" -DISTRO_VERSION = "5.6-alpha" +DISTRO_VERSION = "5.6-beta" DISTRO_TYPE = "beta" +FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable" +FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable" +FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/stable" + # pull in the frozen list of bbfiles UNSLUNG_EXTRA_BBFILES ?= "" include conf/distro/freeze.conf |