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:
parent
e8860f7bbf
commit
afde974a17
|
|
@ -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 = " \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue