Compare commits
No commits in common. "9bd8d3bc2b8012e060b5478c7383eed5f606bfae" and "b9f81700bf6ad8728778946b97414d198fe7c084" have entirely different histories.
9bd8d3bc2b
...
b9f81700bf
@ -13,7 +13,6 @@ BBLAYERS ?= " \
|
|||||||
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
||||||
${TOPDIR}/../layers/meta-openembedded/meta-python2 \
|
|
||||||
${TOPDIR}/../layers/meta-virtualization \
|
${TOPDIR}/../layers/meta-virtualization \
|
||||||
${TOPDIR}/../layers/meta-arm/meta-arm-toolchain \
|
${TOPDIR}/../layers/meta-arm/meta-arm-toolchain \
|
||||||
${TOPDIR}/../layers/meta-perinet \
|
${TOPDIR}/../layers/meta-perinet \
|
||||||
|
@ -45,16 +45,10 @@ 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