From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Rudolf J Streif <rudolf.streif@ibeeto.com>
Cc: Yocto-mailing-list <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] Forcing uninative?
Date: Wed, 20 Sep 2023 23:16:08 +0200 [thread overview]
Message-ID: <2023092021160802de53c6@mail.local> (raw)
In-Reply-To: <cd75554b-294d-5ea3-ea0a-d8120390c757@ibeeto.com>
Hello,
On 20/09/2023 13:59:54-0700, Rudolf J Streif wrote:
> I need to resurrect a Yocto Project build environment based on honister. My
> dev system has since moved on to a newer glibc etc. As expected, I am
> getting this warning
>
> WARNING: Your host glibc version (2.37) is newer than that in uninative
> (2.34). Disabling uninative so that sstate is not corrupted.
>
> The distro's gcc now is 13.2.1.
>
> Now the following packages do not compile anymore:
>
> * rust-llvm-native : which there is a patch (applied to kirkstone):
> https://lore.kernel.org/openembedded-core/CANPvuR=G1NxfJb67xD19FoNh4eTDsTM4TDyF+vDbh6crNH=dgw@mail.gmail.com/T/
> * libdnf-native : because std::uint32_t does not exist anymore
>
> I don't care about the sstate as I am creating a new one. However, how can I
> force uninative to be used and would it even solve the problem (I would
> think so as the idea of uninative is to isolate the build from the host
> libraries)?
>
You should rather use buildtools. You can install those with
scripts/install-buildtools. The -r option is there to allow you to
select a target release. You can try something like:
poky/scripts/install-buildtools -d ~/YP/buildtools -r yocto-3.4.4 --installer-version 3.4.4
This will then tell you to source buildtools/environment-setup-x86_64-pokysdk-linux
This should be enough to be able to build old releases.
Regards,
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2023-09-20 21:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-20 20:59 Forcing uninative? Rudolf J Streif
2023-09-20 21:16 ` Alexandre Belloni [this message]
2023-09-20 21:39 ` [yocto] " Rudolf J Streif
2023-09-20 22:42 ` Richard Purdie
2023-09-21 1:32 ` Khem Raj
2023-09-21 1:53 ` Rudolf J Streif
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2023092021160802de53c6@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=rudolf.streif@ibeeto.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.