aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey960-aosp-master.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-11-02 23:37:04 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-11-02 23:37:04 +0530
commit5ca5ab34634479a10024ee831140b82dc3202777 (patch)
tree0ec983b8d86ccaa3a6bc5b7080f4686c0912c0ac /96boards-hikey960-aosp-master.yaml
parentc63fb40702f054976117ad2b696552f8beb07fcd (diff)
96boards-hikey960-aosp-master: generate 4.14 specific images
Change-Id: I0a7069e556537d84fd60c5bcc650e2d3e9197b70 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to '96boards-hikey960-aosp-master.yaml')
-rw-r--r--96boards-hikey960-aosp-master.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/96boards-hikey960-aosp-master.yaml b/96boards-hikey960-aosp-master.yaml
index afade8c148..2cb4a734a2 100644
--- a/96boards-hikey960-aosp-master.yaml
+++ b/96boards-hikey960-aosp-master.yaml
@@ -108,6 +108,15 @@
cp ramdisk.img *.img.xz dist/pub/
popd
+ pushd /home/buildslave/srv/aosp-master/build/
+ rm -rf out/target/product/hikey960
+ make TARGET_KERNEL_USE=4.14 bootimage vendorimage
+ cp out/target/product/hikey960/vendor.img out/vendor-4.14.img
+ cp out/target/product/hikey960/boot.img out/boot-4.14.img
+ xz out/vendor-4.14.img
+ xz out/boot-4.14.img
+ cp out/boot-4.14.img.xz out/vendor-4.14.img.xz dist/pub/
+ popd
wget https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/android-lcr/hikey/build-info/aosp-master-template.txt -O build/out/dist/pub/BUILD-INFO.txt