packagegroup-imx-ml: ccimx93: only install tensorflow-lite

Rework commit c5c9838e54 to only limit ML
packages for our ccimx93 and not for other imx93-based devices.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2024-04-17 17:58:11 +02:00
parent e8860f7bbf
commit afde974a17
1 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,12 @@
ML_NNSTREAMER_PKGS_LIST:remove = "nnstreamer-deepview-rt" ML_NNSTREAMER_PKGS_LIST:remove = "nnstreamer-deepview-rt"
# Only install tensorflow-lite to save space ML_PKGS:mx9-nxp-bsp:remove = "deepview-rt-examples"
ML_PKGS:mx9-nxp-bsp:mx93-nxp-bsp = "tensorflow-lite"
# For the ccimx93 install only tensorflow-lite engine, as it is
# the only one supported in the NPU. This reduces significantly
# the rootfs image size.
ML_PKGS:ccimx93 = "tensorflow-lite"
# ARM ethos-u package # ARM ethos-u package
ETHOS_U_PKGS:append:mx93-nxp-bsp = " \ ETHOS_U_PKGS:append:mx93-nxp-bsp = " \