aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-11-05 11:21:21 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-11-05 05:51:48 +0000
commita973f5ae2a4643a721178f5af459b75d56a78101 (patch)
treeabb9c9a8e1dfe4f7d353d61238c24f3f01f42fae /rpb-uefi
parent0b092d374f638776cb5d9654fbc87d66cf31436e (diff)
rpb-uefi:hikey: fix publishing
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I5d5bfff76b93670b4550bfda394323a8fd2bbf92
Diffstat (limited to 'rpb-uefi')
-rwxr-xr-xrpb-uefi/staging/builders.sh10
1 files changed, 2 insertions, 8 deletions
diff --git a/rpb-uefi/staging/builders.sh b/rpb-uefi/staging/builders.sh
index 71f899c2ab..9d9d6a3848 100755
--- a/rpb-uefi/staging/builders.sh
+++ b/rpb-uefi/staging/builders.sh
@@ -119,16 +119,10 @@ fi
./build_uefi.sh ${MX_PLATFORM}
-# Find out the artifacts and image dir so we can publish the correct output files
-IMAGES=`$UEFI_TOOLS_DIR/parse-platforms.py -c $UEFI_TOOLS_DIR/platforms.config -p ${MX_PLATFORM} images`
-BUILD_ATF=`$UEFI_TOOLS_DIR/parse-platforms.py -c $UEFI_TOOLS_DIR/platforms.config -p ${MX_PLATFORM} -o BUILD_ATF get`
-BUILD_TOS=`$UEFI_TOOLS_DIR/parse-platforms.py -c $UEFI_TOOLS_DIR/platforms.config -p ${MX_PLATFORM} -o BUILD_TOS get`
-
cd ${WORKSPACE}
mkdir -p out/${BUILD_TYPE}
-for image in ${IMAGES}; do
- cp -a ${EDK2_DIR}/Build/${IMAGE_DIR}/${MX_TYPE}_*/FV/${image} out/${BUILD_TYPE}/
-done
+cp $(find . -iname *.bin) out/${BUILD_TYPE}/
+cp $(find . -iname *.img) out/${BUILD_TYPE}/
cat > out/${BUILD_TYPE}/BUILD-INFO.txt << EOF
Format-Version: 0.5