aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates/basebuild-local-kvm.json
AgeCommit message (Collapse)AuthorFilesLines
2020-12-02Uprev builder configuration to 18.04Jan-Simon Möller1-63/+53
Change-Id: I93101d81827d9751797a96b130db979f05da86d0 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2020-07-01SPEC-3408: fix packer buildCorentin LABBE1-2/+2
The current packer templates use 1604.4 which does not exists anymore, so change it to 1604.6. Furthermore, jessie-backports does not exists anymore and fail the whole build. Since apt-get-update fail (due to jessie-backports), the subsequent "&& apt-get install" is never executed Jessie-backports seems needed only for lava-tool which was replaced by lavacli, so no regrets, remove it. Change-Id: Iae1333a52a2dc20e9559462b4acf9a3b71696a08 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2018-04-03Update Ubuntu 16.04 from revision 3 to 4Ronan Le Martret1-2/+2
Change-Id: Ida617723f8af6a55af6e41957574db4241662bb4 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-08-08Have basebuild-local-kvm work without DISPLAYTom Rini1-1/+1
packer is quite happy to work without DISPLAY and still have VNC up so that if needed a connection to the display can be made. Change-Id: Iae93aec9e9c1421a25dc719300bd4afec54cc533 Signed-off-by: Tom Rini <trini@konsulko.com>
2017-08-08Update source of iso fileJan-Simon Möller1-2/+2
Change-Id: I4ddb6642f0393e83f064bca0735b7b8755257a41 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-10-03Add /opt/AGL/lava-agl, its dependencies and json fileJan-Simon Möller1-0/+5
Change-Id: I65e5c48f91d0c4df084cfa3e66d43ae48e52bb9d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-09-30Make local build work by removing the graceful shutdownJan-Simon Möller1-2/+0
Change-Id: I3a70aacac1c83b8bfadcb7af53a9b55cfe31a180 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-09-30Be even more verboseJan-Simon Möller1-5/+5
And add additional nameserver. Change-Id: I289e1b196b4e3513215e7ae7c2ac18e5ba128f0a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-09-30Add local basebuild variant for testingJan-Simon Möller1-0/+85
Run with: packer build -var-file=vars/cloud-env.json -var-file=vars/ubuntu-16.04.json templates/basebuild-local-kvm.json Change-Id: I15ed4eb3c7f74c7d11095ffe8a543b0b7ba4c7f8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>