diff options
author | RamyaSree <r.darapuneni@xilinx.com> | 2021-09-30 13:00:20 +0530 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-11-02 00:19:52 -0700 |
commit | 74e2e2e2836c78fcb4e82efb01e28e6e07e11671 (patch) | |
tree | bf45ea34a86e36c8646bb41d86e653fee6176c68 /meta-xilinx-bsp | |
parent | bce86008220953b160fd549838f77a1a24826aca (diff) | |
download | meta-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.bb | 2 |
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 | ||
12 | REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" |
13 | BRANCH ?= "xlnx_rel_v2021.2" | 13 | BRANCH ?= "xlnx_rel_v2021.2" |
14 | SRCREV = "f196bddc500dfb244aeabba264e66358c35d51dd" | 14 | SRCREV = "5b6fe16a2bfd7ced4d90b70b0ba6fbf325e81e97" |
15 | 15 | ||
16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
17 | SRC_URI = "${REPO};${BRANCHARG}" | 17 | SRC_URI = "${REPO};${BRANCHARG}" |