summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbramand <rahul.bramandlapalli@xilinx.com>2020-10-01 17:47:27 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-10-23 12:44:50 -0700
commit2b8d2b0ab140b76cace21877d7cbfd0c824229f3 (patch)
tree0a4b6e0b4e2d4219fa2b06a7911eda4c8c2d88a1
parent5e992549b97e11b0ece2d7f8a81d919c43a5bc01 (diff)
downloadmeta-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.bb7
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"
38DEPENDS_append_versal-ai-core += " libmetal libxaiengine" 38DEPENDS_append_versal-ai-core += " libmetal libxaiengine"
39RDEPENDS_${PN}_append_versal-ai-core += " libxaiengine" 39RDEPENDS_${PN}_append_versal-ai-core += " libxaiengine"
40 40
41FILES_SOLIBSDEV = ""
42FILES_${PN} += "\
43 ${libdir}/lib*.so \
44 ${libdir}/lib*.so.* \
45 /lib/*.so* "
46INSANE_SKIP_${PN} += "dev-so"
47
41pkg_postinst_ontarget_${PN}() { 48pkg_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