Re: Customizing SERIAL_CONSOLES
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? # # $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" # set /home/chris/yocto/karo4/sources/meta-freescale/conf/machine/include/imx-base.inc:470 # "115200;ttymxc0" # set /home/chris/yocto/karo4/sources/meta-karo-nxp/conf/machine/include/tx8m-base.inc:32 # "115200;ttymxc2" # set /home/chris/yocto/karo4/sources/poky/meta/conf/documentation.conf:379 # [doc] "Defines the serial consoles (TTYs) to enable using getty." # set /home/chris/yocto/karo4/sources/poky/meta/conf/bitbake.conf:856 # [_defaultval] "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}" # override[mxs]:set /home/chris/yocto/karo4/sources/meta-freescale/conf/machine/include/imx-base.inc:471 # "115200;ttyAMA0" # pre-expansion value: # "115200;ttymxc2" SERIAL_CONSOLES="115200;ttymxc2" Op di 12 jul. 2022 om 16:44 schreef Mike Looijmans <mike.looijmans@...>: I'd suggest adding some "bogus" things to your machine-extra.conf, |
|