summaryrefslogtreecommitdiffstats
path: root/builder/patches
Commit message (Collapse)AuthorAgeFilesLines
* [patches] remove dnbd3 hacky patchJonathan Bauer2019-07-241-26/+0Star
|
* support patches for submodulesJonathan Bauer2018-05-073-0/+68
after cloning the submodules, search for patches under builder/patches/<submodule_name> and apply them is appropriate. Currently: * dnbd3: ** configurable kernel version * qemu-xmount: ** do not pass the relocatable option (-r) to the linker since it conflicts with "-pie" that is activated by default on newer gcc. ** fix memfd compile errors The last patch was taken from: http://lists.openembedded.org/pipermail/openembedded-core/2018-January/146949.html