diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-26 21:05:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-26 21:05:31 +0000 |
commit | 08c9668df356fc47f01cde8e421d3dc24adc4c9e (patch) | |
tree | 87d94226fa641abf40160f20663f54f30a912266 /conf/distro/ucslugc.conf | |
parent | 760961336989b539a2546f43e8ce3d84a92a3c0f (diff) |
slugos, openslug, ucslugc: move to new slugos base distro in openslug 3.0, ucslugc 3
- all the nslu2-???.conf files are now slugos-???.conf and slugos has been made
- the base for both openslug and ucslugc. OpenSlug now enables thumb interwork.
Diffstat (limited to 'conf/distro/ucslugc.conf')
-rw-r--r-- | conf/distro/ucslugc.conf | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index fa3f1ba886..2de9010a90 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -2,15 +2,11 @@ #@NAME: UcSlugC #@DESCRIPTION: UcSlugC Linux Distribution for the NSLU2 -# This is NSLU2-BTU with a feed and a name... +# This is SLUGOS-BTU with a different name... DISTRO_NAME = "UcSlugC" DISTRO_VERSION = "3-beta" DISTRO_FEED = "unstable" -DISTRO_TYPE ?= "beta" - -# Official UcSlugC feeds: -FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/ucslugc/cross/${DISTRO_FEED}" -FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/ucslugc/native/${DISTRO_FEED}" +DISTRO_TYPE = "beta" # NOTE: to build new packages set UCSLUGC_EXTRA_BBFILES to the full path name to # the .bb files for the packages to build - see ucslugc-packages.conf in this @@ -24,12 +20,8 @@ UCSLUGC_EXTRA_RDEPENDS ?= "" UCSLUGC_EXTRA_DEPENDS ?= "" UCSLUGC_NATIVE_DEPENDS ?= "upslug2-native" # -NSLU2_EXTRA_RDEPENDS ?= "${UCSLUGC_EXTRA_RDEPENDS}" -NSLU2_EXTRA_DEPENDS ?= "${UCSLUGC_EXTRA_DEPENDS}" -NSLU2_NATIVE_DEPENDS ?= "${UCSLUGC_NATIVE_DEPENDS}" - -include conf/distro/nslu2-btu.conf +SLUGOS_EXTRA_RDEPENDS ?= "${UCSLUGC_EXTRA_RDEPENDS}" +SLUGOS_EXTRA_DEPENDS ?= "${UCSLUGC_EXTRA_DEPENDS}" +SLUGOS_NATIVE_DEPENDS ?= "${UCSLUGC_NATIVE_DEPENDS}" -#FIXME -# This seems to be required with thumb. -#PREFERRED_VERSION_samba ?= "3.0.14a" +include conf/distro/slugos-btu.conf |