From: Mark Hatle <[email protected]> To follow YP and our own conventions, rename the kernel module.
Signed-off-by: Mark Hatle <[email protected]> --- meta-xilinx-core/conf/layer.conf | 2 +- meta-xilinx-core/recipes-xrt/xrt/xrt_202210.2.13.479.bb | 2 +- meta-xilinx-core/recipes-xrt/xrt/xrt_202220.2.14.0.bb | 2 +- meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb | 2 +- meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb | 2 +- ...202210.2.13.479.bb => kernel-module-zocl_202210.2.13.479.bb} | 0 ...ocl_202220.2.14.0.bb => kernel-module-zocl_202220.2.14.0.bb} | 0 ...ocl_202310.2.15.0.bb => kernel-module-zocl_202310.2.15.0.bb} | 0 ...ocl_202320.2.16.0.bb => kernel-module-zocl_202320.2.16.0.bb} | 0 9 files changed, 5 insertions(+), 5 deletions(-) rename meta-xilinx-core/recipes-xrt/zocl/{zocl_202210.2.13.479.bb => kernel-module-zocl_202210.2.13.479.bb} (100%) rename meta-xilinx-core/recipes-xrt/zocl/{zocl_202220.2.14.0.bb => kernel-module-zocl_202220.2.14.0.bb} (100%) rename meta-xilinx-core/recipes-xrt/zocl/{zocl_202310.2.15.0.bb => kernel-module-zocl_202310.2.15.0.bb} (100%) rename meta-xilinx-core/recipes-xrt/zocl/{zocl_202320.2.16.0.bb => kernel-module-zocl_202320.2.16.0.bb} (100%) diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 1dea221f..88aae043 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf @@ -76,7 +76,7 @@ XRT_ZOCL_VERSION[v2022.2] = "202220.2.14.0" XRT_ZOCL_VERSION[v2023.1] = "202310.2.15.0" XRT_ZOCL_VERSION[v2023.2] = "202320.2.16.0" PREFERRED_VERSION_xrt ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" -PREFERRED_VERSION_zocl ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" +PREFERRED_VERSION_kernel-module-zocl ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" # AI-Engine AIEFAL_VERSION[v2022.1] = "1.4" diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_202210.2.13.479.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_202210.2.13.479.bb index 64702022..7a06a51c 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt_202210.2.13.479.bb +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_202210.2.13.479.bb @@ -19,7 +19,7 @@ BBCLASSEXTEND = "native nativesdk" # util-linux is for libuuid-dev. DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi rapidjson" -RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl (= ${PV})" +RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem kernel-module-zocl (= ${PV})" EXTRA_OECMAKE += " \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_202220.2.14.0.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_202220.2.14.0.bb index 5f6e0034..402d4ed2 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt_202220.2.14.0.bb +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_202220.2.14.0.bb @@ -18,7 +18,7 @@ BBCLASSEXTEND = "native nativesdk" # util-linux is for libuuid-dev. DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi rapidjson" -RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl (= ${PV})" +RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem kernel-module-zocl (= ${PV})" EXTRA_OECMAKE += " \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb index cad8ccee..6d7d1257 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb @@ -24,7 +24,7 @@ BBCLASSEXTEND = "native nativesdk" # util-linux is for libuuid-dev. DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi rapidjson libdfx" -RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl (= ${PV})" +RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem kernel-module-zocl (= ${PV})" EXTRA_OECMAKE += " \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb index 5824ae9c..a780684f 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb @@ -25,7 +25,7 @@ BBCLASSEXTEND = "native nativesdk" # util-linux is for libuuid-dev. DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi rapidjson libdfx" -RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl (= ${PV})" +RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem kernel-module-zocl (= ${PV})" EXTRA_OECMAKE += " \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/meta-xilinx-core/recipes-xrt/zocl/zocl_202210.2.13.479.bb b/meta-xilinx-core/recipes-xrt/zocl/kernel-module-zocl_202210.2.13.479.bb similarity index 100% rename from meta-xilinx-core/recipes-xrt/zocl/zocl_202210.2.13.479.bb rename to meta-xilinx-core/recipes-xrt/zocl/kernel-module-zocl_202210.2.13.479.bb diff --git a/meta-xilinx-core/recipes-xrt/zocl/zocl_202220.2.14.0.bb b/meta-xilinx-core/recipes-xrt/zocl/kernel-module-zocl_202220.2.14.0.bb similarity index 100% rename from meta-xilinx-core/recipes-xrt/zocl/zocl_202220.2.14.0.bb rename to meta-xilinx-core/recipes-xrt/zocl/kernel-module-zocl_202220.2.14.0.bb diff --git a/meta-xilinx-core/recipes-xrt/zocl/zocl_202310.2.15.0.bb b/meta-xilinx-core/recipes-xrt/zocl/kernel-module-zocl_202310.2.15.0.bb similarity index 100% rename from meta-xilinx-core/recipes-xrt/zocl/zocl_202310.2.15.0.bb rename to meta-xilinx-core/recipes-xrt/zocl/kernel-module-zocl_202310.2.15.0.bb diff --git a/meta-xilinx-core/recipes-xrt/zocl/zocl_202320.2.16.0.bb b/meta-xilinx-core/recipes-xrt/zocl/kernel-module-zocl_202320.2.16.0.bb similarity index 100% rename from meta-xilinx-core/recipes-xrt/zocl/zocl_202320.2.16.0.bb rename to meta-xilinx-core/recipes-xrt/zocl/kernel-module-zocl_202320.2.16.0.bb -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5349): https://lists.yoctoproject.org/g/meta-xilinx/message/5349 Mute This Topic: https://lists.yoctoproject.org/mt/106179166/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
