* How to deal with ERROR: Nothing RPROVIDES 'perf'
@ 2011-04-20 18:55 Francis Meyvis
2011-04-20 23:17 ` Joshua Lock
0 siblings, 1 reply; 2+ messages in thread
From: Francis Meyvis @ 2011-04-20 18:55 UTC (permalink / raw)
To: poky
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to deal with ERROR: Nothing RPROVIDES 'perf'
2011-04-20 18:55 How to deal with ERROR: Nothing RPROVIDES 'perf' Francis Meyvis
@ 2011-04-20 23:17 ` Joshua Lock
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2011-04-20 23:17 UTC (permalink / raw)
To: poky
On Wed, 2011-04-20 at 20:55 +0200, Francis Meyvis wrote:
> 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
I'm not too familiar with the igep layer, I assume it's not using the
one of the yocto-linux kernel recipes?
perf must be enabled in individual kernel recipes, the yocto kernels do
this through the inherited linux-tools.inc
> Should I also post my problem on the yocto mailing list?
This list is the right one for build system issues :-)
Regards,
Joshua
--
Joshua Lock
Yocto Build System Monkey
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-20 23:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20 18:55 How to deal with ERROR: Nothing RPROVIDES 'perf' Francis Meyvis
2011-04-20 23:17 ` Joshua Lock
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.