From db3f6305b119235e5faef0c882464b4f3d422f27 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 20 Feb 2013 23:34:18 -0800 Subject: [PATCH] angstrom-next.conf: Add weak define for ROOT_FLASH_SIZE Not all BSPs define it so we need a fall back Signed-off-by: Khem Raj --- conf/distro/angstrom-next.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf index 9899df2..a755133 100644 --- a/conf/distro/angstrom-next.conf +++ b/conf/distro/angstrom-next.conf @@ -45,6 +45,7 @@ TOOLCHAIN_BRAND ?= "" # (locales, UI transalations, help, etc. - useless for pros, but really # helpful for common users). # Also, it appears that no locales fit in 16Mb for now. "C" locale rules! +ROOT_FLASH_SIZE ??= "32" IMAGE_LINGUAS ?= '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)}' # set feed path variables