aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-04-21 10:04:31 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-04-21 04:34:52 +0000
commit01acc3dec0f5814eed639da91b940705251e1a7b (patch)
tree89d14e25fc33562e2a20f36a477bf820a34f7f38
parent6dda6594071bf77b5cf3c6f17ad17d43d909831c (diff)
96boards-hikey-aosp-master:flash cache partition when no vendor partition
Change-Id: I40c7b750eb9d07bed3a95b11a3a4d0f63a14aeba Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--96boards-hikey-aosp-master.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-hikey-aosp-master.yaml b/96boards-hikey-aosp-master.yaml
index e6c14a0868..888592d8ec 100644
--- a/96boards-hikey-aosp-master.yaml
+++ b/96boards-hikey-aosp-master.yaml
@@ -185,7 +185,7 @@
echo "This build comes with a vendor partition"
else
echo "No vendor partition, so flashing cache partition from the job instead"
- sed -i "s|vendor|cache|g" configs/lkft/lava-job-definitions/${DEVICE_TYPE}/*.yaml
+ sed -i "s|vendor.img.xz|cache.img.xz|g" configs/lkft/lava-job-definitions/${DEVICE_TYPE}/*.yaml
fi
python configs/openembedded-lkft/submit_for_testing.py \