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/slugos-bag.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/slugos-bag.conf')
-rw-r--r-- | conf/distro/slugos-bag.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/distro/slugos-bag.conf b/conf/distro/slugos-bag.conf new file mode 100644 index 0000000000..9d59722b48 --- /dev/null +++ b/conf/distro/slugos-bag.conf @@ -0,0 +1,20 @@ +#@TYPE: Distribution +#@NAME: SLUGOS-BAG +#@DESCRIPTION: Linux Distribution for the NSLU2 + +# See slugos.conf for an explanation of this file. + +# This slugos variant corresponds to OpenSlug +DISTRO_NAME ?= "slugos-bag" +DISTRO_VERSION ?= "3.0-beta" +DISTRO_FEED ?= "unstable" +DISTRO_TYPE ?= "beta" + +ARCH_BYTE_SEX = "be" +ARM_INSTRUCTION_SET = "arm" +TARGET_OS = "linux" + +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}" + +include conf/distro/slugos.conf |