summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-09-07 20:03:18 +0530
committerMark Hatle <mark.hatle@amd.com>2023-09-11 14:29:01 -0500
commit01af6f27edfa17ab9fda40635ef090e14e9dab2c (patch)
treed61e42a822d14e34cd56dd91b4b4102ea9ece11f
parent3df21fa78623fc20ccfc95104029d1305ceda478 (diff)
downloadmeta-xilinx-01af6f27edfa17ab9fda40635ef090e14e9dab2c.tar.gz
Updated SRCREV of bootgen for 2023.2_4079
2023.2 Updates 1. Support for replace/append use cases based of include bif 2. Fix build on machines with modern flex 2023.2_ksb Updates 1. Support for Authentication Optimization 2. Support for User Optional Data 3. Support for TCM Boot Flag 4. Add set_ipi_access Command 5. Add Sub Marker Support 6. Bug Fix for Deterministic Builds 2023.2_ksb Updates Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.2.bb b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.2.bb
index cd4b1e36..03f323e1 100644
--- a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.2.bb
+++ b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.2.bb
@@ -11,7 +11,7 @@ RDEPENDS:${PN} += "openssl"
11 11
12REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" 12REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https"
13BRANCH = "xlnx_rel_v2023.2" 13BRANCH = "xlnx_rel_v2023.2"
14SRCREV = "4f1e1caf2c09cdeacc35cbeedaf2550c6e44c7fd" 14SRCREV = "8e6702bb5064b806e45028486de7376962470a36"
15 15
16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
17SRC_URI = "${REPO};${BRANCHARG}" 17SRC_URI = "${REPO};${BRANCHARG}"