slugos: release 3.3-beta
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 6 Feb 2006 08:27:03 +0000 (08:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 6 Feb 2006 08:27:03 +0000 (08:27 +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 16c54c7..88be1c5 100644 (file)
@@ -6,7 +6,7 @@
 # STANDARD DebianSlug DEFINITIONS
 #----------------------------------------------------------------------------------
 DISTRO_NAME = "DebianSlug"
-DISTRO_VERSION = "3.2-beta"
+# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 DISTRO_FEED = "unstable"
 DISTRO_TYPE = "beta"
 SLUGOS_IMAGENAME = "debianslug"
index 8c1a16c..80b650d 100644 (file)
@@ -6,7 +6,7 @@
 # STANDARD OpenSlug DEFINITIONS
 #----------------------------------------------------------------------------------
 DISTRO_NAME = "OpenSlug"
-DISTRO_VERSION = "3.2-beta"
+# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 DISTRO_FEED = "unstable"
 DISTRO_TYPE = "beta"
 SLUGOS_IMAGENAME = "openslug"
index 3710243..9da0eb0 100644 (file)
@@ -6,7 +6,7 @@
 
 # This slugos variant corresponds to OpenSlug
 DISTRO_NAME ?= "slugos-bag"
-DISTRO_VERSION ?= "3.2-beta"
+# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "beta"
 
index 9a025d1..b9070cb 100644 (file)
@@ -7,7 +7,7 @@
 # This slugos variant is not supported - there are no nslu2-linux.org
 # regular builds and there is no feed.
 DISTRO_NAME ?= "slugos-bau"
-DISTRO_VERSION ?= "3.2-beta"
+# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "alpha"
 
index 33f5d0a..12a9553 100644 (file)
@@ -6,7 +6,7 @@
 
 # This slugos variant corresponds to UcSlugC
 DISTRO_NAME ?= "slugos-btu"
-DISTRO_VERSION ?= "3.2-beta"
+# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "beta"
 
index ddfeba3..b5d069d 100644 (file)
@@ -5,7 +5,7 @@
 # This slugos variant is not supported - there are no nslu2-linux.org
 # regular builds and there is no feed.
 DISTRO_NAME ?= "slugos-lag"
-DISTRO_VERSION ?= "3.2-beta"
+# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "alpha"
 
index 6dc2c1f..c83cdff 100644 (file)
@@ -5,7 +5,7 @@
 # This slugos variant is not supported - there are no nslu2-linux.org
 # regular builds and there is no feed.
 DISTRO_NAME ?= "slugos-lau"
-DISTRO_VERSION ?= "3.2-beta"
+# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 DISTRO_FEED ?= "unstable"
 DISTRO_TYPE ?= "alpha"
 
index 9e02bd1..652be9d 100644 (file)
@@ -5,9 +5,9 @@
 # This slugos variant is not supported - there are no nslu2-linux.org
 # regular builds and there is no feed.
 DISTRO_NAME ?= "slugos-ltu"
-DISTRO_VERSION ?= "3.2-beta"
+# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 DISTRO_FEED ?= "unstable"
-DISTRO_TYPE ?= "alpha"
+DISTRO_TYPE ?= "beta"
 
 ARCH_BYTE_SEX = "le"
 ARM_INSTRUCTION_SET = "thumb"
index 16a5999..8e9db14 100644 (file)
 # The following must be set in the top level distro file:
 #
 #DISTRO_NAME
-#DISTRO_VERSION
 #DISTRO_FEED
 #DISTRO_TYPE
 
+# The following may be overridden to make sub-versions
+SLUGOS_VERSION = "3.3"
+DISTRO_REVISION ?= ""
+DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
+
 # The following must also be set, they define the basic format of the build
 #
 #ARCH_BYTE_SEX "be" or "le"
@@ -50,7 +54,6 @@ USE_NLS ?= "no"
 
 # To make errors easier to identify:
 DISTRO_NAME ?= "INVALID-${ARCH_BYTE_SEX}-${ARM_INSTRUCTION_SET}-${TARGET_OS}"
-DISTRO_VERSION ?= "INVALID"
 DISTRO_FEED ?= "INVALID"
 DISTRO_TYPE ?= "INVALID"
 
index 45daeb6..52cc4ab 100644 (file)
@@ -4,7 +4,7 @@
 
 # This is SLUGOS-BTU with a different name...
 DISTRO_NAME = "UcSlugC"
-DISTRO_VERSION = "3.2-beta"
+# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 DISTRO_FEED = "unstable"
 DISTRO_TYPE = "beta"
 SLUGOS_IMAGENAME = "ucslugc"