slugos: release 3.5-beta
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 6 Feb 2006 18:31:27 +0000 (18:31 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 6 Feb 2006 18:31:27 +0000 (18:31 +0000)
conf/distro/debianslug.conf
conf/distro/openslug.conf
conf/distro/slugos-bag.conf
conf/distro/slugos-bau.conf
conf/distro/slugos-btu.conf
conf/distro/slugos-lag.conf
conf/distro/slugos-lau.conf
conf/distro/slugos-ltu.conf
conf/distro/slugos.conf
conf/distro/ucslugc.conf

index 88be1c5..c5c9f68 100644 (file)
@@ -7,7 +7,7 @@
 #----------------------------------------------------------------------------------
 DISTRO_NAME = "DebianSlug"
 # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
-DISTRO_FEED = "unstable"
+DISTRO_FEED = "unstable"
 DISTRO_TYPE = "beta"
 SLUGOS_IMAGENAME = "debianslug"
 SLUGOS_IMAGESEX  = "little-endian"
@@ -20,16 +20,6 @@ SLUGOS_FLASH_IMAGE = "yes"
 # directory
 DEBIANSLUG_EXTRA_BBFILES ?= ""
 
-#----------------------------------------------------------------------------------
-# FEEDS
-#  The following lines define where on the internet DebianSlug 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-lag/cross/${DISTRO_FEED}"
-FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/slugos-lag/native/${DISTRO_FEED}"
-
 #----------------------------------------------------------------------------------
 # FIRMWARE CONFIGURATION
 #----------------------------------------------------------------------------------
index 80b650d..304cd6d 100644 (file)
@@ -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"
@@ -20,16 +20,6 @@ SLUGOS_FLASH_IMAGE = "yes"
 # directory
 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
 #----------------------------------------------------------------------------------
index 9da0eb0..037ca09 100644 (file)
@@ -7,7 +7,7 @@
 # This slugos variant corresponds to OpenSlug
 DISTRO_NAME ?= "slugos-bag"
 # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
-DISTRO_FEED ?= "unstable"
+DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "beta"
 
 ARCH_BYTE_SEX = "be"
index b9070cb..5f4cb26 100644 (file)
@@ -8,7 +8,7 @@
 # regular builds and there is no feed.
 DISTRO_NAME ?= "slugos-bau"
 # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
-DISTRO_FEED ?= "unstable"
+DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "alpha"
 
 ARCH_BYTE_SEX = "be"
index 12a9553..fc584d7 100644 (file)
@@ -7,7 +7,7 @@
 # This slugos variant corresponds to UcSlugC
 DISTRO_NAME ?= "slugos-btu"
 # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
-DISTRO_FEED ?= "unstable"
+DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "beta"
 
 ARCH_BYTE_SEX = "be"
index b5d069d..f8a0631 100644 (file)
@@ -2,16 +2,21 @@
 #@NAME: SLUGOS-LAG
 #@DESCRIPTION: Linux Distribution for the NSLU2
 
-# This slugos variant is not supported - there are no nslu2-linux.org
-# regular builds and there is no feed.
+# See slugos.conf for an explanation of this file.
+
+# This slugos variant corresponds to DebianSlug
 DISTRO_NAME ?= "slugos-lag"
 # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
-DISTRO_FEED ?= "unstable"
-DISTRO_TYPE ?= "alpha"
+DISTRO_FEED ?= "unstable"
+DISTRO_TYPE ?= "beta"
 
 ARCH_BYTE_SEX = "le"
 ARM_INSTRUCTION_SET = "arm"
 TARGET_OS = "linux"
 SLUGOS_IMAGESEX  ?= "big-endian"
 
+FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/slugos-lag/cross/${DISTRO_FEED}"
+FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/slugos-lag/native/${DISTRO_FEED}"
+
+
 include conf/distro/slugos.conf
index c83cdff..6bf60df 100644 (file)
@@ -6,7 +6,7 @@
 # regular builds and there is no feed.
 DISTRO_NAME ?= "slugos-lau"
 # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
-DISTRO_FEED ?= "unstable"
+DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "alpha"
 
 ARCH_BYTE_SEX = "le"
@@ -14,4 +14,6 @@ ARM_INSTRUCTION_SET = "arm"
 TARGET_OS = "linux-uclibc"
 SLUGOS_IMAGESEX  ?= "big-endian"
 
+# no feeds
+
 include conf/distro/slugos.conf
index 652be9d..dbf4447 100644 (file)
@@ -2,11 +2,11 @@
 #@NAME: SLUGOS-LTU
 #@DESCRIPTION: Linux Distribution for the NSLU2
 
-# This slugos variant is not supported - there are no nslu2-linux.org
-# regular builds and there is no feed.
+# See slugos.conf for an explanation of this file.
+
 DISTRO_NAME ?= "slugos-ltu"
 # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
-DISTRO_FEED ?= "unstable"
+DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "beta"
 
 ARCH_BYTE_SEX = "le"
@@ -14,4 +14,8 @@ ARM_INSTRUCTION_SET = "thumb"
 TARGET_OS = "linux-uclibc"
 SLUGOS_IMAGESEX  ?= "big-endian"
 
+FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/slugos-ltu/cross/${DISTRO_FEED}"
+FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/slugos-ltu/native/${DISTRO_FEED}"
+
+
 include conf/distro/slugos.conf
index 964176a..1d075dd 100644 (file)
 # The following must be set in the top level distro file:
 #
 #DISTRO_NAME
-#DISTRO_FEED
 #DISTRO_TYPE
 
 # The following may be overridden to make sub-versions
-SLUGOS_VERSION = "3.4"
+SLUGOS_VERSION = "3.5"
 DISTRO_REVISION ?= ""
 DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
+DISTRO_FEED ?= "${SLUGOS_VERSION}-${DISTRO_TYPE}"
 
 # The following must also be set, they define the basic format of the build
 #
@@ -54,7 +54,6 @@ USE_NLS ?= "no"
 
 # To make errors easier to identify:
 DISTRO_NAME ?= "INVALID-${ARCH_BYTE_SEX}-${ARM_INSTRUCTION_SET}-${TARGET_OS}"
-DISTRO_FEED ?= "INVALID"
 DISTRO_TYPE ?= "INVALID"
 
 # The following must not be changed.
index 52cc4ab..24ef6e6 100644 (file)
@@ -5,7 +5,7 @@
 # This is SLUGOS-BTU with a different name...
 DISTRO_NAME = "UcSlugC"
 # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
-DISTRO_FEED = "unstable"
+DISTRO_FEED = "unstable"
 DISTRO_TYPE = "beta"
 SLUGOS_IMAGENAME = "ucslugc"
 SLUGOS_IMAGESEX  = "big-endian"