Re: [oe][OE-core][Patch v2 0/2] implement applying patches from a directory

2021-12-20 Thread Alexander Kanavin
I still want to question the need for this. I’d rather allow only an explicit list giving an explicit order in the recipe. Alex On Mon 20. Dec 2021 at 13.15, Max Krummenacher wrote: > The current developer manual [1] specifies that patches that are > part of a directory which is given in SRC_UR

[oe][OE-core][Patch v2 0/2] implement applying patches from a directory

2021-12-20 Thread Max Krummenacher
The current developer manual [1] specifies that patches that are part of a directory which is given in SRC_URI are applied by the do_patch task. However that is not implemented in the current code. This patchset implements that, but deviates from what is documented. If the patches are applied I wi