diff options
| author | Varalaxmi Bingi <varalaxmi.bingi@amd.com> | 2023-09-04 16:48:40 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-07 15:57:28 -0500 |
| commit | 5168f5803513ef225baa515bfbce82d370a2bced (patch) | |
| tree | f2bf7074044721c13b7baad72e0a291a8f2a2597 /meta-xilinx-core/recipes-xrt | |
| parent | 64d510abf1698b7583ec973bcda5a1abbe445f43 (diff) | |
| download | meta-xilinx-5168f5803513ef225baa515bfbce82d370a2bced.tar.gz | |
xrt.inc:adding name to src_rev
There are multiple SRC_URI's in xrt recipe file.
Getting below warning if we wont specify the
name to SRCREV
Warning:
WARNING: xrt-202320.2.16.0-r0 do_package_qa_setscene: ExpansionError('SRCPV', '${@bb.fetch2.get_srcrev(d)}', FetchError('The SRCREV_FORMAT variable must be set when multiple SCMs are used.\nThe SCMs are:\ngit://github.com/Xilinx/XRT.git;protocol=https;branch=master\ngit://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https\ngit://github.com/serge1/ELFIO.git;branch=main;name=ELFIO;destsuffix=git/src/runtime_src/core/common/elf;protocol=https', None))
Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt')
| -rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc index 08ad0f77..95c8de8e 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" | 1 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" |
| 2 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 2 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 3 | SRC_URI = "${REPO};${BRANCHARG}" | 3 | SRC_URI = "${REPO};${BRANCHARG};name=xrt" |
| 4 | 4 | ||
| 5 | BRANCH= "master" | 5 | BRANCH= "master" |
| 6 | SRCREV= "ff10e98baa0538aa6014fda44631f4c35fc577e0" | 6 | SRCREV_xrt = "ff10e98baa0538aa6014fda44631f4c35fc577e0" |
| 7 | PV = "202320.2.16.0" | 7 | PV = "202320.2.16.0" |
| 8 | 8 | ||
| 9 | SRC_URI += "git://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https" | 9 | SRC_URI += "git://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https" |
