You can use that generated full .config file as documented at the start of:
https://docs.yoctoproject.org/singleindex.html#changing-the-configuration

However, often the better option is to run `-c menuconfig`, let it save as 
.config, and
then run `-c diffconfig`. This produces a small configuration fragment that 
includes just the
changes you made. See:
https://docs.yoctoproject.org/kernel-dev/common.html#creating-configuration-fragments

The basic process for that is make a kernel .bbappend in your custom layer, 
that includes the
fragment as a SRC_URL ending in .cfg into the kernel build. If that is done the 
kernel recipe
(via one of the kernel bbclasses) takes care of merging your configuration with 
the default.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61067): https://lists.yoctoproject.org/g/yocto/message/61067
Mute This Topic: https://lists.yoctoproject.org/mt/101475862/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to