I would like to generate an SDK to build eiq application.
follow the steps on "IMX_LINUX_USERS_GUIDE.pdf", add below conf to the local.conf
IMAGE_INSTALL_append = "packagegroup-imx-ml"
TOOLCHAIN_TARGET_TASK_append += " tensorflow-lite-staticdev tensorflow-lite-dev armnn-dev onnxruntimedev"
then bitbake core-image-minimal -c populate_sdk
but failed with error "Unable to locate package tensorflow-lite-staticdev"
what I was missing?
I have same problem too ~