diff options
| author | Manoj Takasi <mtakasi@amd.com> | 2024-08-02 15:01:12 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-08-05 13:44:05 -0500 |
| commit | 753f15c3eac861c08ba692f56ef5d5948cab332c (patch) | |
| tree | 78d08de1704c7586f3e89e7c39c5f3dc853f0dc9 | |
| parent | 11b608fbcaf7416c025bcbbdfd12932bc3a76f19 (diff) | |
| download | meta-xilinx-753f15c3eac861c08ba692f56ef5d5948cab332c.tar.gz | |
Add OpenCL dependency in xclbinutil-native_202420.2.18.0.bb
xrt, zocl : update commit id for 2024.2
Changelog:
fixing event stamp time (#8324)
providing release input to setenv composite action (#8325)
CR-1206962 (#8323)
Fix for Incorrect behavior for xrt-smi examine --report (#8317)
Use find_package for OpenCL (#8322)
CR-1206951 Replace ipukmddrv with NPU Driver Version in xrt-smi host report (#8307)
CR-1206955, 1206964, 1207002 Various xrt-smi output and json fixes (#8319)
[XDP] Changes to support new profile format and update modules offset (#8281)
Cleaning up build artifacts in the end of the build (#8320)
CR-1205620: Removing cu_size limitation (#8309)
CR-1206430 (#8318)
Signed-off-by: Manoj Takasi <mtakasi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xclbinutil-native_202420.2.18.0.bb | 2 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc | 2 |
2 files changed, 2 insertions, 2 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 index 37f32a23..6e280009 100644 --- 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 | |||
| @@ -19,7 +19,7 @@ S = "${WORKDIR}/git/src" | |||
| 19 | 19 | ||
| 20 | inherit cmake pkgconfig native | 20 | inherit cmake pkgconfig native |
| 21 | 21 | ||
| 22 | DEPENDS = "libdrm-native ocl-icd-native boost-native rapidjson-native protobuf-native python3-pybind11-native systemtap-native" | 22 | DEPENDS = "libdrm-native opencl-headers-native ocl-icd-native boost-native rapidjson-native protobuf-native python3-pybind11-native systemtap-native" |
| 23 | 23 | ||
| 24 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMANDS=ON" | 24 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMANDS=ON" |
| 25 | 25 | ||
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc index c3672203..90843d70 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc | |||
| @@ -3,4 +3,4 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' | |||
| 3 | SRC_URI = "${REPO};${BRANCHARG};name=xrt" | 3 | SRC_URI = "${REPO};${BRANCHARG};name=xrt" |
| 4 | 4 | ||
| 5 | BRANCH = "master" | 5 | BRANCH = "master" |
| 6 | SRCREV_xrt = "5a2531e9b77199483b16b9c2e46ec1461edf7a37" | 6 | SRCREV_xrt = "75a45f40293837c5bbf7113a4d041d25f278ffa1" |
