diff options
author | rbramand <rahul.bramandlapalli@xilinx.com> | 2020-10-01 17:47:27 +0530 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-10-23 12:44:50 -0700 |
commit | 2b8d2b0ab140b76cace21877d7cbfd0c824229f3 (patch) | |
tree | 0a4b6e0b4e2d4219fa2b06a7911eda4c8c2d88a1 | |
parent | 5e992549b97e11b0ece2d7f8a81d919c43a5bc01 (diff) | |
download | meta-xilinx-2b8d2b0ab140b76cace21877d7cbfd0c824229f3.tar.gz |
] CR-1076958 Put libxrt libs softlinks in the main package
> Add libxrt*.so files in the main xrt package instead of xrt-dev package
Signed-off-by: rbramand <rbramand@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 | 7 |
1 files changed, 7 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 71725d0b..e522d387 100644 --- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | |||
@@ -38,6 +38,13 @@ TARGET_CXXFLAGS_append_versal-ai-core += "-DXRT_ENABLE_AIE" | |||
38 | DEPENDS_append_versal-ai-core += " libmetal libxaiengine" | 38 | DEPENDS_append_versal-ai-core += " libmetal libxaiengine" |
39 | RDEPENDS_${PN}_append_versal-ai-core += " libxaiengine" | 39 | RDEPENDS_${PN}_append_versal-ai-core += " libxaiengine" |
40 | 40 | ||
41 | FILES_SOLIBSDEV = "" | ||
42 | FILES_${PN} += "\ | ||
43 | ${libdir}/lib*.so \ | ||
44 | ${libdir}/lib*.so.* \ | ||
45 | /lib/*.so* " | ||
46 | INSANE_SKIP_${PN} += "dev-so" | ||
47 | |||
41 | pkg_postinst_ontarget_${PN}() { | 48 | pkg_postinst_ontarget_${PN}() { |
42 | #!/bin/sh | 49 | #!/bin/sh |
43 | if [ ! -e /etc/OpenCL/vendors/xilinx.icd ]; then | 50 | if [ ! -e /etc/OpenCL/vendors/xilinx.icd ]; then |