diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-25 17:54:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-25 17:54:06 +0000 |
commit | 356daf0bc66ff3671ba95f7867f568fc2a6214a9 (patch) | |
tree | c4efcbfba6c6ee8fbe15ba4ac0883a354e4d9ad2 /conf | |
parent | 1874ca516be3fbe085a40b8e5abbdf83c3517f24 (diff) |
conf/distro: make oz and fam include distro.conf *after* setting DISTRO_VERSION
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/familiar-0.8.3.conf | 5 | ||||
-rw-r--r-- | conf/distro/openzaurus-3.5.4.conf | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/conf/distro/familiar-0.8.3.conf b/conf/distro/familiar-0.8.3.conf index 6259011f78..90f69dba0d 100644 --- a/conf/distro/familiar-0.8.3.conf +++ b/conf/distro/familiar-0.8.3.conf @@ -1,9 +1,10 @@ -include conf/distro/familiar.conf - DISTRO = "familiar" DISTRO_NAME = "Familiar Linux" DISTRO_VERSION = "v0.8.3-unofficial-unsupported-snapshot-${DATE}" +include conf/distro/familiar.conf + + DISTRO_TYPE = "debug" #DISTRO_TYPE = "release" diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf index 5580e9051a..bcf5e03042 100644 --- a/conf/distro/openzaurus-3.5.4.conf +++ b/conf/distro/openzaurus-3.5.4.conf @@ -1,7 +1,10 @@ -include conf/distro/openzaurus.conf DISTRO = "openzaurus" DISTRO_NAME = "OpenZaurus" DISTRO_VERSION = "3.5.3-snapshot-${DATE}" + +include conf/distro/openzaurus.conf + + # DISTRO_VERSION = "3.5.4" DISTRO_TYPE = "debug" # DISTRO_TYPE = "release" |