aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-04-03 01:08:11 +0700
committerYongqin Liu <yongqin.liu@linaro.org>2019-04-03 01:08:11 +0700
commitde0228c0912e0f6dc3bdb68f4efd61559d3d94b3 (patch)
treecfadcc6043a3dda0ffa5e50ec44de7d67e2642d3 /android-lcr
parent19dcf2ed1129a0f9e14455fb94d976f5dd4f21b0 (diff)
android lcr am65x: make images public and publish sysfw.itb
Change-Id: Ia885f5adf562c2c0d8ed3197286ab797274091df Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/am65x/builders-v2.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/android-lcr/am65x/builders-v2.sh b/android-lcr/am65x/builders-v2.sh
index a0140505..aa25e238 100755
--- a/android-lcr/am65x/builders-v2.sh
+++ b/android-lcr/am65x/builders-v2.sh
@@ -14,8 +14,6 @@ mkdir -p build
build-tools/node/build us-east-1.ec2-git-mirror.linaro.org "${CONFIG}"
cp -a /home/buildslave/srv/${BUILD_DIR}/build/out/*.json /home/buildslave/srv/${BUILD_DIR}/build/out/*.xml ${WORKSPACE}/
-wget https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/android-lcr/am65x/build-info/template.txt -O build/out/BUILD-INFO.txt
-
# Delete sources after build to save space
cd build
rm -rf art/ dalvik/ kernel/ bionic/ developers/ libcore/ sdk/ bootable/ development/ libnativehelper/ system/ build/ device/ test/ build-info/ docs/ packages/ toolchain/ .ccache/ external/ pdk/ tools/ compatibility/ frameworks/ platform_testing/ vendor/ cts/ hardware/ prebuilts/ linaro*
@@ -25,7 +23,7 @@ cd -
cat << EOF > ${WORKSPACE}/publish_parameters
PUB_SRC=${PWD}/build/out
PUB_DEST=/android/${JOB_NAME}/${BUILD_NUMBER}
-PUB_EXTRA_INC=^[^/]+[._](u-boot|dtb)$|MLO
+PUB_EXTRA_INC=^[^/]+[._](itb|dtb)$|MLO
EOF
PUB_DEST=/android/${JOB_NAME}/${BUILD_NUMBER}