mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-07-19 18:39:09 +02:00
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:
parent
a3c8fd54ff
commit
348a355485
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user