You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a minimal image with yocto and encountered this missing runtime dependency. Adding the dependency with RDEPENDS_${PN} += ${PYTHON_PN}-mmap solved the problem.