Re: [yocto] Can not use wildcard in SRC_URI to apply patches #yocto

2020-04-26 Thread Hao Qian
On 2020/04/26 18:44, Richard Purdie wrote: The patch linked to from there: https://patchwork.openembedded.org/patch/8443/ gives some clues about when it might happen to work: "Wildcards in SRC_URI are not supported by oe-core and work only when last (or first?) FILESPATH element points to

Re: [yocto] Can not use wildcard in SRC_URI to apply patches #yocto

2020-04-26 Thread Richard Purdie
On Sun, 2020-04-26 at 08:24 +0900, Hao Qian wrote: > Hi, Richard > > Thanks for replying. > > Yes, it makes sense why patches not be applied by using wildcard. > > Just for confirmation, it looks like more than one person made it to > use wildcard for patching as below: >

Re: [yocto] Can not use wildcard in SRC_URI to apply patches #yocto

2020-04-25 Thread Hao Qian
Hi, Richard Thanks for replying. Yes, it makes sense why patches not be applied by using wildcard. Just for confirmation, it looks like more than one person made it to use wildcard for patching as below:

Re: [yocto] Can not use wildcard in SRC_URI to apply patches #yocto

2020-04-25 Thread Richard Purdie
On Sat, 2020-04-25 at 17:30 +0900, Hao Qian wrote: > However, if I change files' name into wildcard in SRC_URI like: > === > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > SRC_URI += "file://*" > === [...] > Could