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-08 07:31:02 -0800 |
commit | a9ed5dd4e020b5924b4633c808488fb08f546d58 (patch) | |
tree | 68b3181b19e310f652cee4b74217b0de8c59b448 /meta-xilinx-core/recipes-bsp/libdfx | |
parent | 7c0f00df2c4d364635c57f2ed7c9b3a67d76ef1c (diff) | |
download | meta-xilinx-a9ed5dd4e020b5924b4633c808488fb08f546d58.tar.gz |
Branch to 2023.1
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 39bcac39bea4fd22c23ffab003227c34759d7a53)
Update only versioned components to 2023.1 branches.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/libdfx')
-rw-r--r-- | meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.bb b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.bb index 11ad0268..287246c2 100644 --- a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.bb +++ b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.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.1" |
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}" |