diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-06 18:31:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 18:31:27 +0000 |
commit | 73d5f34675b2019dbeb01884311c459d1394b6ba (patch) | |
tree | aa2e9cf21c8347e5c4729148b0cdaf8b2161b412 /conf/distro/slugos.conf | |
parent | c3650521e57ced06ae9a9d00598cc4fe336bd3a7 (diff) |
slugos: release 3.5-beta
Diffstat (limited to 'conf/distro/slugos.conf')
-rw-r--r-- | conf/distro/slugos.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 964176a270..1d075dd950 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -33,13 +33,13 @@ # 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. |