recipes-core: Add tools for update image creation

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn 2020-09-04 07:30:14 +02:00
parent 4b4d29a147
commit 9bd8d3bc2b

View File

@ -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} \
" "