diff options
Diffstat (limited to 'conf/distro/slugos.conf')
-rw-r--r-- | conf/distro/slugos.conf | 7 |
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" |