* Can't build for qemuppc
@ 2011-09-29 16:12 Gary Thomas
2011-09-29 16:19 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2011-09-29 16:12 UTC (permalink / raw)
To: Poky Project
This used to work:
$ bitbake core-image-sato
Loading cache: 100% |####################################################################################| ETA: 00:00:00
Loaded 1034 entries from dependency cache.
OE Build Configuration:
BB_VERSION = "1.13.3"
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
MACHINE = "qemuppc"
DISTRO = "poky"
DISTRO_VERSION = "1.0+snapshot-20110929"
TUNE_FEATURES = "m32 fpu-hard ppc603e"
TARGET_FPU = ""
meta
meta-yocto = "master:e3c5d7a90ae179af0ac128ea4dfc1a5a6602c2e4"
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'syslinux'
ERROR: syslinux was skipped: incompatible with host powerpc-poky-linux
ERROR: Required build target 'core-image-sato' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-sato', 'syslinux']
What am I doing wrong? How do I build an image to test with qemuppc,
in particular I want to test 'web-webkit'?
Thanks
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can't build for qemuppc
2011-09-29 16:12 Can't build for qemuppc Gary Thomas
@ 2011-09-29 16:19 ` Richard Purdie
2011-09-29 16:40 ` Gary Thomas
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2011-09-29 16:19 UTC (permalink / raw)
To: Gary Thomas; +Cc: Poky Project
On Thu, 2011-09-29 at 10:12 -0600, Gary Thomas wrote:
> This used to work:
>
> $ bitbake core-image-sato
> Loading cache: 100% |####################################################################################| ETA: 00:00:00
> Loaded 1034 entries from dependency cache.
>
> OE Build Configuration:
> BB_VERSION = "1.13.3"
> TARGET_ARCH = "powerpc"
> TARGET_OS = "linux"
> MACHINE = "qemuppc"
> DISTRO = "poky"
> DISTRO_VERSION = "1.0+snapshot-20110929"
> TUNE_FEATURES = "m32 fpu-hard ppc603e"
> TARGET_FPU = ""
> meta
> meta-yocto = "master:e3c5d7a90ae179af0ac128ea4dfc1a5a6602c2e4"
>
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing PROVIDES 'syslinux'
> ERROR: syslinux was skipped: incompatible with host powerpc-poky-linux
> ERROR: Required build target 'core-image-sato' has no buildable providers.
> Missing or unbuildable dependency chain was: ['core-image-sato', 'syslinux']
>
>
> What am I doing wrong? How do I build an image to test with qemuppc,
> in particular I want to test 'web-webkit'?
I just checked here and this starts building fine. Something is pulling
"syslinux" into your build and that makes no sense as its x86 specific.
You need to figure out where that is coming from and I suspect your
local config or customisations.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can't build for qemuppc
2011-09-29 16:19 ` Richard Purdie
@ 2011-09-29 16:40 ` Gary Thomas
0 siblings, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2011-09-29 16:40 UTC (permalink / raw)
To: Richard Purdie; +Cc: Poky Project
On 2011-09-29 10:19, Richard Purdie wrote:
> On Thu, 2011-09-29 at 10:12 -0600, Gary Thomas wrote:
>> This used to work:
>>
>> $ bitbake core-image-sato
>> Loading cache: 100% |####################################################################################| ETA: 00:00:00
>> Loaded 1034 entries from dependency cache.
>>
>> OE Build Configuration:
>> BB_VERSION = "1.13.3"
>> TARGET_ARCH = "powerpc"
>> TARGET_OS = "linux"
>> MACHINE = "qemuppc"
>> DISTRO = "poky"
>> DISTRO_VERSION = "1.0+snapshot-20110929"
>> TUNE_FEATURES = "m32 fpu-hard ppc603e"
>> TARGET_FPU = ""
>> meta
>> meta-yocto = "master:e3c5d7a90ae179af0ac128ea4dfc1a5a6602c2e4"
>>
>> NOTE: Resolving any missing task queue dependencies
>> ERROR: Nothing PROVIDES 'syslinux'
>> ERROR: syslinux was skipped: incompatible with host powerpc-poky-linux
>> ERROR: Required build target 'core-image-sato' has no buildable providers.
>> Missing or unbuildable dependency chain was: ['core-image-sato', 'syslinux']
>>
>>
>> What am I doing wrong? How do I build an image to test with qemuppc,
>> in particular I want to test 'web-webkit'?
>
> I just checked here and this starts building fine. Something is pulling
> "syslinux" into your build and that makes no sense as its x86 specific.
> You need to figure out where that is coming from and I suspect your
> local config or customisations.
That was it, thanks. I had touched meta/conf/machine/include/qemu.inc
when I was trying to figure out the boot from CDROM stuff (bug #686)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-29 16:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-29 16:12 Can't build for qemuppc Gary Thomas
2011-09-29 16:19 ` Richard Purdie
2011-09-29 16:40 ` Gary Thomas
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.