diff options
| author | Himanshu Choudhary <himanshu.choudhary@xilinx.com> | 2020-04-22 23:10:03 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-04-23 07:20:45 -0700 |
| commit | 2dc13f98a90f5bd60c8b21e7d0c969e8e1d42a1f (patch) | |
| tree | cd0614195baea36841001e08b5cd0cc7a6e5a0f2 | |
| parent | 83020b56b6820e0aca63c485bb1bdb0acd5697b0 (diff) | |
| download | meta-xilinx-2dc13f98a90f5bd60c8b21e7d0c969e8e1d42a1f.tar.gz | |
xrt_git: added veral flags and dependencies
Signed-off-by: Himanshu Choudhary <hchoudha@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb index 5a433a6b..8cff09c6 100644 --- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | |||
| @@ -31,6 +31,11 @@ EXTRA_OECMAKE += " \ | |||
| 31 | -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ | 31 | -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | EXTRA_OECMAKE_append_versal += "-DXRT_AIE_BUILD=true" | ||
| 35 | TARGET_CXXFLAGS_append_versal += "-DXRT_ENABLE_AIE" | ||
| 36 | DEPENDS_append_versal += " libmetal libxaiengine" | ||
| 37 | RDEPENDS_${PN}_append_versal += " libxaiengine" | ||
| 38 | |||
| 34 | pkg_postinst_ontarget_${PN}() { | 39 | pkg_postinst_ontarget_${PN}() { |
| 35 | #!/bin/sh | 40 | #!/bin/sh |
| 36 | if [ ! -e /etc/OpenCL/vendors/xilinx.icd ]; then | 41 | if [ ! -e /etc/OpenCL/vendors/xilinx.icd ]; then |
