aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-05-04 22:21:18 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-05-04 16:52:14 +0000
commitc1aacc81995f3ef097db835e8d751632696c2f0e (patch)
treeca4f58f9992df6c92955efb4f47b046c4874178a /android-lcr
parentd4cead7919d618f59453ec813c72054c7702c46c (diff)
android-lcr-reference-juno-o: don't create disk image
The script doesn't build from inside containers Change-Id: Idfab83c4cf6a3b6e3b5adcd986033222ec82d085 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/juno/builders.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/android-lcr/juno/builders.sh b/android-lcr/juno/builders.sh
index 912b4d2893..24a582b8a3 100755
--- a/android-lcr/juno/builders.sh
+++ b/android-lcr/juno/builders.sh
@@ -15,7 +15,6 @@ cp -a /home/buildslave/srv/${BUILD_DIR}/build/out/*.xml /home/buildslave/srv/${B
#package juno.img.bz2 and create uInitrd.img
cd /home/buildslave/srv/${BUILD_DIR}/build/out/
-../device/linaro/juno/pack_juno_img.sh
mkimage -A arm64 -O linux -C none -T ramdisk -n "Android Ramdisk" -d ramdisk.img -a 84000000 -e 84000000 uInitrd.img
cd -