diff options
| author | Ramya Darapuneni <r.darapuneni@xilinx.com> | 2023-02-16 15:59:59 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-19 10:31:22 -0600 |
| commit | e85ccf079a7f7cae73d1101e3ce92187100219c2 (patch) | |
| tree | 9c79af960d5793b9015bb0456bb4a2a52bdd1404 | |
| parent | 7859add1a9a6cf4c4d8620c9437ea9bd3b474b81 (diff) | |
| download | meta-xilinx-e85ccf079a7f7cae73d1101e3ce92187100219c2.tar.gz | |
Update to bootgen SRCREV to point to latest commit
Changes:
2023.1 Updates 1. Version Updates to the banner 2. Minor Bug Fixes
2023.1 Initial Updates 1. Copyright Updates 2. Release Updates 3. Bug Fixes
Signed-off-by: Ramya Darapuneni <r.darapuneni@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb index 51835995..dc8527f2 100644 --- a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb +++ b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb | |||
| @@ -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 = "314273230d6d808da3f57e187b69b17ea8b544f7" | 14 | SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c" |
| 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}" |
