recipes-core: Add arm cross toolchain to perifirmware buildenv image
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
cb428cf874
commit
d74059638a
@ -28,8 +28,13 @@ POSIX_TOOLS = " \
|
||||
libstdc++-dev \
|
||||
"
|
||||
|
||||
CR4_CROSS_TOOLS = " \
|
||||
gcc-arm-none-eabi \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
${BASE_TOOLS} \
|
||||
${POSIX_TOOLS} \
|
||||
${CR4_CROSS_TOOLS} \
|
||||
"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user