diff options
author | John Toomey <john.toomey@amd.com> | 2023-08-29 18:11:35 +0100 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-29 14:59:42 -0500 |
commit | a3eb6c1132cfeae1ee663db7a89fe18bf4b6c195 (patch) | |
tree | 6a33e60c95f27de60d6831678e40bfe388497e48 | |
parent | 4bd4efa2730e7a48c1b448413fc673f0622d3db2 (diff) | |
download | meta-xilinx-a3eb6c1132cfeae1ee663db7a89fe18bf4b6c195.tar.gz |
libdfx: Update branch to xlnx_rel_v2023.2
Changelog:
(none)
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.2.bb b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.2.bb index 11ad0268..b3ccb884 100644 --- a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.2.bb +++ b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.2.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "Xilinx libdfx Library and headers" | |||
4 | LICENSE = "MIT & GPL-2.0-or-later" | 4 | LICENSE = "MIT & GPL-2.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=94aba86aec117f003b958a52f019f1a7" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=94aba86aec117f003b958a52f019f1a7" |
6 | 6 | ||
7 | BRANCH ?= "master" | 7 | BRANCH ?= "xlnx_rel_v2023.2" |
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}" |