Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I54e0d6700fe34fa67868328fb9a150d7ca5c3802
|
|
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I908a275715401de4d660b34c84185ad1611dd5e5
|
|
Change-Id: I93101d81827d9751797a96b130db979f05da86d0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Go is never installed, because the repository is invalid.
This is due to VERSION_CODENAME bing empty.
The source of /etc/os-release wasnt working.
The solution is to use the POSIX way by using "." instead of the bashism
source.
Bug-AGL: SPEC-3408
Change-Id: I0d3939271cd57c381c4ec2ce21734e9702855645
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
|
|
This patch fix a typo on python3-pip
BUG-AGL: SPEC-3408
Change-Id: Ic08742090ea445a3183383b0c9753e9d90c01c51
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
|
|
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>
|
|
|
|
URLs and keys have changed. Adapt the packer file.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I4c5076c0a45149fde3795817b10966f500b5e611
|
|
The debian package is too old and releng-scripts need jinja2>2.9, so
lets use pip3 for installing it
Change-Id: I4a392acb74e4804c230ac54035ec39f2cecda793
Bug-AGL: SPEC-3408
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
|
|
we are migrating to python3 for the releng-scripts.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: If87b16c9fb0611d4abc6d983479b2b19ff39ae01
|
|
This enables installation of lavacli.
Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
Change-Id: I123fcecea66fcd60a3000b3b5d57570f2e4eda5c
|
|
As we pushed some changes to lavacli, and for now it is only in Linaro
stretch-backports, so we will use their url instead of the
"http://deb.debian.org/".
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
Change-Id: I065ec8467ee491e083b4523ab70223347ed5d320
|
|
Change-Id: I69e0bd20128fe41cd0953bea94e07ae5c4f86243
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: Ifc8a61d2f419bc2bbad9b6cd1b6485892343a530
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Needed for the build infra uprev.
Change-Id: Ic329208b55d9b29c791eff42d721ec31a2f97e6f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I1766a6fe269cf64c379d2e1f8241325e18301b1a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
and use the new image_disk_format
Change-Id: I17fa60f6013d5382237cdb100717cc9776945ac5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
lava-tool is deprecated. There is a new "Tags" feature in lavacli that we
would like to leverage to create customize tests depending on tags.
Include lavacli into the script dependencies.
Use it to find devices and list corresponding tags.
Note, for now it is not replacing lava-tool but only ran alongside to test
the behavior.
Change-Id: I29546f4109ce869f7f047639f46e4a9c4499a9b2
Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
|
|
Change-Id: I7c6dc4c199879994bf2c6bcf6a63d21b6e05f314
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
The generated website has two subfolders and a front page to let use chose
between AGL versions:
* master
* flounder
Bug-AGL: SPEC-1993
Change-Id: Ia8edd76f5f8119c2a4f29a2e36113aa2207e6031
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Change-Id: I300fd56d8ed26d78dd12a0c77822fcecc909ddac
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I611edcdacb58bd565f14a9dac583d3c2c06cd26b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
: The following packages have unmet dependencies:
: nodejs : Conflicts: npm
Change-Id: Ic331d758b111edd15d778c71971cbf3915678d54
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I80380416d80541f73603ca6b41e1ec88fcc66821
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
|
|
Default nodejs & npm are very old (nodejs 4.x and npm 3.x) and don't
allow to build xds dashboard. Note that one reason to bump to a
recent npm version (at least npm ^5.0.0) is the support of
package-lock.json that is very useful to lock dependencies of nodejs
packages in a project.
(for more info see https://docs.npmjs.com/files/package-lock.json)
Change-Id: I639b97ee12e9d11f47a09bf5443fb2470fbf485a
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
Standard go librairies must be compiled at least once to be able to
build go code for other OSes.
Note that you must be root in order to write resulting static
libraries into /usr/lib/go-X.Y/pkg/windows_amd64 and
/usr/lib/go-X.Y/pkg/darwin_amd64
Change-Id: Icdf09f627ad2c5c1bbf1b42fb8c92f9d9e65469d
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
Change-Id: Ia51673829bcfbbb21edb695f4240738e1186b906
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: Ic9db1e2347ab7518b7556f25613982749c1e5289
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I5e22868ecb676006ea3e92296ded1d2d9d35f381
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I243214abf1505496bbc04797678a275be771b0dc
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: Icfdfc454106b14c94f05da61d5e349d22ae1fbaa
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: Ic5cbae9c7eda50110b23acc4a354528bfc02975a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
lava-tool version 0.14 from ubuntu xenial is almost deprecated.
Use the jessie-backeports version 0.19.
Change-Id: I4ddb6eb81757ffdb978c8d2edafc4931cf5a42a4
Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
|
|
to make sure we get the desired version ...
Change-Id: I56a8be583340b851e62773bb4d8ba5ac9dde692d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
releng-scripts templating depends on the current stable (v2.9) version
of jinja2.
Change-Id: I0cde55c53567755edf3f2d1e8b009d0b0b7cc8ec
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
|
|
Change-Id: I0edee9740a6766acc5bc2020b4a758830ed4ee53
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
The previous change: 9515, does not pull in the packer binaries
into basebuild, so moving this to baseline is more appropriate.
Change-Id: I149e83635cce5e9ce62d06fccb4d30099ecd3906
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
|
|
Change-Id: Id939111ccbfdf5ab0ca3aef0d33f6c88d9c30172
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
|
|
Change-Id: I696e833ed63f624410359e6b57b2fa6ec3bac094
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I4ef925c7bf1ea80a2bb8d7fffcdc5d3f050ef843
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This should fix the rendering issues from SPEC-574.
Change-Id: Ib536a1aaf8ed29d613e33b238751e1a6b67afc3b
Bug-AGL: SPEC-574
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
|
|
Change-Id: Iec3e26163caad81cd12c6cce6a35431403dc285d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
jekyll-plantuml was requested by Jens.
Change-Id: Ic6e1d32b57dd3c5b36b8388e1ac985a80f4381dc
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: Id36f63feaebe1bc2ac84a0754872d4ed164c9c6b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
|
|
Change-Id: I90739edd345af31c895beb033982ef0a3b6a998b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I5d1d8d03ae4f52edd8f1f355880d62723fa622c0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I9e298be879477e81678a2d4fa4fa4b9713c7c263
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|