aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey.yaml
AgeCommit message (Collapse)Author
2015-04-1696boards-hikey: publish build informationFathi Boudra
Change-Id: I54a58dc11c61a25836039bfc83240b1580dda2a3 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-04-1696boards-hikey: remove /boot and /var/lib/apt/lists directoriesFathi Boudra
free some extra space. Change-Id: I2803f9360cee30880a620c2a238c249c313b73f2 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-04-1696boards-hikey: add md5sums fileFathi Boudra
Change-Id: If05e821f07bdc8bfcfaf578d3ff9acd74f975a68 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-04-1496boards-hikey: use persistent block device naming (by-partlabel)Fathi Boudra
with latest fastboot update, partition table has changed. To avoid to break the root device, use by-partlabel to have a persistent block device name. Change-Id: I220bb0145e651f2660e1670f6e8abdce1b154fe0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-04-1396boards-hikey: use pre-installed toolchainFathi Boudra
Don't copy toolchain to slave and extract it anymore. The toolchains are now pre-installed, set tcbindir environment variable to use them. Change-Id: I38630e40dabe53ed1e9f848d3361c56f8582e9c7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-04-0196boards-hikey: use the refs/heads/<branchName> syntaxFathi Boudra
<remoteRepoName>/<branchName> can be ambiguous. Per the documentation: The safest way is to use the refs/heads/<branchName> syntax. This way the expected branch is unambiguous. If ambiguous the first result is taken, which is not necessarily the expected one. Better use refs/heads/<branchName>. Change-Id: I969d2f788831814fa8e5404b2a15fc66ab86cd1d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-31remove hardcoded device for kpartxFathi Boudra
use the same approach across all the build jobs parsing kpartx -av output Change-Id: I1e06b1ce874fe8665b289b7199361a77dba96a64 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-2896boards-hikey: run date command onceFathi Boudra
use a variable to avoid to call date multiple times. it fixes also variable expansion with kpartx -av call. Change-Id: I75889e35c43c23f6cdb04cfc671150b7fe3157e9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-2796boards-hikey: remove hardcoded device for kpartxFathi Boudra
Parse kpartx output to figure out the device maps. It fixes build failures when a parallel build is happening and both assumed access to loop0 device. Change-Id: I107b7bd82d5fd9dc0056a2b11acf405ac197a8cf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-27Update android-tools to version 4.2.2+git20130218-3ubuntu41+linaro1Fathi Boudra
Change-Id: Ib1546a9921376b618877b830c3098fbf434051c3 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-1996boards-hikey: add wlan0 workaround to disable ELP modeFathi Boudra
firmware cannot be waken up from ELP (Extreme Low Power) mode. Note: not every wake up from ELP mode will fail, there are still unknown 'random' factors. workaround: disable ELP mode before the interface is up Change-Id: Ic0bb6cebdf79b3388f1d2a23e1cb2c9a2820fb77 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-1196boards-hikey: include alip image (LXDE)Fathi Boudra
Change-Id: Ic3f2a06d2435799126ccd42348f89cafe01cde86 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-1196boards-hikey: add calibrator packageFathi Boudra
Change-Id: Ifa91e52e803f4db85e100b6d118a82246627c5f8 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-0396boards-hikey: fix typo binary -> rootfsFathi Boudra
Change-Id: Ibac3b0ac70abdd34319c8ecd6b29fb901e79a91a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-0396boards-hikey: customize pre-built imagesFathi Boudra
* rename filenames in the boot partition as expected by the bootloader * create /etc/resolv.conf symlink * add eth0 and wlan0 stanzas Change-Id: Ia5c7df9845060e4466e8d58c77ad251e8ac7a00b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-0296boards-hikey: rename initrd.img as expected by UEFIRiku Voipio
From commit at: https://github.com/96boards/edk2/commit/1886227bfb01b66aeac7cfe1d42ad7cde9353e1d an initrd.img s expected in the FAT partition Change-Id: I7f11383b783f0be5548fe0dff9610d1b259f1a93 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-02-2596boards-hikey: preserve permissions on the sparse imageFathi Boudra
use a patched make_ext4fs which provides -o parameter in order to preserve permissions. Change-Id: I6e5bc9039595606952aa7e3f4e9a27c6ad8c9228 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-02-2196boards-hikey: add boot partition expected by UEFIFathi Boudra
UEFI expects kernel and dtb into a FAT partition. cmdline isn't needed anymore and we don't need to rename the files. Change-Id: I5493f9e1bc92b90e9d4090a8231f28a34f86a8e9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-02-1696boards-hikey: publish build results to builds.96boards.orgFathi Boudra
Change-Id: Ia11d0263b1e4b75b4c2d3f48d10ce5c85f9cc6dd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-02-1396boards-hikey: fix indentationFathi Boudra
Change-Id: Ib8b855768c20b741979e0f63b55e32aef8b61a2d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-02-1396boards-hikey: add new job for HiKeyFathi Boudra
Change-Id: I44ea7681d0f5df01a74b0e88109360934435d180 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>