layer.conf: Add bc to HOSTTOOLS_NONFATAL [YOCIMX-3116]

After adding optee support for 8QXP, fix u-boot-imx build error:

| /bin/sh: 1: bc: not found

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2018-12-06 10:54:55 -06:00
parent a3c8fd54ff
commit 348a355485

View File

@ -16,7 +16,7 @@ BBMASK += "meta-freescale/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.6-h
BBMASK += "meta-freescale/recipes-graphics/mesa/mesa-demos_%.bbappend"
BBMASK += "meta-freescale/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.6.bb"
HOSTTOOLS_NONFATAL_append = " sha384sum xxd"
HOSTTOOLS_NONFATAL_append = " bc sha384sum xxd"
# Enable optee for all builds using this layer, assuming the machine supports it.
# To remove optee from the build, add the following line to local.conf: