diff options
| author | Ramya Darapuneni <r.darapuneni@xilinx.com> | 2022-09-23 13:12:02 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-09-23 11:53:16 -0500 |
| commit | d23ec0b2b3b3a860ab850183fa3782b51ae79f96 (patch) | |
| tree | 0656e4715de82f3cfc89b4b6b66bb5d73306bb7f | |
| parent | d4b9eeb6279ba65d7bf87cd23a27da3aea1081c5 (diff) | |
| download | meta-xilinx-d23ec0b2b3b3a860ab850183fa3782b51ae79f96.tar.gz | |
Update to bootgen SRCREV to point to latest commit
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb index 49df1780..db3f60d1 100644 --- a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb +++ b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.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_v2022.2" | 13 | BRANCH ?= "xlnx_rel_v2022.2" |
| 14 | SRCREV = "d890ba298685b73307a01a9dbcc8702f9afcdbcc" | 14 | SRCREV = "8c303a5f9c1db67a9f8b7643678740d007bf567c" |
| 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}" |
