summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamya Darapuneni <r.darapuneni@xilinx.com>2023-02-16 15:59:59 +0530
committerMark Hatle <mark.hatle@amd.com>2023-02-19 10:31:22 -0600
commite85ccf079a7f7cae73d1101e3ce92187100219c2 (patch)
tree9c79af960d5793b9015bb0456bb4a2a52bdd1404
parent7859add1a9a6cf4c4d8620c9437ea9bd3b474b81 (diff)
downloadmeta-xilinx-e85ccf079a7f7cae73d1101e3ce92187100219c2.tar.gz
Update to bootgen SRCREV to point to latest commit
Changes: 2023.1 Updates 1. Version Updates to the banner 2. Minor Bug Fixes 2023.1 Initial Updates 1. Copyright Updates 2. Release Updates 3. Bug Fixes Signed-off-by: Ramya Darapuneni <r.darapuneni@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb
index 51835995..dc8527f2 100644
--- a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb
+++ b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.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 = "master" 13BRANCH = "master"
14SRCREV = "314273230d6d808da3f57e187b69b17ea8b544f7" 14SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c"
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}"