diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-07 09:54:12 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-07 09:54:12 -0800 |
commit | 51f4f8f670a3592c6bf8284fdead596e4f0ef46b (patch) | |
tree | 3368290cc714ed9a7d99b5deed1f62141edd286f /meta-xilinx-bsp | |
parent | fc7adcea442f59b6760cc1291939e2ea4a0f64ca (diff) | |
download | meta-xilinx-51f4f8f670a3592c6bf8284fdead596e4f0ef46b.tar.gz |
bootgen: Move branch and commit to 2022 development branch
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb b/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb index 236da302..d9676eca 100644 --- a/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb +++ b/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | |||
@@ -10,8 +10,8 @@ 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 ?= "xlnx_rel_v2021.2" | 13 | BRANCH ?= "master" |
14 | SRCREV = "5b6fe16a2bfd7ced4d90b70b0ba6fbf325e81e97" | 14 | SRCREV = "0a6c53b6a057879c236e7194e5f818d146cf3461" |
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}" |