diff options
author | Ramya Darapuneni <ramya.darapuneni@amd.com> | 2024-10-23 14:37:45 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-24 11:48:13 -0500 |
commit | 5c653604e64478ea473428244c7547e4c83b2901 (patch) | |
tree | 8123e29d746906a057b38c8f12691eab8f85b603 /meta-xilinx-core | |
parent | 82cde0854e0b3217fa8bb8e4c03be3c3b5ebd265 (diff) | |
download | meta-xilinx-5c653604e64478ea473428244c7547e4c83b2901.tar.gz |
bootgen: Update to latest commit ID for 2024.2
Signed-off-by: Ramya Darapuneni <ramya.darapuneni@amd.com>
Changelog:
2024.2 Minor Bug Fixes 1. SSIT - Update to writing sync_offsets file 2. New CDO command support
2024.2 Release Updates
Merge pull request #1 from SDK/xlnx_rel_v2024.1
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.2.bb b/meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.2.bb index 9a88f53a..ba6d829d 100644 --- a/meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.2.bb +++ b/meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.2.bb | |||
@@ -11,7 +11,7 @@ RDEPENDS:${PN} += "openssl" | |||
11 | 11 | ||
12 | REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" |
13 | BRANCH = "xlnx_rel_v2024.2" | 13 | BRANCH = "xlnx_rel_v2024.2" |
14 | SRCREV = "92e09bf37ea17d7b1f0e102a2548f27fb768651c" | 14 | SRCREV = "6f448fece5d999985128fd454ae047e065a5e45d" |
15 | 15 | ||
16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
17 | SRC_URI = "${REPO};${BRANCHARG}" | 17 | SRC_URI = "${REPO};${BRANCHARG}" |