Wind River Support Network

HomeDefectsLIN1018-4905
Fixed

LIN1018-4905 : Nothing PROVIDES package errors on meta-openembedded layer

Created: Sep 11, 2019    Updated: Oct 14, 2019
Resolved Date: Oct 14, 2019
Found In Version: 10.18.44.10
Fix Version: 10.18.44.11
Severity: Standard
Applicable for: Wind River Linux LTS 18
Component/s: Userspace

Description

ERROR: Nothing PROVIDES 'python-cheetah-native' Close matches:
  python-nose-native
  python-native
  python3-nose-native
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'mongodb', 'python-cheetah-native']
...
ERROR: Nothing PROVIDES 'keyutils'. Close matches:
  xkbutils
  elfutils
  inetutils
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ndctl', 'keyutilsERROR:
...
Nothing PROVIDES 'pcsc-lite' 
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'oscam', 'pcsc-lite']

Steps to Reproduce

1. $../wrlinux-10/setup.sh --dl-layers --all-layers
2. $source environment-setup-x86_64-wrlinuxsdk-linux && source oe-init-build-env
3. update scripts/yocto-check-layer-wrapper line
source oe-init-build-env $build_dir
to:
this_dir=$(dirname $(readlink -f $0))
source $this_dir/../oe-init-build-env $build_dir
4. $ cat conf/bblayers.conf | sed -n '/BBLAYERS/,/"/{/"/b;p}' | sed 's/:.*$//g' | xargs > list
5. $ yocto-check-layer-wrapper ../layers/meta-openembedded --dependency `cat list`
Live chat
Online