Also, Ross, use HOST_PREFIX please (insert grumpy face  >:-|   ).

Alex

On Wed, 2 Mar 2022 at 12:18, Richard Purdie
<[email protected]> wrote:
>
> On Wed, 2022-03-02 at 09:59 +0800, ChenQi wrote:
> > On 3/2/22 08:20, Richard Purdie wrote:
> > > On Tue, 2022-03-01 at 16:12 +0800, Chen Qi wrote:
> > > > Currently the TRANSLATED_TARGET_ARCH is not changed when trying
> > > > to set preferred version for canadian recipes.
> > > >
> > > > e.g.
> > > > ```
> > > > bitbake core-image-minimal -c populate_sdk -e > env
> > > > grep ^PREFERRED_VERSION_gcc-cross-canadian env
> > > > ```
> > > > The result is:
> > > > """
> > > > PREFERRED_VERSION_gcc-cross-canadian-x86-64="11.%"
> > > > """
> > > >
> > > > We need to explictly change DEFAULTTUNE to ensure 
> > > > TRANSLATED_TARGET_ARCH is
> > > > changed when trying to set the preferred version for multilib version of
> > > > the canadian recipes.
> > > >
> > > > e.g.
> > > > ```
> > > > bitbake core-image-minimal -c populate_sdk -e > env
> > > > grep ^PREFERRED_VERSION_gcc-cross-canadian env
> > > > ```
> > > > The result is:
> > > > """
> > > > PREFERRED_VERSION_gcc-cross-canadian-i686="11.%"
> > > > PREFERRED_VERSION_gcc-cross-canadian-x86-64="11.%"
> > > > """
> > > >
> > > > Signed-off-by: Chen Qi <[email protected]>
> > > > ---
> > > >   meta/classes/multilib_global.bbclass | 3 +++
> > > >   1 file changed, 3 insertions(+)
> > > This seems to break multilib builds:
> > >
> > > https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/4844
> > >
> > > Cheers,
> > >
> > > Richard
> > >
> > Hi Richard and Ross,
> >
> > I looked at the above failure. It's not caused by this patch. It's
> > caused by the one below.
> >
> >    package: do_package should depend on binutils
> >
> > I could reproduce this problem by cherry-picking this commit to latest
> > master branch. See detailed console output below.
>
> Sorry, it does look like it is Ross' change and not yours!
>
> Ross: I think yours may also be causing the sstate sigs issue in:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3233/steps/14/logs/stdio
>
> Cheers,
>
> Richard
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#162606): 
https://lists.openembedded.org/g/openembedded-core/message/162606
Mute This Topic: https://lists.openembedded.org/mt/89471636/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to