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: https://stackoverflow.com/questions/41266742/adding-multiple-patches-to-src-uri-in-a-recipe-yocto As you said, wildcard is not supported for patches in SRC_URI. So, do you mean the answers and replies in above issue of stackoverflow are wrong? Or did I miss something? Regards, Qian On Sat, Apr 25, 2020 at 11:54 PM Richard Purdie <[email protected]> wrote: > > 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 anyone tell me how to apply patches by wildcard? > > That isn't supported. Its hard to get determinism correct and the patch > ordering could also be problematic. > > Cheers, > > Richard >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49241): https://lists.yoctoproject.org/g/yocto/message/49241 Mute This Topic: https://lists.yoctoproject.org/mt/73258946/21656 Mute #yocto: https://lists.yoctoproject.org/mk?hashtag=yocto&subid=6691583 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
