13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
# Copyright 2023,2024 Digi International Inc.
|
|
|
|
ML_NNSTREAMER_PKGS_LIST:remove = "nnstreamer-deepview-rt"
|
|
|
|
# Only install tensorflow-lite to save space
|
|
ML_PKGS:mx9-nxp-bsp:mx93-nxp-bsp = "tensorflow-lite"
|
|
|
|
# ARM ethos-u package
|
|
ETHOS_U_PKGS:append:mx93-nxp-bsp = " \
|
|
eiq-examples \
|
|
tensorflow-lite-ethosu-delegate \
|
|
"
|