From: Yongxin Liu <[email protected]> Since commit f7ba543caa2d (""linux-npu-driver: upgrade 1.17.0 ->1.23.0), linux-npu-driver uses its own third_party/level_zero version. No need to put level-zero in DEPENDS any more.
Signed-off-by: Yongxin Liu <[email protected]> --- .../recipes-core/linux-npu-driver/linux-npu-driver_1.23.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/openembedded-layer/recipes-core/linux-npu-driver/linux-npu-driver_1.23.0.bb b/dynamic-layers/openembedded-layer/recipes-core/linux-npu-driver/linux-npu-driver_1.23.0.bb index d7ebcfa4..450b71dd 100644 --- a/dynamic-layers/openembedded-layer/recipes-core/linux-npu-driver/linux-npu-driver_1.23.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-core/linux-npu-driver/linux-npu-driver_1.23.0.bb @@ -34,7 +34,7 @@ EXTRA_OECMAKE += " -DCMAKE_CXX_FLAGS_RELEASE=-O2 " EXTRA_OECMAKE += " -DCMAKE_INSTALL_FIRMWARE_DIR=${nonarch_base_libdir}" EXTRA_OECMAKE += " -DCMAKE_POLICY_VERSION_MINIMUM=3.5" -DEPENDS = "level-zero dpkg-native pkgconfig-native" +DEPENDS = "dpkg-native pkgconfig-native" PACKAGES =+ "${PN}-firmware ${PN}-tests" -- 2.46.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8662): https://lists.yoctoproject.org/g/meta-intel/message/8662 Mute This Topic: https://lists.yoctoproject.org/mt/116841399/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
