> On Jan 29, 2021, at 10:54 AM, Richard Purdie
> <[email protected]> wrote:
>
> On Fri, 2021-01-29 at 08:40 -0800, Andrew Geissler wrote:
>>> What was SDKMACHINE set to before?
>>
>> Hey Richard, thanks for the quick response.
>>
>> We did not have it set. It looks like this recent commit is what
>> changed things on us:
>>
>> commit c74ec1dd7393b9dc7bec1a3ca2ed0a56fb18d8fb
>> Author: Ross Burton <[email protected]>
>> Date: Tue Dec 22 17:23:14 2020 +0000
>>
>> bitbake.conf: default SDKMACHINE to the build host architecture
>>
>>
>> Looks like I need to submit a patch to y'all to add a ppc64le.conf to
>> conf/machine-sdk/?
>
> That would likely avoid the failures you're seeing, yes.
>
> I really wish we had better support for ppc64le both for hosts and
> targets and had people actively involved/maintaining the ppc support,
> its in need of massive modernisation particularly on the target side.
Darn, I tried just adding this:
cat meta/conf/machine-sdk/ppc64le.conf
SDK_ARCH = "ppc64le"
ABIEXTENSION_class-nativesdk = ""
I get further but then hit a bunch of fails like this:
ERROR:
/home/andrewg/Code/openbmc/meta/recipes-devtools/meson/nativesdk-meson_0.56.0.bb:
Unable to determine endianness for architecture '${SDK_ARCH}'
ERROR:
/home/andrewg/Code/openbmc/meta/recipes-devtools/meson/nativesdk-meson_0.56.0.bb:
Please add your architecture to siteinfo.bbclass
ERROR: Failed to parse recipe:
/home/andrewg/Code/openbmc/meta/recipes-devtools/meson/nativesdk-meson_0.56.0.bb
ERROR:
/home/andrewg/Code/openbmc/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb:
Unable to determine endianness for architecture '${SDK_ARCH}'
ERROR:
/home/andrewg/Code/openbmc/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb:
Please add your architecture to siteinfo.bbclass
…
I’m did some grepping around but don’t see anything obvious. Why is it not
finding the SDK_ARCH I’ve set in the new conf file?
Wondering if I should just go with my first workaround and set
SDKMACHINE=x86_64.
Apparently using that default in the past hasn’t affected our use cases.
> Cheers,
>
> Richard
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#52154): https://lists.yoctoproject.org/g/yocto/message/52154
Mute This Topic: https://lists.yoctoproject.org/mt/80210879/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-