[oe-commits] org.oe.dev angstrom-2007.1.conf: Ship just en-gb locale by default.

pfalcon commit openembedded-commits at lists.openembedded.org
Sun Feb 18 17:58:21 UTC 2007


angstrom-2007.1.conf: Ship just en-gb locale by default.
* 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).
* Approved by Koen Kooi

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: db6d8e1876c34abf0863377f59317cb99c3c6ea0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=db6d8e1876c34abf0863377f59317cb99c3c6ea0
Files:
1
conf/distro/angstrom-2007.1.conf
Diffs:

#
# mt diff -r1fc4ea9615a3789569ba8f07b7090012fce2afbf -rdb6d8e1876c34abf0863377f59317cb99c3c6ea0
#
# 
# 
# patch "conf/distro/angstrom-2007.1.conf"
#  from [8a21617e56e8a9fc74c290642f802ab2fac188bc]
#    to [c3cbf0df4fae352961aa778fb828a3681b4e57ad]
# 
============================================================
--- conf/distro/angstrom-2007.1.conf	8a21617e56e8a9fc74c290642f802ab2fac188bc
+++ conf/distro/angstrom-2007.1.conf	c3cbf0df4fae352961aa778fb828a3681b4e57ad
@@ -8,7 +8,7 @@ DISTRO_VERSION = "test-${DATE}"
 
 #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
@@ -16,6 +16,15 @@ 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
 






More information about the Openembedded-commits mailing list