Fixed
Created: May 25, 2021
Updated: Mar 22, 2023
Resolved Date: Mar 22, 2023
Found In Version: 10.21.20.1
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Build & Config, Userspace
meta-raspberrypi layer fails yocto-check-layer-wrapper test. This does not appear to affect any supported workflows in Wind River Linux.
The error seen is:
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'python3-adafruit-blinka', 'libgpiod'].
libgpiod does build without any errors/warnings.
$ ../wrlinux-x/setup.sh --dl-layers --all-layers
$ . ./oe-init-build-env
$ bitbake-layers show-layers >list
$ sed -n '4,$p' list | awk '{print $2 }' > layerlist
$ yocto-check-layer-wrapper ../layers/meta-raspberrypi --dependency `cat layerlist`