diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-08-17 12:50:06 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 08:18:05 -0700 |
commit | d0f93148fe199c47e7d941ee3c5323c24f22e586 (patch) | |
tree | 5a6201552a45f0d346d56e6ae812130b864f2088 /meta-xilinx-bsp | |
parent | c33d6b66680162ae5583ed76933782a03efa8a99 (diff) | |
download | meta-xilinx-d0f93148fe199c47e7d941ee3c5323c24f22e586.tar.gz |
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 <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | 4 |
1 files changed, 2 insertions, 2 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 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" | |||
2 | DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images" | 2 | DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images" |
3 | 3 | ||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=04054e01a445f223956a47542277e6ad" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1" |
6 | 6 | ||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
@@ -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 ?= "master" | 13 | BRANCH ?= "master" |
14 | SRCREV = "8b275bfd1fa4208cdbaf732f49b112dd3a35e7aa" | 14 | SRCREV = "608296f5bb30df8b394b74ff0ba4ffed5c7ae09e" |
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}" |