diff options
author | ch vamshi krishna <ch.vamshi.krishna@xilinx.com> | 2021-08-11 01:34:27 +0530 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 08:17:31 -0700 |
commit | ef500e812ad927d7681dc409abf042d4aa5742c6 (patch) | |
tree | 88863ab182e31bdbdd54bd67d0e9c61da4959b94 /meta-xilinx-bsp | |
parent | 3cdd69cfd405781781a92629b83662326250c169 (diff) | |
download | meta-xilinx-ef500e812ad927d7681dc409abf042d4aa5742c6.tar.gz |
xrt: adding libffi and elfutils dependency for ps kernel support
Signed-off-by: ch vamshi krishna <chvamshi@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb index ab495199..dcf3a36d 100644 --- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | |||
@@ -18,7 +18,7 @@ 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" | 21 | DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi" |
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 += " \ |