aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom
AgeCommit message (Collapse)Author
2017-11-22lt-qcom: fix base_template for db410cMilosz Wasilewski
Change-Id: Icbc98f2838a40897eca295aa90b23f9fa5c27866 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2017-11-22lt-qcom: LAVA base_template.yaml small fixAníbal Limón
Remove escape "" in RESIZE_ROOTFS variable because it causes to don't detect empty string. Change-Id: If59ab0ef3ea9bc96bdfb7b3aef87ac5e19e55224 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2017-11-22lt-qcom: Changes to make LAVA templates usable in OE/DebianAníbal Limón
- Move the LAVA templates from lt-qcom-openembedded-rpb to lt-qcom. - Use --template-base-pre to avoid duplication on protocols (LXC) and deploy/boot images, the actual templates only differs on description and test plans. - Change namespace of target devices to dragonboard410c instead of dragonboard410c-oe. - Add parameters to set OS_INFO, DEPLOY_OS and BOOT_OS_PROMPT that differs on OE and Debian. - Add support to use LXC containers to execute a conversion of boot or rootfs in this case be able to resize the rootfs, now LXC_BOOT_FILE and LXC_ROOTFS_FILE parameters are needed. - Adapt lt-qcom-openembedded-rpb-morty jenkins template to use the new LAVA generic templates created. Change-Id: I7fd88831ce041eef374f3a4bf0a2cf72cbfa04fa Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>