diff options
author | 2017-05-19 17:43:10 +0200 | |
---|---|---|
committer | 2017-05-19 17:47:42 +0200 | |
commit | 4f4c86271cbc57ac613e5550fb3a7abccc1fdc58 (patch) | |
tree | b49b573c045f6ccc0f41119d0dc87c905ca4999b /INSTALL | |
parent | 79379d80858fc65e452aa56909b815db7e907d4e (diff) |
Install missing xz tools required by sdk install.dab_3.99.1dab/3.99.13.99.1
Change-Id: I47bbd4789d63c68251cddeed1a4b98e8a71e2b42
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL/tasks.d/81_xds_tools | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL/tasks.d/81_xds_tools b/INSTALL/tasks.d/81_xds_tools index a2593c4..ed690cf 100644 --- a/INSTALL/tasks.d/81_xds_tools +++ b/INSTALL/tasks.d/81_xds_tools @@ -2,3 +2,10 @@ # install essential tools used when compiling a project with XDS apt-get install -y cmake uuid-dev libssl-dev + +# for sdk installation +apt-get install -y pbzip2 pigz lzop + +dpkg -i \ + $INSTDIR/tools/tar/*.deb \ + $INSTDIR/tools/xz-utils/*.deb |