aboutsummaryrefslogtreecommitdiff
path: root/96boards-grub-efi-arm64.yaml
AgeCommit message (Collapse)Author
2016-12-14remove unneeded old-releases sed linesRiku Voipio
This jobs are no longer utopic-based, so the sed workaround can be removed. Change-Id: I1e5e506414861b58bd6f74e1888a66c5831cd7f1 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2016-12-11Replace python-pycurl by python-requestsFathi Boudra
linaro-cp is now based on python-requests instead of python-pycurl. Change-Id: I110910c80c3a93a158ebba483b73d0d9e4bb0ee1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-02-1696boards: remove api_version 3Ben Copeland
96boards publishing is not yet S3 enabled, rolling back change to push at a later date. Change-Id: I891ae7ff5723bf4b43553f6a200ec41e5f28f824
2016-02-1596boards: use api_version 3 when publishingBen Copeland
Now with api_version 3 builds get published to Amazon S3. This updates all openembedded builds to use the new api. Change-Id: I9aa162aac36254a0e2236ba953c6252ef9e0b1e8
2015-11-1496boards-grub-efi-arm64: move grub.cfg on ESPFathi Boudra
To accomodate AOSP build, keep grub.cfg on ESP. It allows to use the same partition for Debian/AOSP builds. Change-Id: I6c48a2f1ee49711a0a7e3ef09307e8c0daa5bccd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1396boards-hikey: refactor UEFI/GRUB files locationFathi Boudra
* move grub.cfg outside of GRUB efi build job* * replace hardcoded gpt6 by label * generate grub.cfg in hikey build job * install grub.cfg on the rootfs under /boot/grub/cfg * create Image and initrd symlinks * mount ESP under /boot/EFI * install EFI application on ESP under /EFI/$vendor Change-Id: I33f802c2a2cfbf3590e50115ec25e8a26d29280f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-13Fix jobs using docker-utopic and apt-getFathi Boudra
Ubuntu Utopic is EOL. The archive is moved to old-releases.ubuntu.com. Workaround the failures until Ubuntu Wily is released in 2 weeks and jobs are migrated. Change-Id: I859d3104cd8f5843be786d49f1fb5fc157b499ac Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-01Revert "96boards-grub-efi-arm64: add menu entries without quiet option"Fathi Boudra
This reverts commit 8e9b71e6b819c48d9f8f0a50386af6cf9dc797c7. Change-Id: Ie24eb04418173febc7938dec7a27f36f3141ab8b
2015-09-2896boards-grub-efi-arm64: add menu entries without quiet optionFathi Boudra
add convenient entries for automation testing. these entries are intended to be used by LAVA. Change-Id: I36f61263008c88323f6bad60811505425bbd5a9e Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-09-09grub-efi-arm64: add menuentry for fastbootRiku Voipio
Add a fastboot menuentry into grub menu, so one doesn't need to fiddle with jumper to get into fastboot mode. Change-Id: Ifce03ab0be1091bdd6aa52f2c91f527dab57d8e8 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-08-1396boards-hikey: revert kernel cmdline to use rw instead of roFathi Boudra
As the filesystem is read-only, it prevents /etc/machine-id to be created on the first boot. Change-Id: I2e50ed3e0d3ab2aeaaab3d5d8ed4f5cfb1847d4a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-07-2096boards-hikey: update kernel cmdlineFathi Boudra
* rw -> ro * add quiet Change-Id: I122d88f8d68b345aab55bbcd25c3d51ec0cd316c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-07-1996boards-grub-efi-arm64: reduce the timeout to 1sFathi Boudra
Change-Id: I8b129d7a35eb30ec1bf4e57ce14b3d69035e8ef6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-07-1696boards-grub-efi-arm64: sync kernel cmdlineFathi Boudra
* add console=tty0 * get rid of earlycon Change-Id: I5f90c453eeb812cacbba87afbed5f7ccb4fc85c0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-07-1696boards-grub-efi-arm64: update grub.cfg entriesFathi Boudra
* switch to ttyAMA3 * add an entry for SD card Change-Id: Ibaa739c643b92427a8e1938dfe9b27a7336e140a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-07-1596boards-grub-efi-arm64: update cmdlineFathi Boudra
remove initrd=initrd.img entry, redundant with initrd grub menu entry. Change-Id: I2bcc6a2605464aa62a2a3bcdc6b7fa43a130da7c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-07-1096boards-grub-efi-arm64: add new build job to generate GRUB EFIFathi Boudra
Change-Id: I0b7a59e4284af43d5502a8aaf381de8448ff7000 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>