Hello TI team,
I want to build SDK from yocto
I've got this error while trying the bitbake command
MACHINE=j7-evm bitbake tisdk-default-image -c populate_sdk
ERROR: tisdk-default-image-1.0-r0_psdkla_6 do_populate_sdk: Unable to install packages. Command '/home/j721e/ti/ti-processor-sdk-linux-j7-evm-08_06_01_02/yocto-build/build/arago-tmp-external-arm-glibc/work/j7_evm-linux/tisdk-default-image/1.0-r0_psdkla_6/recipe-sysroot-native/usr/bin/apt-get install --force-yes --allow-unauthenticated --no-remove apt build-essential docker dpkg edgeai-apps edgeai-apps-source edgeai-dl-inferer-source edgeai-dl-inferer-staticdev edgeai-gst-plugins-dev edgeai-gst-plugins-source edgeai-init edgeai-tiovx-modules-dev edgeai-tiovx-modules-source gdbserver git hw-mailbox linux-libc-headers-dev packagegroup-arago-base packagegroup-arago-base-tisdk packagegroup-arago-console packagegroup-arago-gst-sdk-target packagegroup-arago-tisdk-addons packagegroup-arago-tisdk-addons-extra packagegroup-arago-tisdk-amsdk packagegroup-arago-tisdk-connectivity packagegroup-arago-tisdk-crypto packagegroup-arago-tisdk-graphics packagegroup-arago-tisdk-gtk packagegroup-arago-tisdk-hmi packagegroup-arago-tisdk-multimedia packagegroup-arago-tisdk-qte packagegroup-core-boot packagegroup-core-standalone-sdk-target packagegroup-core-tools-debug packagegroup-python3-jupyter psplash run-postinsts systemd-initramfs target-sdk-provides-dummy ti-analytics ti-demos ti-gpio-cpp ti-gpio-cpp-source ti-gpio-py ti-gpio-py-source ti-test ti-tidl-dev ti-tidl-osrt-dev ti-tidl-osrt-staticdev ti-tisdk-firmware-dev' returned 100: Reading package lists... Building dependency tree... Package ti-gpio-cpp is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package edgeai-apps is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'edgeai-apps' has no installation candidate E: Package 'ti-gpio-cpp' has no installation candidate ERROR: Logfile of failure stored in: /home/j721e/ti/ti-processor-sdk-linux-j7-evm-08_06_01_02/yocto-build/build/arago-tmp-external-arm-glibc/work/j7_evm-linux/tisdk-default-image/1.0-r0_psdkla_6/temp/log.do_populate_sdk.786600 ERROR: Task (/home/j721e/ti/ti-processor-sdk-linux-j7-evm-08_06_01_02/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-default-image.bb:do_populate_sdk) failed with exit code '1'
I change the PACKAGE_CLASSES to package_deb and package_rpm, but I got the same error.
Best.
KAMEL