diff options
author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-04-10 15:52:57 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-11 09:19:31 -0500 |
commit | 2f0788959fd50aa652b46edaaf159802037906cc (patch) | |
tree | dc247f55dac06229f82b8290aff063ec0c943461 /meta-xilinx-core/recipes-bsp/bootgen | |
parent | 6c76b4d89b5a97f53bda19e526924cc8ed431ae2 (diff) | |
download | meta-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.bb | 2 |
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 | ||
12 | REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" |
13 | BRANCH = "xlnx_rel_v2023.1" | 13 | BRANCH = "xlnx_rel_v2023.1" |
14 | SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c" | 14 | SRCREV = "4f1e1caf2c09cdeacc35cbeedaf2550c6e44c7fd" |
15 | 15 | ||
16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
17 | SRC_URI = "${REPO};${BRANCHARG}" | 17 | SRC_URI = "${REPO};${BRANCHARG}" |