aboutsummaryrefslogtreecommitdiff
path: root/android-imx8m.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-05-09 10:46:57 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-05-09 05:17:46 +0000
commitbb200ade723663fe5671ba2de07c89856b21ae01 (patch)
tree3426510d5e2303c02d8d6d426ddd65bd7e53ea49 /android-imx8m.yaml
parentf2e67b4813e2b28bbec5fcb40899c34bc2067426 (diff)
android-imx8m: publish script and uboot binary
Change-Id: Icbf8372e71e4b0e8bf7546ffbe396a7da9db9c69 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-imx8m.yaml')
-rw-r--r--android-imx8m.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android-imx8m.yaml b/android-imx8m.yaml
index 19bdeaae..b18a04ed 100644
--- a/android-imx8m.yaml
+++ b/android-imx8m.yaml
@@ -53,6 +53,7 @@
set -e
make -j$(nproc)
+ cp device/fsl/common/tools/fsl-sdcard-partition.sh out/target/product/evk_8mq/
export WORKSPACE=${JENKINS_WORKSPACE}
wget -q https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/android-imx8m/template.txt -O out/target/product/evk_8mq/BUILD-INFO.txt
@@ -61,7 +62,7 @@
cat << EOF > ${WORKSPACE}/publish_parameters
PUB_DEST=android/imx8m/${BUILD_NUMBER}
PUB_SRC=${PWD}/out/target/product/evk_8mq/
- PUB_EXTRA_INC=^[^/]+zip
+ PUB_EXTRA_INC=^[^/]+imx
EOF
- inject:
properties-file: publish_parameters