diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-06-06 18:40:35 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 15:02:41 -0700 |
| commit | 05199f006b28a82a147818f671e8ad76d296f711 (patch) | |
| tree | fceafcd73550f436e005cc1c7ba757e319e9c920 | |
| parent | aff706eecea72c177b3e2737638c1af8a3a55952 (diff) | |
| download | meta-xilinx-05199f006b28a82a147818f671e8ad76d296f711.tar.gz | |
Update commit id and branch for 2021 release
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@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 1a84766a..f698d58c 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 | ||
| @@ -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 ?= "master" | 13 | BRANCH ?= "xlnx-rel-v2021.1" |
| 14 | SRCREV = "8ca32ee4bf9173413f4af586636632a89d577cbc" | 14 | SRCREV = "34c4313a09dd75cf6ff5b188136e1a077c5b0aa2" |
| 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}" |
