Re: [yocto] Customizing SERIAL_CONSOLES

2022-07-14 Thread chris yocto
I eventually fixed it by modifying /etc/inittab directly with ROOTFS_POSTPROCESS_COMMAND. This was the only way it worked. Op do 14 jul. 2022 om 10:01 schreef chris yocto via lists.yoctoproject.org : > I did run bitbake with the -e option and it shows that it does process my > machine extra confi

Re: [yocto] Customizing SERIAL_CONSOLES

2022-07-14 Thread chris yocto
I did run bitbake with the -e option and it shows that it does process my machine extra config, but it's overriden by the conf of the BSP. As a test I also added it to my layer.conf but this is also being overriden. I already set my layer too the highest priority. How can I fix this?

Re: [yocto] Customizing SERIAL_CONSOLES

2022-07-12 Thread Mike Looijmans
I'd suggest adding some "bogus" things to your machine-extra.conf, because I don't think the file will actually be used (or even parsed) anywhere. You can override SERIAL_CONSOLES in your DISTRO config, as that takes precedence over the machine config. In local.conf it won't work because the

Re: [yocto] Customizing SERIAL_CONSOLES

2022-07-12 Thread chris yocto
Thank you for you reply. I actually do want to replace SERIAL_CONSOLES because I am using the original for another purpose ( not a console). -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57507): https://lists.yoctoproject.org/g/yocto/message/5750

Re: [yocto] Customizing SERIAL_CONSOLES

2022-07-12 Thread Khem Raj
On Tue, Jul 12, 2022 at 12:41 PM chris yocto wrote: > > Hi, > > > > I’m trying to customize the SERIAL_CONSOLES variable. In another thread I > read this can be done by adding a machine-extra.conf file too my custom > layer. So I added “ SERIAL_CONSOLES = "115200;ttymxc0" ” to my > machine-extr

[yocto] Customizing SERIAL_CONSOLES

2022-07-12 Thread chris yocto
Hi, I’m trying to customize the SERIAL_CONSOLES variable. In another thread I read this can be done by adding a machine-extra.conf file too my custom layer. So I added “ SERIAL_CONSOLES = "115200;ttymxc0" ” to my machine-extra.conf, but when I bitbake my custom image, no changes are found. In