summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-03-30 06:16:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-29 20:19:02 -0400
commit3b1e101d9b627d6698d4648393df2effdb3ca693 (patch)
tree53d385009144c33fa79c8bb92752f70bac2d9965 /conf
parent48392e5a6f2ffe855038177a2035997e196738e1 (diff)
downloadmeta-ti-3b1e101d9b627d6698d4648393df2effdb3ca693.tar.gz
layer.conf: add unzip to HOSTTOOLS
CCS install uses unzip Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index a07e62ff..b59effa8 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -27,3 +27,6 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
27 qmss-lld \ 27 qmss-lld \
28 multiprocmgr \ 28 multiprocmgr \
29" 29"
30
31# Required by CCS installer
32HOSTTOOLS += "unzip"