[yocto] How to install the initramfs image into rootfs?

2023-09-20 Thread Jiliang Cai
Hi, I want to install the core-image-minimal-initramfs.cpio.gz into the rootfs's /, but the recipe of initramfs does not allow to append install and to modify FILES variables like ordinary recipes. What should I do? Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this grou

Re: [yocto] Forcing uninative?

2023-09-20 Thread Rudolf J Streif
On 9/20/23 18:32, Khem Raj wrote: On Wed, Sep 20, 2023 at 2:16 PM Alexandre Belloni via lists.yoctoproject.org wrote: 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 newe

Re: [yocto] Forcing uninative?

2023-09-20 Thread Khem Raj
On Wed, Sep 20, 2023 at 2:16 PM Alexandre Belloni via lists.yoctoproject.org wrote: > > 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

Re: [yocto] Forcing uninative?

2023-09-20 Thread Richard Purdie
On Wed, 2023-09-20 at 14:39 -0700, Rudolf J Streif wrote: > Thank you, Alexandre. > > On 9/20/23 14:16, Alexandre Belloni wrote: > > 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 > > > de

Re: [yocto] Forcing uninative?

2023-09-20 Thread Rudolf J Streif
Thank you, Alexandre. On 9/20/23 14:16, Alexandre Belloni wrote: 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 WA

Re: [yocto] Forcing uninative?

2023-09-20 Thread Alexandre Belloni via lists.yoctoproject.org
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

[yocto] Forcing uninative?

2023-09-20 Thread Rudolf J Streif
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 corru

Re: [yocto] [RFC] recipetool create to support pypi project

2023-09-20 Thread Richard Purdie
On Wed, 2023-09-20 at 18:48 +0200, Julien Stephan wrote: > Hi all, > > In the scope of the RFQ, I am currently looking at bug #14737 (adding > support of PEP-517 in recipetool/devtool). > > I am quite new to the recipetool/devtool tools and I have several > ideas I would like to discuss before go

Re: [yocto] [RFC] recipetool create to support pypi project

2023-09-20 Thread Alexander Kanavin
Basically... yes, this is fine. We don't really have anyone taking care of devtool/recipetool at the moment or even knowing how the code works, so you have a lot of freedom in how it can be improved, the only request from me is to add tests to devtool and/or recipetool selftests for any new functi

Re: [yocto] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-09-20 Thread Julien Stephan
Unless I missed something, I think I fixed all comments from RP on the branch I force pushed :) Cheers Julien Le mer. 20 sept. 2023 à 16:31, Alexander Kanavin a écrit : > > That’s great to hear! When you have a new patch set please post it here. I > think there’s also a new reply from RP that y

Re: [yocto] Poky/Mickledore bitbake menuconfig does not work

2023-09-20 Thread Yoann Congal
Le mar. 19 sept. 2023 à 18:57, Sebert, Holger.ext < holger.sebert@karlstorz.com> a écrit : > Hi Yoann, hi Zoran, > Hi, > The bug is not present on the Poky master branch. > > Until the project is rebased onto the next release, I will simply disable > CCache whenever I need to do a kernel me

[yocto] [RFC] recipetool create to support pypi project

2023-09-20 Thread Julien Stephan
Hi all, In the scope of the RFQ, I am currently looking at bug #14737 (adding support of PEP-517 in recipetool/devtool). I am quite new to the recipetool/devtool tools and I have several ideas I would like to discuss before going into development that may not be appropriate/necessary for the tool

Re: [yocto] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-09-20 Thread Alexander Kanavin
That’s great to hear! When you have a new patch set please post it here. I think there’s also a new reply from RP that you need to consider. Alex On Wed 20. Sep 2023 at 16.25, Julien Stephan wrote: > Hi Alexander, > About bblock tool: I just force pushed my branch on poky-contrib > (https://git

Re: [yocto] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-09-20 Thread Julien Stephan
Hi Alexander, About bblock tool: I just force pushed my branch on poky-contrib (https://git.yoctoproject.org/poky-contrib/log/?h=jstephan/bblock), trying to fix an autobuilder issue reported by Alexandre Belloni. I am still working on this, and I would be very happy to get this merged :) Cheers Ju

[yocto] following from bitbake virtual/kernel -c menuconfig

2023-09-20 Thread Dave Hitchman
Hi folk I did a bitbake virtual/kernel -c menuconfig in order to try and get the firewall stuff, particularly ip_tables, present. At the end it asked me about a filename to save the changes to and I gave it a new one (custom-mpet.config) It seems this file is stored yocto/build/tmp/work/phyboa

Re: [yocto] Cross-compilation of driver files

2023-09-20 Thread Josef Holzmayr
As you did not provide any meaningful information (no errors, no source, no logs), maybe you should start there if you expect people to help you. For documentation, please see https://docs.yoctoproject.org/kernel-dev/common.html#working-with-out-of-tree-modules Greetz, Josef On Wed, Sep 20, 2023

Re: [yocto] Cross-compilation of driver files

2023-09-20 Thread MOHAMMED HASSAN
On Mon, Sep 18, 2023 at 06:36 AM, MOHAMMED HASSAN wrote: > > Hi guys, > So long back I was trying to load driver files for a battery charger and a > battery fuel gauge as a kernel module. However I face errors that are > actually related to cross-compilation. I  am not sure how to proceed with >