diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-19 07:17:29 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-19 07:17:29 +0000 |
commit | 7eb910e2177cfb1e185df53c68eb41f439cf9bc2 (patch) | |
tree | e94af8bbb64fc8d6463c383bd082b210fef6b400 /conf/distro/angstrom-2007.1.conf | |
parent | b180ca49a40d9d0b2eca1efb20b965c40c6f729b (diff) | |
parent | f5bdd34e306db20fe744dbf9634e297afa8a3480 (diff) |
merge of '971d18af52c7881e09c9f5ffa43d9bf33216ce83'
and 'cc76392ac5a7b1ccde5981fd2e02094b88a5240a'
Diffstat (limited to 'conf/distro/angstrom-2007.1.conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 0fbe7d19cc..b367b3f142 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,14 +8,23 @@ #DISTRO_VERSION = "2007.3" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "32" +DISTRO_REVISION = "33" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc -DISTRO_TYPE = "debug" +DISTRO_TYPE ?= "debug" #DISTRO_TYPE = "release" +# Ship just basic locale by default. Locales are big (~1Mb uncompr.), so +# shipping some adhoc subset will be still useless and size burden for +# users of all other languages/countries. Instead, worth to make it easy +# to install additional languages: installer/wizard + metapackages which +# will RRECOMMEND as much as possible content for a given language +# (locales, UI transalations, help, etc. - useless for pros, but really +# helpful for common users). +IMAGE_LINGUAS = "en-gb" + #Set the right arch for the feeds #Alphabetically sorted |