From 39d02b84e6b057fe56b8e1488ca8fc7421a2bc65 Mon Sep 17 00:00:00 2001 From: Sai Hari Chandana Kalluri Date: Fri, 6 Nov 2020 08:06:24 -0800 Subject: 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 --- meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" BRANCH ?= "master" -SRCREV ?= "f46a1b71e5121327c2c3e0d3995c9e055a1e4a96" +SRCREV ?= "465e32423aa6ba2d71f51c4ae0602cfeb022af08" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -- cgit v1.2.3-54-g00ecf