diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-03-03 13:43:31 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-05 10:25:18 -0600 |
| commit | 39bcac39bea4fd22c23ffab003227c34759d7a53 (patch) | |
| tree | c751882e3285b89e661cc8f5cfbbf002561578cf /meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb | |
| parent | 9d0c8619aedbd43c094180ddd6738ba0525f7cc4 (diff) | |
| download | meta-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.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 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" | |||
| 10 | RDEPENDS:${PN} += "openssl" | 10 | 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 = "master" | 13 | BRANCH = "xlnx_rel_v2023.1" |
| 14 | SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c" | 14 | SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c" |
| 15 | 15 | ||
| 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
