summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-11-06 08:06:24 -0800
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-11-17 13:15:59 -0800
commit39d02b84e6b057fe56b8e1488ca8fc7421a2bc65 (patch)
tree8a613aaf17a2e85a1772f6beb1e4f5a6e06c3ea5
parentf8629a0b78909488845b1eccfc7d108dd9f58161 (diff)
downloadmeta-xilinx-39d02b84e6b057fe56b8e1488ca8fc7421a2bc65.tar.gz
bootgen: Update commit id for 2020.2 release
Update bootgen commit id for 2020.2 release git cherry-pick 73c70b5 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-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 ad29d3bf..887558d9 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 ?= "master" 13BRANCH ?= "master"
14SRCREV ?= "f46a1b71e5121327c2c3e0d3995c9e055a1e4a96" 14SRCREV ?= "465e32423aa6ba2d71f51c4ae0602cfeb022af08"
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}"