[OE-core] [[PATCH] qemuppc64: add machine

akuster808 akuster808 at gmail.com
Tue Sep 9 15:13:46 UTC 2014



On 09/09/2014 07:46 AM, Mark Hatle wrote:
> On 9/9/14, 3:05 AM, Richard Purdie wrote:
>> On Mon, 2014-09-08 at 18:53 -0700, Armin Kuster wrote:
>>> override USER_CLASSES as prelink does not currently
>>> work on ppc64
>>> ---
>>>   meta/conf/machine/qemuppc64.conf | 16 ++++++++++++++++
>>>   1 file changed, 16 insertions(+)
>>>   create mode 100644 meta/conf/machine/qemuppc64.conf
>>>
>>> diff --git a/meta/conf/machine/qemuppc64.conf
>>> b/meta/conf/machine/qemuppc64.conf
>>> new file mode 100644
>>> index 0000000..86916e5
>>> --- /dev/null
>>> +++ b/meta/conf/machine/qemuppc64.conf
>>> @@ -0,0 +1,16 @@
>>> +#@TYPE: Machine
>>> +#@NAME: qemu PPC 64 Emulator setup
>>> +#@DESCRIPTION: Machine configuration for running an PPC system under
>>> qemu emulation
>>> +
>>> +require conf/machine/include/qemu.inc
>>> +DEFAULTTUNE ?= "ppc64p6"
>>> +require conf/machine/include/tune-power6.inc
>>> +
>>> +#prelink broken
>>> +USER_CLASSES = "buildstats image-mklibs "
>>
>> This is horrible. Can we somehow blacklist qemuppc64 in the prelink
>> class itself?
>>
>> USER_CLASSES_remove = "prelink"
>>
>> would be better than overriding the users choice like above...
>
> I keep asking people who have access to the PPC 64 systems to
> investigate and help debug this.
>
> I don't expect it will be difficult to figure out, but I simply don't
> have access to this architecture to try.
>
> There is a YP bug, 1331
> (https://bugzilla.yoctoproject.org/show_bug.cgi?id=1331).
>
> So please, if you can help diagnose what is going wrong, I'd really like
> to fix this.

Will see what I can do.

- Armin

>
> --Mark
>
>> Cheers,
>>
>> Richard
>>
>>> +KERNEL_IMAGETYPE = "vmlinux"
>>> +
>>> +IMAGE_FSTYPES = "ext2 ext3"
>>> +
>>> +SERIAL_CONSOLE ?= "ttyS0"
>>> --
>>> 1.9.1
>>>
>>
>>
>



More information about the Openembedded-core mailing list