meta-digi/meta-digi-dey/dynamic-layers/meta-ml/recipes-fsl/packagegroup/packagegroup-imx-ml.bbappend

17 lines
469 B
Plaintext

# Copyright 2023,2024 Digi International Inc.
ML_NNSTREAMER_PKGS_LIST:remove = "nnstreamer-deepview-rt"
ML_PKGS:mx9-nxp-bsp:remove = "deepview-rt-examples"
# 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
ETHOS_U_PKGS:append:mx93-nxp-bsp = " \
eiq-examples \
tensorflow-lite-ethosu-delegate \
"