This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM335X: Cannot build meta-toolchain-arago-tisdk in Arago

Part Number: PROCESSOR-SDK-AM335X

Tool/software: Linux

Goodmorning,

after having successfully built the custom-image, following

http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Getting_Started_with_Openembedded

I'm trying to build the cross-toolchain but I get the following error.

davide@davide-HP-ProBook-450-G5:~/tisdk/build$ bitbake meta-toolchain-arago-tisdk
Loading cache: 100% |############################################| Time: 0:00:00
Loaded 4066 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:10
Parsing of 3164 .bb files complete (3161 cached, 3 parsed). 4069 targets, 499 skipped, 0 masked, 0 errors.
WARNING: No recipes available for:
  /home/davide/tisdk/sources/meta-processor-sdk/recipes-bsp/common-csl-ip/common-csp-ip_git.bbappend
  /home/davide/tisdk/sources/meta-processor-sdk/recipes-devtools/python/python3-native_3.5.2.bbappend
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'gtk+3-dev' (but /home/davide/tisdk/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk-sdk-target.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'gtk+3-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gtk+3-dev']
NOTE: Runtime target 'packagegroup-arago-gtk-sdk-target' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-gtk-sdk-target', 'gtk+3-dev']
NOTE: Runtime target 'packagegroup-arago-toolchain-tisdk-target' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-toolchain-tisdk-target', 'packagegroup-arago-gtk-sdk-target', 'gtk+3-dev']
ERROR: Required build target 'meta-toolchain-arago-tisdk' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-toolchain-arago-tisdk', 'packagegroup-arago-toolchain-tisdk-target', 'packagegroup-arago-gtk-sdk-target', 'gtk+3-dev']

Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

The build configuration is processor-sdk-05.01.00.11-config with gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf installed in /opt.

In my local.conf I changed the following:

DISTRO_FEATURES_remove = "wayland"

INHERIT += "own-mirrors"
SOURCE_MIRROR_URL = "software-dl.ti.com/.../"

#Used for remove bbappend recipe from different layers
#BBMASK="meta-arago/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend"

What do I need to modify?

Thank you.

Best Regards,

Davide Brunelli