summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-07 09:54:12 -0800
committerMark Hatle <mark.hatle@xilinx.com>2021-12-07 09:54:12 -0800
commit51f4f8f670a3592c6bf8284fdead596e4f0ef46b (patch)
tree3368290cc714ed9a7d99b5deed1f62141edd286f /meta-xilinx-bsp
parentfc7adcea442f59b6760cc1291939e2ea4a0f64ca (diff)
downloadmeta-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.bb4
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"
10RDEPENDS:${PN} += "openssl" 10RDEPENDS:${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_v2021.2" 13BRANCH ?= "master"
14SRCREV = "5b6fe16a2bfd7ced4d90b70b0ba6fbf325e81e97" 14SRCREV = "0a6c53b6a057879c236e7194e5f818d146cf3461"
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}"