diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-02-06 18:41:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 18:41:09 +0000 |
commit | 27651b95cc9880d646b60e62686bbd1b000556ba (patch) | |
tree | df9156dcdda54861d251b03192d3a13fc7e3bfa1 /conf/distro/openslug.conf | |
parent | 4476d4b3760464127d42bf6288405d0f4d5bb1a8 (diff) | |
parent | 5c70d86825ced73fe07d02a4647e70c54f2efe07 (diff) |
merge of 0b31d87c1b9bcc0d2789be6377713fc1adcc891a
and 939b3d278f2da67c4ed00b67eabd89eb6d0c0f59
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 80b650dce0..304cd6dcfa 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -7,7 +7,7 @@ #---------------------------------------------------------------------------------- DISTRO_NAME = "OpenSlug" # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}" -DISTRO_FEED = "unstable" +# DISTRO_FEED = "unstable" DISTRO_TYPE = "beta" SLUGOS_IMAGENAME = "openslug" SLUGOS_IMAGESEX = "big-endian" @@ -21,16 +21,6 @@ SLUGOS_FLASH_IMAGE = "yes" OPENSLUG_EXTRA_BBFILES ?= "" #---------------------------------------------------------------------------------- -# FEEDS -# The following lines define where on the internet OpenSlug looks for packages -# when downloading new packages or updating existing packages. Additional feeds -# (such as a local feed) can be defined in local.conf -#---------------------------------------------------------------------------------- -# Add to the user's feeds from local.conf (there may be none) -FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/slugos-bag/cross/${DISTRO_FEED}" -FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/slugos-bag/native/${DISTRO_FEED}" - -#---------------------------------------------------------------------------------- # FIRMWARE CONFIGURATION #---------------------------------------------------------------------------------- # EXTRA PACKAGES |