angstrom.conf: replace base_less_or_equal by oe.utils.less_or_equal
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ TOOLCHAIN_BRAND ?= ""
|
||||
# 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)}'
|
||||
IMAGE_LINGUAS ?= '${@oe.utils.less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)}'
|
||||
|
||||
# set feed path variables
|
||||
FEED_BASEPATH = "feeds/next/${ANGSTROM_PKG_FORMAT}/${TCLIBC}/"
|
||||
|
||||
Reference in New Issue
Block a user