Hi all,

i'm working on a project that use openembedded/yocto project. It's really great 
to create a full linux distribution and boot images for any type of 
processor/architecture.
Just for the informations this is how the configs and patches for the kernel 
are managed:

There a directory that correspond to specific patches/configs we want to apply. 
Example: 
https://github.com/openembedded/oe-core/tree/master/meta-skeleton/recipes-kernel/linux/linux-yocto-custom

First a .config file is create from defconfig if it doesn't exists: 
https://github.com/openembedded/oe-core/blob/master/meta/classes/kernel.bbclass#L310

Then all the cfg file (from the custom directory) are append to the .config and 
the patch (also in custom directory) are applied to the source.

With this, it use a "default" config file and apply a number of configs/patches 
for each features needed by specific processor/architecture/board.

Regards,
Yves


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to