We want to remove python cached files in ramdisk images to reduce their
size, but keep them in mmc images to have better performances.
We therefor need to make this configurable from distro config.
BugzID: 67738
Change initialy present in meta-netmodule-fct. The goal was to reduce
size of fct image.
Since having bbappends in meta-netmodule-fct leads to issues and
since this change will have no bad impact on other images, it moved
here.
BugzID: 65998
This tool is required by python recipes to set the version using
data from git repo.
BugzID: 61873
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
INCLUDE_PYC = 0 should prevent the python recipe to build pycache.
Because it still produces half the pycache (bug?),
I added a script to find and remove all pycache directories before they are packaged.
BugzID: 53805
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>