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.txt
export PATH=/path/to/patchtest/repo:$PATH
source oe-init-build-env
bitbake-layers add-layer /path/to/meta-selftest/
(the selftests use this layer's recipes as test targets)./meta/lib/patchtest/selftest/selftest
For more information on using patchtest, see the patchtest repo at https://git.yoctoproject.org/patchtest/.