Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fsl-kernel-localversion: Configure kernel in a separate task | Adrian Dudau | 2016-06-27 | 1 | -1/+2 |
| | | | | | | | | | | | As it is implemented right now this class overwrites the .config file making it impossible for any other layer to configure the kernel in a .bbappend to the kernel recipe. By doing it in a separate task before do_configure we ensure that recipe .bbappends can make further kernel configurations in do_configure_prepend. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
* | Move meta-fsl-arm content to layer root | Otavio Salvador | 2015-07-16 | 1 | -0/+39 |
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |