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 \
|
||||
"
|
||||
|
||||
WEBUI_TOOLS = " \
|
||||
html-minifier \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
${BASE_TOOLS} \
|
||||
${POSIX_TOOLS} \
|
||||
${CR4_CROSS_TOOLS} \
|
||||
${API_TOOLS} \
|
||||
${WEBUI_TOOLS} \
|
||||
"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user