diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-07 13:58:29 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-10 13:22:19 -0800 |
commit | 27ed4d43e985b9757fd221dbc17264b5795d3903 (patch) | |
tree | 0c5e930793e6ad02912943c2ac0daf800d8303b2 /meta-xilinx-core/recipes-bsp/libdfx | |
parent | 499383ab7734d709109417da19835f0800402986 (diff) | |
download | meta-xilinx-27ed4d43e985b9757fd221dbc17264b5795d3903.tar.gz |
libdfx: Move to 2022 development branch and commit
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/libdfx')
-rw-r--r-- | meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb index 1731c630..7880b7f5 100644 --- a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb +++ b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb | |||
@@ -4,11 +4,11 @@ DESCRIPTION = "Xilinx libdfx Library and headers" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=94aba86aec117f003b958a52f019f1a7" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=94aba86aec117f003b958a52f019f1a7" |
6 | 6 | ||
7 | BRANCH ?= "xlnx_rel_v2021.2" | 7 | BRANCH ?= "master" |
8 | REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" | 8 | REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" |
9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
10 | SRC_URI = "${REPO};${BRANCHARG}" | 10 | SRC_URI = "${REPO};${BRANCHARG}" |
11 | SRCREV = "f79ff436edc620e1933592822a25561ccb5bd6ec" | 11 | SRCREV = "80f87f807d2506733f1095607be117073efdd94f" |
12 | 12 | ||
13 | COMPATIBLE_MACHINE = "^$" | 13 | COMPATIBLE_MACHINE = "^$" |
14 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | 14 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" |