- 26 Feb, 2020 1 commit
-
-
Rémi Duraffort authored
device-types: bcm2711-rpi-4-b: support booting rpi-sources See merge request lava/lava!1019
-
- 25 Feb, 2020 9 commits
-
-
Rémi Duraffort authored
docker: allow to skip calls to check_owners See merge request lava/lava!1018
-
Rémi Duraffort authored
Fix nbd deploy See merge request lava/lava!1017
-
Rémi Duraffort authored
On large systems, this can be really long. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
The image type was not taken into account due to the missing PrepareKernelAction Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Add unit tests for filtering in REST API Closes #359 See merge request lava/lava!1015
-
Corentin LABBE authored
The current device-type of bcm2711-rpi-4-b works well with mainline Linux. But the rpi-sources does not boot with it. First it miss the cma size. Then without 8250.nr_uarts=1, the rpi-sources fail to open the console. But with 8250.nr_uarts=1, ttyS1 become ttyS0. Instead of hardcoding too many things, lets's permit to override extra_kernel_args.
-
Stevan Radakovic authored
Fixes #359
-
Rémi Duraffort authored
Support new permission management via REST API Closes #330 See merge request lava/lava!1005
-
Stevan Radakovic authored
Fixes #330
-
- 24 Feb, 2020 5 commits
-
-
stevanradakovic authored
Allow to add overlays to resources Closes #320 and #307 See merge request lava/lava!1004
-
Rémi Duraffort authored
NXP IMX templates rework See merge request lava/lava!1014
-
Milosz Wasilewski authored
api: Aliases authorization Closes #364 See merge request lava/lava!1002
-
Rémi Duraffort authored
add docker test action Closes #305 See merge request lava/lava!945
-
Rémi Duraffort authored
dispatcher: deploy/overlay: add action to create overlay unconditionally See merge request lava/lava!1016
-
- 21 Feb, 2020 15 commits
-
-
Antonio Terceiro authored
Fixes #305
-
Antonio Terceiro authored
For example, if by mistake you add a mapping for {"board_id": None}, then *all* devices will match. We don't want that.
-
Antonio Terceiro authored
-
Antonio Terceiro authored
This is mostly a convenience for when testing manually on the command line, because udev itself will no include /dev/.
-
Antonio Terceiro authored
This is used whenever you want to send logging_info for remote logging, for example to lava-dispatcher-host.
-
Antonio Terceiro authored
-
Antonio Terceiro authored
-
Antonio Terceiro authored
-
Antonio Terceiro authored
This can be used by actions that need the lava scripts available but not on the DUT, i.e. they want a local overlay, but not one installed to the device, so they don't return True for needs_overlay().
-
Rémi Duraffort authored
Fix string conversion issue on uuu usb_otg_path variable See merge request lava/lava!1013
-
Philippe Mazet authored
Some specific string were transformed to something else. Example: usb_otg_path = 2:11 was transfomed as 131 because being interpreted as a time
-
Rémi Duraffort authored
doc: make yaml indentation consistent See merge request lava/lava!1011
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
doc : uuu deploy/boot methods See merge request lava/lava!1009
-
Rémi Duraffort authored
Vexpress uboot command changes after uboot changes See merge request lava/lava!1010
-
- 20 Feb, 2020 10 commits
-
-
Dean Birch authored
Previously vexpress would use setenv to define tftp commands, then setup the dispatcher ip, common uboot commands, and then boot, which triggered tftp commands. Now that tftp commands are used directly prior to the boot command, ensure that the correct network settings are in place prior to any tftp commands are run. Change-Id: I6b9a4622792060cacf0d7c3b65cce10801c3b369 Signed-off-by:
Dean Birch <dean.birch@arm.com>
-
Thomas Mahe authored
-
Philippe Mazet authored
Moving all common setting into imx8m-common file. Those new templates support the new uuu feature (IMX flashing tool), and can be used to deploy either Android or Yocto on the same hardware.
-
Thomas Mahe authored
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
This keys under "overlays" should not have any "image_arg" as they are not used directly in the qemu command line. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
The overlays will be added automatically by the DownloaderAction itself. This job definition will add the modules into the ramdisk. ```yaml ramdisk: image_arg: '-initrd {ramdisk}' url: http://example.com/rootfs.cpio.gz compression: gz format: cpio.newc overlays: modules: url: http://example.com/modules.tar.xz compression: xz format: tar path: / ``` Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
The compression is not taken into account when the key is "ramdisk". The logging was wrong by indicating that the file is decompressed (while it's not). Also improve _url_to_fname by using self. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-