recipes-core: Add arm cross toolchain to perifirmware buildenv image

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn 2020-08-29 08:25:53 +02:00
parent cb428cf874
commit d74059638a

View File

@ -28,8 +28,13 @@ POSIX_TOOLS = " \
libstdc++-dev \ libstdc++-dev \
" "
CR4_CROSS_TOOLS = " \
gcc-arm-none-eabi \
"
IMAGE_INSTALL += " \ IMAGE_INSTALL += " \
${BASE_TOOLS} \ ${BASE_TOOLS} \
${POSIX_TOOLS} \ ${POSIX_TOOLS} \
${CR4_CROSS_TOOLS} \
" "