poky/meta-selftest
Peter Kjellerstedt 24433ce8f9 lib/oe/patch: Make extractPatches() not extract ignored commits
If a commit is marked with "%% ignore" it means it is used by devtool to
keep track of changes to the source code that are not the result of
running do_patch(). These changes need to actually be ignored when
extracting the patches as they typically make no sense as actual patches
in a recipe.

This also adds a new test for oe-selftest that verifies that there are
no patches generated from ignored commits.

(From OE-Core rev: c3d43de7e54189bf09fbe8e87ddb976e42ebf531)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-19 16:03:22 +00:00
..
classes oeqa/selftest/sstatetests: Fix intermitttent errors and improve performance 2023-11-09 11:45:37 +00:00
conf layer.conf: Update for the scarthgap release series 2024-02-09 13:58:18 +00:00
files meta-selftest/files: add xuser to static-passwd/-group 2023-11-20 15:30:52 +00:00
lib oeqa dnf_runtime.py: fix HTTP server IP address and port 2023-09-12 12:37:56 +01:00
recipes-devtools rust: provide examples for C library generation in rust 2023-08-21 16:15:35 +01:00
recipes-extended lib/oe/patch: Make extractPatches() not extract ignored commits 2024-02-19 16:03:22 +00:00
recipes-test overlayfs: add missing closing parenthesis in selftest 2024-02-06 10:32:19 +00:00
wic selftest: wic: Add test for --part-name argument 2023-04-13 11:56:07 +01:00
README meta-selftest: create a new test layer to be used by oe-selftest script 2013-12-03 17:45:50 +00:00

This layer is intended as test layer, used by scripts/oe-selftest and it's probably a mistake to include it in your builds (unless you want to run the script).