summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq_3.12.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* kernel: copy cfg fragments to kernel's build directoryStefan Sicleru2016-03-011-26/+0
| | | | | | | | | | | | | | | | | | | | There were two do_configure_prepend() methods, one within FSL's repository and another one in Enea's repository. Due to layers' priorities, the last to be executed was the one from FSL's layer. Hence .config resulted from executing do_configure_prepend() from Enea's repository was lost because both were operating on the same .config file. The issue is how FSL checks for cfg fragments. Fragments need to be within build directory instead of source directory, hence do_unpack_append() method was modified accordingly, otherwise none of the fragments would have been applied on .config. do_configure_prepend() from our repository was deleted, since it's not of much use. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Moved config fragment path fix for linux-qoriq kernelAndrei Varvara2015-11-251-0/+26
| | | | | | | | relocated config fragment path fix for linux-qoriq kernel from meta-fsl-ppc to meta-enea-bsp-ppc Signed-off-by: Andrei Varvara <andrei.varvara@enea.com> Signed-off-by: George Nita <george.nita@enea.com>
* Initial commitAdrian Dudau2015-10-281-0/+1
result of splitting up meta-enea Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>