d/control: Add build dependency on bc
The ls1028ardb platform is failing to build in CI with the following
error:
[ 233s] plat/nxp/common/setup/ls_bl2_el3_setup.c: In function ‘ls_bl2_el3_plat_arch_setup’:
[ 233s] <command-line>: error: invalid suffix "x" on integer constant
[ 233s] plat/nxp/common/setup/ls_bl2_el3_setup.c:189:31: note: in expansion of macro ‘BL2_BASE’
[ 233s] 189 | BL2_BASE,
[ 233s] | ^~~~~~~~
Looking at the definition of `BL2_BASE` we find:
BL2_BASE := $(shell echo "0x"$$(echo "obase=16; ${BL2_BASE_ADDR}" | bc))
There is no dependency on `bc` in the packaging and thus this is
unlikely to be installed in the CI build environment. Add this
dependency.
Note: This change is only needed as long as we are supporting the
ls1028ardb and associated platforms.
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
parent
0c4afdc9
No related branches found
No related tags found
Please register or sign in to comment