diff options
author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-04-10 15:52:57 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 14:58:46 -0500 |
commit | 876ea3ff661be813573bbaec7a786c7fe2321bce (patch) | |
tree | 759e39edf7494f7bfb3802f34f5b19a6e6a8858d /meta-xilinx-core | |
parent | dd581c0224325ea603a7598f5c7f4c760eeb5c6b (diff) | |
download | meta-xilinx-876ea3ff661be813573bbaec7a786c7fe2321bce.tar.gz |
Updated SRCREV of bootgen for 2023.1_7143
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit c8af6489ea2783f56a62412fed20508fcf44ce19)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-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 02bdf674..a934230d 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 = "xlnx_rel_v2023.1" | 13 | BRANCH = "xlnx_rel_v2023.1" |
14 | SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c" | 14 | SRCREV = "4f1e1caf2c09cdeacc35cbeedaf2550c6e44c7fd" |
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}" |