From ee3321d8ec3781c6234935bc6e965aa5fe71699f Mon Sep 17 00:00:00 2001 From: Ch Vamshi Krishna <40261882+chvamshi-xilinx@users.noreply.github.com> Date: Wed, 24 Aug 2022 21:58:08 +0530 Subject: [PATCH] Hardcoding Vitis Path to 0823 (#6957) * hardcoding vitis path to 0823 --- src/runtime_src/tools/scripts/pkgapu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/runtime_src/tools/scripts/pkgapu.sh b/src/runtime_src/tools/scripts/pkgapu.sh index aaae6447fe4..efb59764fab 100755 --- a/src/runtime_src/tools/scripts/pkgapu.sh +++ b/src/runtime_src/tools/scripts/pkgapu.sh @@ -175,6 +175,9 @@ if [[ ! -d $IMAGES_DIR ]]; then error "Please specify the valid path of APU images by -images" fi IMAGES_DIR=`realpath $IMAGES_DIR` +#hack to fix pipeline. Need to file a CR on xclnbinutil +source /proj/xbuilds/2022.2_0823_1/installs/lin64/Vitis/2022.2/settings64.sh + if [[ ! (`which mkimage` && `which bootgen` && `which xclbinutil`) ]]; then error "Please source Xilinx VITIS and Petalinux tools to make sure mkimage, bootgen and xclbinutil is accessible."