diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-10-21 09:22:16 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-23 10:45:12 -0500 |
commit | 7f8e116d63f4b5047c6b0a271d11cd54afc3211f (patch) | |
tree | a265d1f249c14b166099e2cacf7fbfda3ed38812 | |
parent | fd9b27e3ac674be01f756611833fb208ede768a2 (diff) | |
download | meta-xilinx-7f8e116d63f4b5047c6b0a271d11cd54afc3211f.tar.gz |
bootgen: Move to 2024.2 branch
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.2.bb (renamed from meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.1.bb b/meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.2.bb index 3c68f10d..9a88f53a 100644 --- a/meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.1.bb +++ b/meta-xilinx-core/recipes-devtools/bootgen/bootgen_2024.2.bb | |||
@@ -10,7 +10,7 @@ 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_v2024.1" | 13 | BRANCH = "xlnx_rel_v2024.2" |
14 | SRCREV = "92e09bf37ea17d7b1f0e102a2548f27fb768651c" | 14 | SRCREV = "92e09bf37ea17d7b1f0e102a2548f27fb768651c" |
15 | 15 | ||
16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |