aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-mainline-rebase.yaml
AgeCommit message (Collapse)Author
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-11-3096boards-hikey-mainline-rebase: use Linaro GCC 6.2-2016.11Fathi Boudra
Change-Id: Icf12b510b3d0f9552f6e851896d554c3693a63f7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-1796boards-hikey-mainline-rebase: move publishing to its own stepFathi Boudra
Change-Id: I972a2c2c418a15d34daebbb716fef3f6c31bcc58 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-1696boards-hikey-mainline-rebase: update the job to latest 4.9-rc5 rebaseFathi Boudra
* install linaro-image-tools and libssl-dev (new) from repositories * update toolchain from GCC 5.1 to 6.1.1 * pull kernel confif from meta-96boards * use uefi openplatformpkg from HiSilicon LT * use wl18xx firmware from linux-firmware tree, version 8.9.0.0.69 * remove ti-uim package, it isn't needed anymore Change-Id: Ia793d4d641678fbc5d17dd039f8c7c222581025b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-07-0296boards-hikey-mainline-rebase: remove -s from mmd command lineFathi Boudra
Change-Id: I102ac241a7eeb8d7010539cba3cba2cdc6669789 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-07-0296boards-hikey-mainline-rebase: add Guodong to email recipientsFathi Boudra
Change-Id: Ic7902aaa73d4010bbe9e7f3d596c1d6e4acddc0b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-07-0296boards-hikey-mainline-rebase: use full path for mkfs.fatFathi Boudra
sbin isn't in the PATH by default and prevent to find mkfs.fat Change-Id: I2d6b979536ded16c777f44c79d8f53cdd7657195 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-06-06Fix typo in linaro-image-tools package nameFathi Boudra
the latest upload doesn't match previous pattern. Change-Id: Icd301d328d1d7ee941f75fabeee2a0a5e038d161 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-06-04Update linaro-image-tools to 2016.05Fathi Boudra
Change-Id: I5f9d2f4bb189ed91206e586a5dd1f2b2f527e223 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-2696boards-hikey-mainline-rebase: get rid of sudo to create boot imageFathi Boudra
streamline the way to build HiKey boot image with the way we'll do it in OpenEmbedded RPB (not yet implemented). As we don't want to force user to be sudo, switch to mcopy/mmd. The downside of this approach is mtools dependency introduced. Change-Id: Id5ef4347602b37672a03b469ac775ff5f1d03404 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-1296boards-hikey: updating armsoc packageRicardo Salveti
Change-Id: I1d44f2e355dfece942825ef1a1d3a1b8daeed15d Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-05-1196boards-hikey-mainline-rebase: workaround etnaviv related build failureFathi Boudra
temporary workaround build failure introduced by https://github.com/96boards-hikey/linux/commit/18d938d etnaviv gpu driver doesn't exist in 4.4 Change-Id: I49fbc0bd0e02e4b3069b4e428a41763babad9f3b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-1196boards-hikey: update armsoc packageFathi Boudra
Change-Id: I7f1dccedc1ca269dcf6161d6028f91fc86fa871a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-03-0496boards-hikey: fix lmc build failure due to armsoc abiFathi Boudra
Fix the following build failure, introduced by xserver 1.17 backport: The following packages have unmet dependencies: xserver-xorg-video-armsoc : Depends: xorg-video-abi-18 E: Unable to correct problems, you have held broken packages. Change-Id: Ia1e30f948c7d86b99cf53fa75ed73d28d6c5da6e Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-03-0496boards-hikey: use android-tools-fsutils and kpartx from Debian JessieFathi Boudra
* we don't use our modified version of make_ext4fs and can use the distro package for ext2simg. * kpartx from Debian Jessie has sync mode option (-s) Change-Id: Ib469fe93ac317cc93df7f8f6c896d0428d621f0a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-03-0496boards-hikey: switch to Debian Jessie build slaveFathi Boudra
Change-Id: I5814deaf8c1cfbaafb3fe587818818be42020daf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-03-04Update linaro-image-tools to 2016.02Fathi Boudra
Change-Id: Iad54e19d5be758f149238684b97e77a02b6a06b5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-02-2996boards-hikey: publish the kernel packagesRicardo Salveti
Useful for testing, when comparing with other kernels. Change-Id: I76183aeea9d4520b275da8f654f39292c88a096f Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-02-2496boards-hikey: use mkfs.ext2/ext2simg instead of make_ext4fsFathi Boudra
Change-Id: Ie73e49a9a5ef210227188b07bec9dd8696de06d5 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
2016-02-05Use kpartx sync modeFathi Boudra
kpartx sync mode is introduced in 0.5 and will only return once partitions are there. Use it to avoid races. Change-Id: I7153f9e6f68866008006e07277ef5c8c82af4c77 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-02-0496boards-hikey-mainline-rebase: switch from hikey_defconfig to defconfigFathi Boudra
hikey_defconfig doesn't exist anymore. Change-Id: If9788316c3a93add66fef172afcca1946a40e0e9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-02-0496boards-hikey: use 96boards-hikey github projectFathi Boudra
Switch to the new home for 96boards HiKey: https://github.com/96boards-hikey Change-Id: I44f9535f0d624dcdfb9e7e9b6c49d35f7a3d48b2 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-01-1996boards-hikey: disable OP-TEE driver build in mainline-rebase and 4.1 branchesFathi Boudra
Change-Id: I6ee24a6f1b4278215eb120f9cc29bacbf0c18af5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-01-1996boards-hikey-mainline-rebase: switch to hikey_defconfigFathi Boudra
Change-Id: Ide935f73fb4cc94954ddd3b6e6a947141cee9387 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-01-1996boards-hikey-mainline-rebase: build alip imageFathi Boudra
Change-Id: If6790f218b4df6f12362f6f314b5d8b46e96f3cd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-12-0496boards-hikey-mainline-rebase: sync the build with 96boards-hikey jobFathi Boudra
* add OP-TEE * update GRUB Change-Id: If8da1483eaeeb26cc789e59b0e9cb572ddf1edd8 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-12-0496boards-hikey: remove resize-helper - merged into 96boards-tools packageFathi Boudra
Change-Id: Id10f496eedd923702e3d21291e60723b74f211ec Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-12-03Get rid of linaro-hwpack-install workaroundFathi Boudra
Upgrade to latest linaro-image-tools release, which includes: - linaro-hwpack-install fix - resolv.conf symlink fix Get rid of the resolv.conf hack. Note: we still have to install l-i-t at build time until docker build slaves are updated. Change-Id: Ibb928601623102386302e2eae3921b54c77c08ce Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-2496boards-hikey-mainline-rebase: upgrade mali and armsoc packagesFathi Boudra
Change-Id: Id9394ae852e163782ed985e7bb1df10f574c00d8 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1696boards-hikey: resize system partition with partedFathi Boudra
Change-Id: Icc4d392deea888642ee9e4dbba22661b0563d580 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1596boards-hikey: ensure default-.target.wants directory existsFathi Boudra
Change-Id: Ibc44ccfbfeef28ae55c82b8cdbc6ce7b1c1eff2f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1596boards-hikey: add resize-rootfs serviceFathi Boudra
1. Reduce sparse image size to fit the file generated by linaro-media-create. 2. Add a oneshot resize-rootfs systemd service to - fix GPT data structures - resize rootfs partition - disable the service itself Change-Id: Ia9d89178b0349a210e4d62367b1ce69cc0b18bc3 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1596boards: fix debian rootfs URLFathi Boudra
debian rootfs is now built natively: node 'build' -> 'docker-jessie-arm64' Change-Id: Ie85ecedca1e2a14bcb98aae1b5fabda004e471e3 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1496boards-hikey: fix typo in grub.cfg symlink pathFathi Boudra
Change-Id: Ic9c035be1f25692ca0abc7378a420d329abd24d1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1496boards-hikey: add grub.cfg to ESPFathi Boudra
Adjust grub.cfg location to accomodate AOSP build. Create a symlink to grub.cfg (like fedora does). Change-Id: I1c7477cf3f7c739982b00e33b8f93ca08734aa43 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1496boards-hikey: change EFI pathFathi Boudra
use a distro agnostic location: /EFI/debian -> EFI/BOOT Change-Id: Iac58de7b2b1ea9bbffb1efe0c043e8e8e7f0cb6d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1396boards-hikey: copy dtb to /boot/Fathi Boudra
Change-Id: Ia1a89d1dbc79b377cf4707208d4476e4eec42fa3 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-11-1396boards-hikey: get rid of cmdline/lcb.dtb/ramdisk.imgFathi Boudra
Remove files used by the previous bootloader, deprecated with UEFI. Change-Id: I03287514113f46c14db866f502623c16d4cb2ecf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-1096boards-hikey: drop hi6220-hikey-spin-table.dtb and boot-fat.emmc.imgFathi Boudra
https://lists.96boards.org/pipermail/dev/2015-November/000509.html Change-Id: Ib6897fff21fdb4818f909f150328963687c4a6a4 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-2796boards-hikey-mainline-rebase: add wl18xx-fw-4.bin firmwareFathi Boudra
Update to FW 8.9.0.0.48 per Guodong's request. Change-Id: Ibd7bf598633905c8d0b8af6551d36735109dcadd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-1596boards-hikey-mainline-rebase: add new build jobFathi Boudra
Change-Id: Ic452b907de7af8a14d0d68a82874054b072f5a31 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>