[poky] How to deal with ERROR: Nothing RPROVIDES 'perf'

Francis Meyvis francis.meyvis at gmail.com
Wed Apr 20 11:55:41 PDT 2011


Hello,

I'm using yocto's bernard and trying to build for an arm board (igep0020).
For this I created meta/conf/machines/igep0020.conf.
And my build/conf/local.conf's MACHINE is set as ipep0020
As a start I used the content of the existing beagleboard.conf for igep0020.conf
I have also this line in my local.conf:
EXTRA_IMAGE_FEATURES = "dbg-pkgs dev-pkgs tools-sdk tools-debug
tools-profile tools-testapps debug-tweaks"

A bitbake seems to fail each time with these messages below.
If I limit the EXTRA_IMAGE_FEATURES as follows "dbg-pkgs dev-pkgs
tools-sdk debug-tweaks" building starts
But I'm keen on also having debugging tools available (like strace) on
the target ...

What am I missing? Thanks
Should I also post my problem on the yocto mailing list?

OE Build Configuration:
BB_VERSION        = "1.11.0"
METADATA_BRANCH   = "<unknown>"
METADATA_REVISION = "<unknown>"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "igep0020"
DISTRO            = "poky"
DISTRO_VERSION    = "1.0"
TARGET_FPU        = "hard"

NOTE: Resolving any missing task queue dependencies
NOTE: Runtime target 'perf' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['perf']
NOTE: Runtime target 'task-poky-tools-debug' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['task-poky-tools-debug', 'perf']
ERROR: Required build target 'poky-image-sato' has no buildable providers.
Missing or unbuildable dependency chain was: ['poky-image-sato',
'task-poky-tools-debug', 'perf']
ERROR: Nothing RPROVIDES 'perf' (but
/home/franchan/dev/igep/bernard/poky-bernard-5.0/meta/recipes-core/tasks/task-poky-tools.bb
RDEPENDS on or otherwise requires it)
ERROR: Command execution failed: Traceback (most recent call last):
 File "/home/franchan/dev/igep/bernard/poky-bernard-5.0/bitbake/lib/bb/command.py",
line 102, in runAsyncCommand
   commandmethod(self.cmds_async, self, options)
 File "/home/franchan/dev/igep/bernard/poky-bernard-5.0/bitbake/lib/bb/command.py",
line 200, in buildTargets
   command.cooker.buildTargets(pkgs_to_build, task)
 File "/home/franchan/dev/igep/bernard/poky-bernard-5.0/bitbake/lib/bb/cooker.py",
line 828, in buildTargets
   taskdata.add_unresolved(localdata, self.status)
 File "/home/franchan/dev/igep/bernard/poky-bernard-5.0/bitbake/lib/bb/taskdata.py",
line 540, in add_unresolved
   self.remove_runtarget(self.getrun_id(target))
 File "/home/franchan/dev/igep/bernard/poky-bernard-5.0/bitbake/lib/bb/taskdata.py",
line 517, in remove_runtarget
   self.fail_fnid(fnid, missing_list)
 File "/home/franchan/dev/igep/bernard/poky-bernard-5.0/bitbake/lib/bb/taskdata.py",
line 476, in fail_fnid
   self.remove_runtarget(target, missing_list)
 File "/home/franchan/dev/igep/bernard/poky-bernard-5.0/bitbake/lib/bb/taskdata.py",
line 517, in remove_runtarget
   self.fail_fnid(fnid, missing_list)
 File "/home/franchan/dev/igep/bernard/poky-bernard-5.0/bitbake/lib/bb/taskdata.py",
line 471, in fail_fnid
   self.remove_buildtarget(target, missing_list)
 File "/home/franchan/dev/igep/bernard/poky-bernard-5.0/bitbake/lib/bb/taskdata.py",
line 501, in remove_buildtarget
   raise bb.providers.NoProvider(target)
NoProvider: poky-image-sato



More information about the poky mailing list