summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp
diff options
context:
space:
mode:
authorRamya Darapuneni <r.darapuneni@xilinx.com>2022-09-26 12:15:38 +0530
committerMark Hatle <mark.hatle@amd.com>2022-09-26 16:37:04 -0500
commit84a33eee225717a55f156173e10397b795dcac05 (patch)
tree00d2db8e36a5464333235699dcd173f3d34f002e /meta-xilinx-core/recipes-bsp
parent10c93c9ec5d1b83fafebd0067048ae4f0e35a5f4 (diff)
downloadmeta-xilinx-84a33eee225717a55f156173e10397b795dcac05.tar.gz
Update to bootgen SRCREV to point to latest commit
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp')
-rw-r--r--meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb
index db3f60d1..fdf28f41 100644
--- a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb
+++ b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.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_v2022.2" 13BRANCH ?= "xlnx_rel_v2022.2"
14SRCREV = "8c303a5f9c1db67a9f8b7643678740d007bf567c" 14SRCREV = "cf4ba93b99644dc4429ef633471a639e1382f0e7"
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}"