diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-06-29 16:25:48 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:26:02 -0700 |
commit | fc361d33ad50449aeb231395f1f88a8907204f6b (patch) | |
tree | 01ec53cbfd927f859f89505a715e9820d47ec66c | |
parent | 975ce51e530a97f51f73ef7fcfdb4916eef06645 (diff) | |
download | meta-xilinx-fc361d33ad50449aeb231395f1f88a8907204f6b.tar.gz |
bootgen: Sync recipe to 2021.2 json file
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | 6 |
1 files changed, 3 insertions, 3 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 f698d58c..8a951ae3 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=d526b6d0807bf263b97da1da876f39b1" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=04054e01a445f223956a47542277e6ad" |
6 | 6 | ||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
@@ -10,8 +10,8 @@ DEPENDS += "openssl" | |||
10 | RDEPENDS_${PN} += "openssl" | 10 | 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 ?= "xlnx-rel-v2021.1" | 13 | BRANCH ?= "master" |
14 | SRCREV = "34c4313a09dd75cf6ff5b188136e1a077c5b0aa2" | 14 | SRCREV = "8b275bfd1fa4208cdbaf732f49b112dd3a35e7aa" |
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}" |