aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/slugos.conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-02-06 08:27:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-06 08:27:03 +0000
commit84250b6351ffa10972ce1fd5089bcd6f9c8f9f1d (patch)
tree9d896f3db132e4004f378f9271233a9f0c33544c /conf/distro/slugos.conf
parentf9fd6571b2567f132672b118d2826c1a83955c02 (diff)
downloadopenembedded-84250b6351ffa10972ce1fd5089bcd6f9c8f9f1d.tar.gz
slugos: release 3.3-beta
Diffstat (limited to 'conf/distro/slugos.conf')
-rw-r--r--conf/distro/slugos.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf
index 16a5999738..8e9db142cb 100644
--- a/conf/distro/slugos.conf
+++ b/conf/distro/slugos.conf
@@ -33,10 +33,14 @@
# 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"