aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d/30_yocto
AgeCommit message (Collapse)AuthorFilesLines
2019-09-12use debian 10 as base of container imageStephane Desneux1-2/+1
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>
2018-07-04Merge "Add timeouts and retries to wget calls"Stéphane Desneux1-2/+4
2018-07-04Add timeouts and retries to wget callsJan-Simon Möller1-2/+4
We have some connection issues in Jenkins and thus add retries and timeouts to wget. Change-Id: I49fbde9ab2e86fa0760635b74d5e7e6010f4abb6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-19add g++ multilib packageRonan Le Martret1-1/+1
Change-Id: I94fdb45c1d73f301ce40fc9af13bca4db4cfdf83 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-11-24libzip2 disappeared in debian 9eel_4.99.4eel/4.99.44.99.4Stephane Desneux1-1/+1
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-05-15Add missing part of XDS flavour.Sebastien Douheret1-9/+6
Change-Id: I6ed939a5c64626149921fa082320a5b118fb9b65 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-11Introduce flavours for containersStephane Desneux1-0/+44
Multiple variations over a common base must be supported when creating AGL containers. This commit introduces 'flavours' to achive this goal (see README.md for details). Current supported flavours: * generic : same image as before * xds : new image dedicated to AGL DevKit Change-Id: I0aa65a1d9e83a2d7aed43e0b135dc43c5537bc53 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>