[oe-commits] org.oe.dev angstrom-2007.1.conf: Don't install "real" locales for 16Mb- flash devices at all.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Feb 27 20:37:22 UTC 2007


angstrom-2007.1.conf: Don't install "real" locales for 16Mb- flash devices at all.
* It seems that 16Mb of flash are just too little to have any real locale at all.
Well, "C" locale rules anyway.
* Uses newly introduced @base_less_or_equal() to do the check.

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

#
# mt diff -re10f95bbbf3d5fc6db9c8b1584f523e61c123a28 -r9e8c127f2df600ab15261c110bde36827b5a4a3a
#
# 
# 
# patch "conf/distro/angstrom-2007.1.conf"
#  from [535dd2ac01e94aeb323d524ede7b6285848aa6c5]
#    to [0d9c68fb8cf58b57dc2d19664c159c0f77bcb140]
# 
============================================================
--- conf/distro/angstrom-2007.1.conf	535dd2ac01e94aeb323d524ede7b6285848aa6c5
+++ conf/distro/angstrom-2007.1.conf	0d9c68fb8cf58b57dc2d19664c159c0f77bcb140
@@ -8,7 +8,7 @@ DISTRO_VERSION = "test-${DATE}"
 
 #DISTRO_VERSION = "2007.3"
 DISTRO_VERSION = "test-${DATE}"
-DISTRO_REVISION = "33"
+DISTRO_REVISION = "34"
 
 require conf/distro/include/angstrom.inc
 require conf/distro/include/sane-srcdates.inc
@@ -23,7 +23,8 @@ DISTRO_TYPE ?= "debug"
 # 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"
+# Also, it appears that no locales fit in 16Mb for now. "C" locale rules!
+IMAGE_LINGUAS = '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-gb", d)}'
 
 #Set the right arch for the feeds
 #Alphabetically sorted






More information about the Openembedded-commits mailing list