summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-03-03 13:43:31 -0600
committerMark Hatle <mark.hatle@amd.com>2023-03-05 10:25:18 -0600
commit39bcac39bea4fd22c23ffab003227c34759d7a53 (patch)
treec751882e3285b89e661cc8f5cfbbf002561578cf /meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb
parent9d0c8619aedbd43c094180ddd6738ba0525f7cc4 (diff)
downloadmeta-xilinx-39bcac39bea4fd22c23ffab003227c34759d7a53.tar.gz
Branch to 2023.1
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb')
-rw-r--r--meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb2
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 dc8527f2..02bdf674 100644
--- a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb
+++ b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.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 = "master" 13BRANCH = "xlnx_rel_v2023.1"
14SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c" 14SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c"
15 15
16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"