On Wed, 24 Nov 2021 at 10:40, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:

> >         # skip patches not in oe-core
> > -       if '/meta/' not in fullpath:
> > +       oecore_re = re.compile(d.getVar('BBFILE_PATTERN_core'))
> > +       match_oecore = oecore_re.search(fullpath)
> > +       if not match_oecore:
> >             continue
> >
>
> Does this pass the sstate tests? I have a feeling it may encode a path
> into the
> sstate checksums :/
>

I just ran 'oe-selftest -r sstatetests' with this and they all passed.

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#158688): 
https://lists.openembedded.org/g/openembedded-core/message/158688
Mute This Topic: https://lists.openembedded.org/mt/87277978/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to