aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-test/images
AgeCommit message (Collapse)Author
2019-02-22recipes-test/images: Rename initramfs-bootrr-image -> initramfs-test-imageAníbal Limón
Initially we created the ramdisk image to run bootrr but now the build dosen't include bootrr in the image (CI job includes later) so rename the image name to be generic. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2019-02-22recipes-test/images: Add autologin to initramfs-bootrr-imageAníbal Limón
Useful for CI test loop and development, based on meta-ostro [1]. [1] https://github.com/ostroproject/ostro-os/blob/master/meta-ostro/classes/ostro-image.bbclass#L465 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2019-02-22recipes-test/images: Add boot manager (systemd) to initramfs-bootrr-imageAníbal Limón
To provide an image suitable for development, debug-tweaks is needed to login wo password. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-12-21intiramds-bootrr-image: add few more debug utilitiesNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-12-21initramfs-bootrr-image: improve how we set PACKAGE_INSTALLNicolas Dechesne
* one package per line * sort all packages Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-10-03recipes-test: Remove bootrr{,-init} from initramfs-bootrr-imageAníbal Limón
The bootrr and init script is now handled inside the CI integration/mainline [1] jobs so don't need to have the into meta-qcom layer. The CI integration job now gets the last bootrr version and set the initscript needed for boot the board [2][3]. [1] https://ci.linaro.org/job/lt-qcom-linux-integration/ [2] https://git.linaro.org/ci/job/configs.git/commit/?id=c7627a865 [3] https://git.linaro.org/ci/job/configs.git/commit/?id=132f0e8d0 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit 18c88af07f3ca1c09215fd7ad84be3e266aa6c89)
2018-09-05recipes-test/images: Add diag tool to initramfs-bootrr-imageAníbal Limón
For enable usage of diag on ramdisk testing (bootrr, functional). Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit 19b14065fe16ba53a29e3ea2c62e11135725ffb3)
2018-03-22recipes-test: Add initramfs-bootrr-imageAníbal Limón
A minimal ramdisk suitable for testing, imported from, https://github.com/andersson/meta-stuff Recipes added, - bootrr: Boot regression testing - lava-test-shell: Lava test shell helpers to execute bootrr outside LAVA environment LAVA test definition run example, https://validation.linaro.org/scheduler/job/1692990 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>