aboutsummaryrefslogtreecommitdiff
path: root/rpb-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-04-15 16:26:25 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2019-04-15 16:28:02 +0100
commitdb43ebc515b99428a79593b0009d0a0e1b873adc (patch)
tree68cd2ca5821b380cc50b91e1b3deb68e709e17a9 /rpb-openembedded
parentbe5921f24927bec399eddbbf306f8b864091cce9 (diff)
warp7-openembedded: move IMAGE_URL definition
It needs to be exported so the template YAML can see it. Change-Id: I3826d7bf8747d6492405a503cac6fd9b03b87635 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'rpb-openembedded')
-rwxr-xr-xrpb-openembedded/builders.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpb-openembedded/builders.sh b/rpb-openembedded/builders.sh
index 804b2fc4..f26244f6 100755
--- a/rpb-openembedded/builders.sh
+++ b/rpb-openembedded/builders.sh
@@ -191,7 +191,6 @@ ROOTFS_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "rpb-console-image-test-${MA
ROOTFS_DESKTOP_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "rpb-desktop-image-test-${MACHINE}-*-${BUILD_NUMBER}.rootfs.img.gz" | xargs -r basename)
KERNEL_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "*Image-*-${MACHINE}-*-${BUILD_NUMBER}.bin" | xargs -r basename)
DISK_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "${IMAGES}-${MACHINE}-*-${BUILD_NUMBER}.rootfs.wic.gz" | xargs -r basename)
-IMAGE_URL=${PUBLISH_SERVER}${PUB_DEST}/${DISK_IMG}
case "${MACHINE}" in
am57xx-evm)