recipes-core: Add web ui tools to perifirmware buildenv image
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
c5b617ec36
commit
350e09beb7
@ -38,10 +38,15 @@ API_TOOLS = " \
|
|||||||
protoc-gen-doc \
|
protoc-gen-doc \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
WEBUI_TOOLS = " \
|
||||||
|
html-minifier \
|
||||||
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL += " \
|
IMAGE_INSTALL += " \
|
||||||
${BASE_TOOLS} \
|
${BASE_TOOLS} \
|
||||||
${POSIX_TOOLS} \
|
${POSIX_TOOLS} \
|
||||||
${CR4_CROSS_TOOLS} \
|
${CR4_CROSS_TOOLS} \
|
||||||
${API_TOOLS} \
|
${API_TOOLS} \
|
||||||
|
${WEBUI_TOOLS} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user