This directory provides a test suite and selftest script for use with the patchtest repository: https://git.yoctoproject.org/patchtest/
To setup for use:
pip install -r requirements.txtexport PATH=/path/to/patchtest/repo:$PATHsource oe-init-build-envbitbake-layers add-layer /path/to/meta-selftest/ (the selftests use this layer's recipes as test targets)./meta/lib/patchtest/selftest/selftestFor more information on using patchtest, see the patchtest repo at https://git.yoctoproject.org/patchtest/.