diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
| commit | 1241013c7bce4262a6128eb4ccb3db410831746d (patch) | |
| tree | da79ab94a5b4ae9abf6211d8289a4bf5dbdcde9f /meta-xilinx-core/recipes-xrt/xrt/xclbinutil-native_202420.2.18.0.bb | |
| parent | 6e3a214d268c7d75a42a9a329b5621fb5a49a89a (diff) | |
| parent | 10531c26195f97f9565e9770c21977805e53c46b (diff) | |
| download | meta-xilinx-1241013c7bce4262a6128eb4ccb3db410831746d.tar.gz | |
Merge remote-tracking branch 'origin/scarthgap' into yocto-master
This moves the system to scarthgap. It is known to NOT work with Styhead and master,
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/xrt/xclbinutil-native_202420.2.18.0.bb')
| -rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xclbinutil-native_202420.2.18.0.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xclbinutil-native_202420.2.18.0.bb b/meta-xilinx-core/recipes-xrt/xrt/xclbinutil-native_202420.2.18.0.bb new file mode 100644 index 00000000..6e280009 --- /dev/null +++ b/meta-xilinx-core/recipes-xrt/xrt/xclbinutil-native_202420.2.18.0.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | SUMMARY = "Xilinx Runtime(XRT) - minimal native build for xclbinutil" | ||
| 2 | DESCRIPTION = "Native build of xclbinutil using XRT codebase" | ||
| 3 | |||
| 4 | require xrt-${PV}.inc | ||
| 5 | |||
| 6 | FILESEXTRAPATHS:append := ":${THISDIR}/xrt" | ||
| 7 | |||
| 8 | LICENSE = "GPL-2.0-or-later & Apache-2.0 & MIT" | ||
| 9 | LIC_FILES_CHKSUM = " \ | ||
| 10 | file://../LICENSE;md5=de2c993ac479f02575bcbfb14ef9b485 \ | ||
| 11 | file://runtime_src/core/edge/drm/zocl/LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8 \ | ||
| 12 | file://runtime_src/core/pcie/driver/linux/xocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 13 | file://runtime_src/core/pcie/linux/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
| 14 | file://runtime_src/core/tools/xbutil2/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
| 15 | file://runtime_src/core/common/elf/LICENSE.txt;md5=b996e8b74af169e7e72e22d9e7d05b06 \ | ||
| 16 | " | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git/src" | ||
| 19 | |||
| 20 | inherit cmake pkgconfig native | ||
| 21 | |||
| 22 | DEPENDS = "libdrm-native opencl-headers-native ocl-icd-native boost-native rapidjson-native protobuf-native python3-pybind11-native systemtap-native" | ||
| 23 | |||
| 24 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMANDS=ON" | ||
| 25 | |||
| 26 | do_install() { | ||
| 27 | install -d ${D}${bindir} | ||
| 28 | install -Dm 0755 ${WORKDIR}/build/runtime_src/tools/xclbinutil/xclbinutil ${D}${bindir} | ||
| 29 | } | ||
