summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-bsp
diff options
context:
space:
mode:
authorRamyaSree <r.darapuneni@xilinx.com>2021-09-23 22:20:05 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 08:22:32 -0700
commit9037d36664574a003648d54115608ea280938172 (patch)
treea4a6580b8a941a8de27fbbee7c28f1489f39b834 /meta-xilinx-bsp/recipes-bsp
parentcaa68c925816002bcf7589687e468c663988dbe2 (diff)
downloadmeta-xilinx-9037d36664574a003648d54115608ea280938172.tar.gz
bootgen: Updated commit Id to point the release branch
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp')
-rw-r--r--meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb4
1 files changed, 2 insertions, 2 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 e53c95d9..4c4c8ade 100644
--- a/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb
+++ b/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb
@@ -10,8 +10,8 @@ DEPENDS += "openssl"
10RDEPENDS_${PN} += "openssl" 10RDEPENDS_${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 ?= "xlnx_rel_v2021.2"
14SRCREV = "608296f5bb30df8b394b74ff0ba4ffed5c7ae09e" 14SRCREV = "f196bddc500dfb244aeabba264e66358c35d51dd"
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}"