aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2019-09-12 16:18:57 +0200
committerStephane Desneux <stephane.desneux@iot.bzh>2019-09-12 16:18:57 +0200
commitb7a761f11c7920628b8653a3ffda2e8644f6f6b8 (patch)
tree1053c5cf88c599249ea6fb0be0c7e7e630c30735 /INSTALL/tasks.d
parenta232598ac600e8c7c0ed39e390b9a01b3366b93a (diff)
use debian 10 as base of container image
To be able to use gcc 8.x (and option -ffile-prefix-map), switching to debian 10 (buster) is required. Also, bmap-tools has to be removed due to missing dependencies in debian 10. Bug-AGL: SPEC-2801 Change-Id: I5e32943c834f992866ec29720b5756030cf71c78 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'INSTALL/tasks.d')
-rw-r--r--INSTALL/tasks.d/30_yocto3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL/tasks.d/30_yocto b/INSTALL/tasks.d/30_yocto
index 60bb428..17bdb06 100644
--- a/INSTALL/tasks.d/30_yocto
+++ b/INSTALL/tasks.d/30_yocto
@@ -24,10 +24,9 @@ wget -t 3 -T 60 -O $DEVUSER_HOME/bin/prepare_meta https://raw.githubusercontent.
chmod +x $DEVUSER_HOME/bin/*
# for image creation and compression
-apt-get install -y python-lzma python-gpgme pbzip2 pigz lzop
+apt-get install -y python-lzma pbzip2 pigz lzop
dpkg -i \
- $INSTDIR/tools/bmaptools/bmap-tools*.deb \
$INSTDIR/tools/tar/*.deb \
$INSTDIR/tools/xz-utils/*.deb