Compare commits
2 Commits
b9f81700bf
...
9bd8d3bc2b
Author | SHA1 | Date | |
---|---|---|---|
|
9bd8d3bc2b | ||
|
4b4d29a147 |
@ -13,6 +13,7 @@ BBLAYERS ?= " \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-python2 \
|
||||
${TOPDIR}/../layers/meta-virtualization \
|
||||
${TOPDIR}/../layers/meta-arm/meta-arm-toolchain \
|
||||
${TOPDIR}/../layers/meta-perinet \
|
||||
|
@ -45,10 +45,16 @@ WEBUI_TOOLS = " \
|
||||
optipng \
|
||||
"
|
||||
|
||||
IMAGE_TOOLS = " \
|
||||
python \
|
||||
openssl-bin \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
${BASE_TOOLS} \
|
||||
${POSIX_TOOLS} \
|
||||
${CR4_CROSS_TOOLS} \
|
||||
${API_TOOLS} \
|
||||
${IMAGE_TOOLS} \
|
||||
"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user