[yocto] Incremental rebuild doesn't pick up FILES changes.

Burton, Ross ross.burton at intel.com
Wed Mar 6 14:47:40 PST 2019


On Wed, 6 Mar 2019 at 22:27, Kaz Kylheku (poky)
<442-103-8455 at kylheku.com> wrote:
> Ah, okay; this is because it's been split into various sub-packages. So
> we have to operate on "-core".
> The .json manifest brings these into the "core" package:
>
>              "${libdir}/python2.7/encodings",
>              "${libdir}/python2.7/encodings/aliases.py",
>              "${libdir}/python2.7/encodings/utf_8.py",
>
> I don't want all of encoders, just the utf_8.py and the aliases
> dictionary.
>
> So I'm guessing this should be
>
>    FILES_${PN}-core_remove =

Yes.  It's too late to think about parse ordering because of the
complexity of Python's packaging but that *should* work.

Worst case: provide your own manifest if the packaging isn't what you want.

Ross


More information about the yocto mailing list