Adding the recipe tensorflow-lite to my rootfs blows it from 68 to 408MB. The biggest hits are in
/usr/lib (where python3.9, valgrind, perl5 and audit has been added)
and
/usr/bin/tensorflow... where there is an example.
What to do to minimize impact on rootfs, but keep the required libs? Can you share a recipe with reduced footprint? Looking at the recipe it is easy not to install the example, but how to aware of installing the other mentioned parts?