1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 03:31:58 +00:00

layer.conf: add unzip to HOSTTOOLS

CCS install uses unzip

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2017-03-30 06:16:14 +00:00
parent 48392e5a6f
commit 3b1e101d9b

View File

@@ -27,3 +27,6 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
qmss-lld \
multiprocmgr \
"
# Required by CCS installer
HOSTTOOLS += "unzip"