recipes-core: Add protobuffer to perifirmware buildenv image
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
994700b51c
commit
dfa3b2a753
@ -32,9 +32,16 @@ CR4_CROSS_TOOLS = " \
|
|||||||
gcc-arm-none-eabi \
|
gcc-arm-none-eabi \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
API_TOOLS = " \
|
||||||
|
protoc \
|
||||||
|
protoc-dev \
|
||||||
|
protoc-gen-doc \
|
||||||
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL += " \
|
IMAGE_INSTALL += " \
|
||||||
${BASE_TOOLS} \
|
${BASE_TOOLS} \
|
||||||
${POSIX_TOOLS} \
|
${POSIX_TOOLS} \
|
||||||
${CR4_CROSS_TOOLS} \
|
${CR4_CROSS_TOOLS} \
|
||||||
|
${API_TOOLS} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user