Re: [yocto] Appending an existing machine .conf file

2021-06-18 Thread Mike Frampton
Hi Frédéric, Thanks for your suggestion, > you can customize QB_OPT_APPEND by removing options you don't want, e.g. > > QB_OPT_APPEND_remove = "-device usb-tablet" > > and add your own after. I suppose this would be a bit less maintainable, as it's effectively duplicating the entry in the base

Re: [yocto] Appending an existing machine .conf file

2021-06-18 Thread Frederic Martinsons
Hello, you can customize QB_OPT_APPEND by removing options you don't want, e.g. QB_OPT_APPEND_remove = "-device usb-tablet" and add your own after. But maybe a lazy operator in the original conf file would be more suitable. On Sat, 19 Jun 2021 at 06:41, Mike Frampton wrote: > Greetings Yoct

[yocto] Appending an existing machine .conf file

2021-06-18 Thread Mike Frampton
Greetings Yocto, I'm interested in assigning custom config settings for machine type qemuarm. I tried a method suggested in this thread https://lists.yoctoproject.org/g/yocto/message/38359 by Ayoub Zaki, he suggested defining the following in local.conf > include conf/machine/${MACHINE}-extra.co