From 5c653604e64478ea473428244c7547e4c83b2901 Mon Sep 17 00:00:00 2001 From: Ramya Darapuneni Date: Wed, 23 Oct 2024 14:37:45 +0530 Subject: bootgen: Update to latest commit ID for 2024.2 Signed-off-by: Ramya Darapuneni 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 --- meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-core') 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" REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" BRANCH = "xlnx_rel_v2024.2" -SRCREV = "92e09bf37ea17d7b1f0e102a2548f27fb768651c" +SRCREV = "6f448fece5d999985128fd454ae047e065a5e45d" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -- cgit v1.2.3-54-g00ecf