From d0f93148fe199c47e7d941ee3c5323c24f22e586 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 17 Aug 2021 12:50:06 -0700 Subject: bootgen: Update SRCREV to 2021.2 version It appears the previous SRCREV is no longer present, update to latest srcrev. License change just updates the year. 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 8a951ae3..e53c95d9 100644 --- a/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb +++ b/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb @@ -2,7 +2,7 @@ SUMMARY = "Building and installing bootgen" DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=04054e01a445f223956a47542277e6ad" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1" S = "${WORKDIR}/git" @@ -11,7 +11,7 @@ RDEPENDS_${PN} += "openssl" REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" BRANCH ?= "master" -SRCREV = "8b275bfd1fa4208cdbaf732f49b112dd3a35e7aa" +SRCREV = "608296f5bb30df8b394b74ff0ba4ffed5c7ae09e" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -- cgit v1.2.3-54-g00ecf