From 51f4f8f670a3592c6bf8284fdead596e4f0ef46b Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 7 Dec 2021 09:54:12 -0800 Subject: bootgen: Move branch and commit to 2022 development branch Signed-off-by: Mark Hatle --- meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-xilinx-bsp') 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 236da302..d9676eca 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" RDEPENDS:${PN} += "openssl" REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" -BRANCH ?= "xlnx_rel_v2021.2" -SRCREV = "5b6fe16a2bfd7ced4d90b70b0ba6fbf325e81e97" +BRANCH ?= "master" +SRCREV = "0a6c53b6a057879c236e7194e5f818d146cf3461" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -- cgit v1.2.3-54-g00ecf