Skip to content

Commit

Permalink
moving to latest petalinux (#8371)
Browse files Browse the repository at this point in the history
Co-authored-by: ch vamshi krishna <[email protected]>
  • Loading branch information
chvamshi-xilinx and ch vamshi krishna authored Aug 27, 2024
1 parent aafee62 commit 13a80c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/build_edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ install_recipes()
set +e
mkdir -p ${META_USER_PATH}/recipes-xrt/xrt
mkdir -p ${META_USER_PATH}/recipes-xrt/zocl
XRT_BB=${META_USER_PATH}/recipes-xrt/xrt/xrt_git.bbappend
ZOCL_BB=${META_USER_PATH}/recipes-xrt/zocl/zocl_git.bbappend
XRT_BB=${META_USER_PATH}/recipes-xrt/xrt/xrt_%.bbappend
ZOCL_BB=${META_USER_PATH}/recipes-xrt/zocl/zocl_%.bbappend
grep "inherit externalsrc" $XRT_BB
if [ $? != 0 ]; then
echo "inherit externalsrc" > $XRT_BB
Expand Down
2 changes: 1 addition & 1 deletion build/petalinux.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# When updating Petalinux build please file a SH ticket to retain the build
# https://jira.xilinx.com/secure/CreateIssue!default.jspa
PETALINUX="/proj/petalinux/2024.2/petalinux-v2024.2_06301231/tool/petalinux-v2024.2-final"
PETALINUX="/proj/petalinux/2024.2/petalinux-v2024.2_08171433/tool/petalinux-v2024.2-final"

0 comments on commit 13a80c0

Please sign in to comment.