Not to be fixed
Created: Aug 5, 2019
Updated: Apr 28, 2021
Resolved Date: Apr 28, 2021
Found In Version: 10.19.45.1
Severity: Standard
Applicable for: Wind River Linux LTS 19
Component/s: Userspace
$ wrlinux-x/setup.sh --distro=wrlinux --machines=qemux86-64 --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-iot-cloud --dependency `cat layerlist`
[snip]
ERROR: Nothing RPROVIDES 'python-msrest' (but /buildarea1/hjia/wrlinux-1019/build_lts19_all_2019111116/layers/meta-iot-cloud/recipes-devtools/python/python-vsts-cd-manager_1.0.2.bb RD
EPENDS on or otherwise requires it)
NOTE: Runtime target 'python-msrest' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python-msrest']
NOTE: Runtime target 'python-vsts-cd-manager' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python-vsts-cd-manager', 'python-msrest']
NOTE: Runtime target 'python-vsts-cd-manager-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python-vsts-cd-manager-dev', 'python-msrest']
ERROR: Nothing RPROVIDES 'python3-lang' (but /buildarea1/hjia/wrlinux-1019/build_lts19_all_2019111116/layers/meta-iot-cloud/recipes-devtools/python/python3-jaraco-functools_1.20.bb RD
EPENDS on or otherwise requires it)
[snip]
$ ../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-iot-cloud --dependency `cat layerlist`