summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-10-21 09:22:16 -0500
committerMark Hatle <mark.hatle@amd.com>2024-10-23 10:45:12 -0500
commit7f8e116d63f4b5047c6b0a271d11cd54afc3211f (patch)
treea265d1f249c14b166099e2cacf7fbfda3ed38812
parentfd9b27e3ac674be01f756611833fb208ede768a2 (diff)
downloadmeta-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"
10RDEPENDS:${PN} += "openssl" 10RDEPENDS:${PN} += "openssl"
11 11
12REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" 12REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https"
13BRANCH = "xlnx_rel_v2024.1" 13BRANCH = "xlnx_rel_v2024.2"
14SRCREV = "92e09bf37ea17d7b1f0e102a2548f27fb768651c" 14SRCREV = "92e09bf37ea17d7b1f0e102a2548f27fb768651c"
15 15
16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"