diff options
author | rbramand <rahul.bramandlapalli@xilinx.com> | 2022-03-14 16:41:12 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-03-14 06:43:10 -0700 |
commit | 8fd76305620284debfc0a4506d8e3386991c0870 (patch) | |
tree | 4b66fe11f01627ce5371eec81614e379393841c5 /meta-xilinx-core/recipes-xrt/xrt | |
parent | 0c6017795ba1499cb6b6aaab67a78f10a71dbdd3 (diff) | |
download | meta-xilinx-8fd76305620284debfc0a4506d8e3386991c0870.tar.gz |
xrt_git:zocl_git:update commitid
Signed-off-by: rbramand <rbramand@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/xrt')
-rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt.inc | 2 | ||||
-rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc index 28df4cb4..056c5940 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
@@ -3,7 +3,7 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' | |||
3 | SRC_URI = "${REPO};${BRANCHARG}" | 3 | SRC_URI = "${REPO};${BRANCHARG}" |
4 | 4 | ||
5 | BRANCH= "2022.1" | 5 | BRANCH= "2022.1" |
6 | SRCREV= "e98799314cbb15e3b174ab0f8b7ba66587d0412e" | 6 | SRCREV= "445d6db8407b8375b9b870befa84db2f234a25e8" |
7 | PV = "202210.2.13.0" | 7 | PV = "202210.2.13.0" |
8 | 8 | ||
9 | 9 | ||
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb index 7cb9b185..6ba6beab 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb | |||
@@ -18,19 +18,23 @@ inherit cmake | |||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
19 | 19 | ||
20 | # util-linux is for libuuid-dev. | 20 | # util-linux is for libuuid-dev. |
21 | DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi" | 21 | DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi rapidjson" |
22 | RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl" | 22 | RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl" |
23 | 23 | ||
24 | EXTRA_OECMAKE += " \ | 24 | EXTRA_OECMAKE += " \ |
25 | -DCMAKE_BUILD_TYPE=Release \ | 25 | -DCMAKE_BUILD_TYPE=Release \ |
26 | -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ | 26 | -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ |
27 | " | 27 | " |
28 | |||
29 | PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}" | 28 | PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}" |
30 | EXTRA_OECMAKE:append:versal-ai-core += "-DXRT_AIE_BUILD=true" | 29 | EXTRA_OECMAKE:append:versal-ai-core += "-DXRT_AIE_BUILD=true" |
31 | TARGET_CXXFLAGS:append:versal-ai-core += "-DXRT_ENABLE_AIE" | 30 | TARGET_CXXFLAGS:append:versal-ai-core += "-DXRT_ENABLE_AIE" |
32 | DEPENDS:append:versal-ai-core += " libmetal libxaiengine aiefal" | 31 | DEPENDS:append:versal-ai-core += " libmetal libxaiengine aiefal" |
33 | RDEPENDS:${PN}:append:versal-ai-core += " libxaiengine aiefal" | 32 | RDEPENDS:${PN}:append:versal-ai-core += " libxaiengine aiefal" |
33 | EXTRA_OECMAKE:append:versal += "-DXRT_LIBDFX=true" | ||
34 | EXTRA_OECMAKE:append:zynqmp += "-DXRT_LIBDFX=true" | ||
35 | DEPENDS:append:versal += "libdfx" | ||
36 | DEPENDS:append:zynqmp += "libdfx" | ||
37 | |||
34 | 38 | ||
35 | FILES_SOLIBSDEV = "" | 39 | FILES_SOLIBSDEV = "" |
36 | FILES:${PN} += "\ | 40 | FILES:${PN} += "\ |