angstrom-2007.1.conf: Don't install "real" locales for 16Mb- flash devices at all.
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 27 Feb 2007 20:19:23 +0000 (20:19 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 27 Feb 2007 20:19:23 +0000 (20:19 +0000)
* 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.

conf/distro/angstrom-2007.1.conf

index a629379..f3c4a63 100644 (file)
@@ -8,7 +8,7 @@
 
 #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