summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-04-10 15:52:57 +0530
committerMark Hatle <mark.hatle@amd.com>2023-04-10 14:58:46 -0500
commit876ea3ff661be813573bbaec7a786c7fe2321bce (patch)
tree759e39edf7494f7bfb3802f34f5b19a6e6a8858d /meta-xilinx-core
parentdd581c0224325ea603a7598f5c7f4c760eeb5c6b (diff)
downloadmeta-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.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 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
12REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" 12REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https"
13BRANCH = "xlnx_rel_v2023.1" 13BRANCH = "xlnx_rel_v2023.1"
14SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c" 14SRCREV = "4f1e1caf2c09cdeacc35cbeedaf2550c6e44c7fd"
15 15
16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
17SRC_URI = "${REPO};${BRANCHARG}" 17SRC_URI = "${REPO};${BRANCHARG}"