[Buildroot] do config fragments work ?

Niall Parker stuff at npengineering.ca
Sun Aug 26 21:19:34 UTC 2018


On 2018-08-24 03:48 PM, Niall Parker wrote:
> I'm trying to apply some minor tweaks to the default config for uboot 
> and using fragments seemed the best approach however the changes don't 
> appear to make it into the final .config used for the build. For 
> example, using a fragment containing CONFIG_BOOTDELAY  1 still results 
> in the binary using the default bootdelay of 2 (of course I can make 
> uboot-menuconfig and set the boot delay there and it will stick but I 
> was hoping to clump the config customizations into a simple fragment).

Turns out I had the syntax of the fragments wrong.

CONFIG_BOOTDELAY=1

works.


More information about the buildroot mailing list