summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/bootgen
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-11 09:19:31 -0500
commit2f0788959fd50aa652b46edaaf159802037906cc (patch)
treedc247f55dac06229f82b8290aff063ec0c943461 /meta-xilinx-core/recipes-bsp/bootgen
parent6c76b4d89b5a97f53bda19e526924cc8ed431ae2 (diff)
downloadmeta-xilinx-2f0788959fd50aa652b46edaaf159802037906cc.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>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/bootgen')
-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}"