From: Paul Sokolovsky Date: Tue, 27 Feb 2007 20:19:23 +0000 (+0000) Subject: angstrom-2007.1.conf: Don't install "real" locales for 16Mb- flash devices at all. X-Git-Tag: Release-2010-05/1~9139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d7276ea4b4559335c6444a9f133120c35034d7;p=openembedded.git 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. --- diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index a6293794dc..f3c4a63217 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -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