porter-nogfx vs porter 81/8681/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 8 Mar 2017 16:29:01 +0000 (17:29 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 8 Mar 2017 16:29:01 +0000 (17:29 +0100)
Change-Id: Id349a507f57f23def078472b536e104c14618998
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-run-test-rsync-changeid.sh

index 8c67954..170c6bf 100644 (file)
@@ -25,10 +25,15 @@ cd output
 pwd
 ls -alhR tmp/deploy/images
 
+export TARGETMACHINE=${MACHINE}
+if test x"porter-nogfx" = x"${MACHINE}" ; then
+export TARGETMACHINE="porter"
+fi
+
 
 # copy files to $DEST
 for i in DEVICE_DTB DEVICE_KERNEL DEVICE_INITRAMFS DEVICE_NBDROOT; do
-    eval cp -avL tmp/deploy/images/${MACHINE}/$(echo "$"${i}) ${DEST}/
+    eval cp -avL tmp/deploy/images/${TARGETMACHINE}/$(echo "$"${i}) ${DEST}/
 done
 
 tree $DEST