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

Re: [yocto] Customizing SERIAL_CONSOLES

2022-07-14 Thread chris yocto
this? *SERIAL_CONSOLE=""## $SERIAL_CONSOLES [7 operations]# set /home/chris/yocto/karo4/sources/meta-certhon/conf/layer.conf:14# "115200;ttymxc1"# set /home/chris/yocto/karo4/sources/meta-certhon/conf/machine/qs8m-mq00-extra.conf:1# "115200;ttymxc1"#

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

[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