aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/common.d/10_base
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26replace gpg with gnupg package: needed for nodejs 8Clément Bénier1-1/+1
indeed, gpg is a dependency of gnupg in stretch-backports repo and gnupg also provides gpg-agent needed for installing nodejs 8 Change-Id: I6491cc73e6b3d3b0ff3eb2199fc12c56954b505d Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-08-31Add missing packages for LXC containerflounder_5.99.6flounder_5.99.5flounder/5.99.6flounder/5.99.55.99.65.99.5Romain Forlot1-0/+2
LXC image doesn't include the gawk package which is needed for prepare_meta script. Also it misses needed HOSTTOOLLS dependencies for bitbake and git-review. Change-Id: I4aaaf7635820d77e0fa113463ee8fd4569a1179e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-07-04Fix typo in apt.conf.dJan-Simon Möller1-1/+1
Change-Id: Ia2dbf165ee9601ac9e30dfd7a3561a9e197c919d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-04Add debug output to apt network callsJan-Simon Möller1-0/+1
To debug connection issues in the container generation enable debug output. Change-Id: I255567a3f4794d1c8edbcb0099b50f49b1f43598 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-29Add package apt-utils to default imageRonan Le Martret1-1/+1
- remove docker warning message during image creation Change-Id: Ief38ab11d420be2aef326e6a0bbee79b25041a3e Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-01-1910_base: install gpg first before any other packageStephane Desneux1-3/+3
Installing gpg too late may cause unauthenticated package installs and may lead to container build failures See: https://jira.automotivelinux.org/browse/SPEC-979?focusedCommentId=15403&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15403 Bug-AGL: SPEC-979 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-12-21Set CONTAINER_TYPE to docker when running within docker.eel_5.0.0eel/5.0.05.0.0Sebastien Douheret1-7/+7
Change-Id: Ida9d5a12b12f94bb5439a875696f65ded2dff087 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-01Install gpg (no longer installed by default)Sebastien Douheret1-0/+3
gpg is requested by apt-key command (Debian Bug report logs - #830696) Change-Id: I3e1b5b5d5f9a828911c4fb2fbd0d41cdae10fe8b Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-29use debian 9 as baseStephane Desneux1-1/+1
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-10-16Allow to use systemd --userSebastien Douheret1-2/+6
Change-Id: I4c0f5f2a5464d3b6774a7b9eed27764e80ae58ae Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-17common.d/10_base: fix sshd listening address for X11 forwardingStephane Desneux1-0/+6
Change-Id: Ide9b12398c71105a98da5f0cef78dc8358dd7739 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-09-11set bash as default shell in containerStephane Desneux1-0/+11
By default, debian 8 uses dash as a diversion for /bin/sh. This may break some script and in particular in AGL SDK. This patch adds a change in the diversion between dash and bash Bug-AGL: SPEC-743 Change-Id: Ibadce48b054263ce1596086c8a983985db45d2bd Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-05-11Introduce flavours for containersStephane Desneux1-0/+67
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>