recipes-core: Add tools for update image creation
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
4b4d29a147
commit
9bd8d3bc2b
@ -45,10 +45,16 @@ WEBUI_TOOLS = " \
|
|||||||
optipng \
|
optipng \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
IMAGE_TOOLS = " \
|
||||||
|
python \
|
||||||
|
openssl-bin \
|
||||||
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL += " \
|
IMAGE_INSTALL += " \
|
||||||
${BASE_TOOLS} \
|
${BASE_TOOLS} \
|
||||||
${POSIX_TOOLS} \
|
${POSIX_TOOLS} \
|
||||||
${CR4_CROSS_TOOLS} \
|
${CR4_CROSS_TOOLS} \
|
||||||
${API_TOOLS} \
|
${API_TOOLS} \
|
||||||
|
${IMAGE_TOOLS} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user