summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorRamyaSree <r.darapuneni@xilinx.com>2021-09-30 13:00:20 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-11-02 00:19:52 -0700
commit74e2e2e2836c78fcb4e82efb01e28e6e07e11671 (patch)
treebf45ea34a86e36c8646bb41d86e653fee6176c68 /meta-xilinx-bsp
parentbce86008220953b160fd549838f77a1a24826aca (diff)
downloadmeta-xilinx-74e2e2e2836c78fcb4e82efb01e28e6e07e11671.tar.gz
Update to bootgen SRCREV to point to latest commit on branch.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r--meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb b/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb
index c49a84ef..236da302 100644
--- a/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb
+++ b/meta-xilinx-bsp/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_v2021.2" 13BRANCH ?= "xlnx_rel_v2021.2"
14SRCREV = "f196bddc500dfb244aeabba264e66358c35d51dd" 14SRCREV = "5b6fe16a2bfd7ced4d90b70b0ba6fbf325e81e97"
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}"