diff options
author | Yang Xu <yang.xu@mediatek.com> | 2023-08-05 13:50:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-09 13:23:33 +0100 |
commit | 1bdcd76d2968c3cc6ec2815afceba1cf98efd6d5 (patch) | |
tree | b2ec9e3888fb8a89664edceff2fc81ebb042f557 /meta-selftest/recipes-test | |
parent | fa640ae676f143b9138e9b372655d64e1054109a (diff) | |
download | poky-1bdcd76d2968c3cc6ec2815afceba1cf98efd6d5.tar.gz |
oeqa/selftest/ssate: Add test for find_siginfo
Previously some dependencies couldn't be followed through their siginfo
files. This has been fixed, add a test to ensure this doesn't regress.
(From OE-Core rev: a59cd1502ff14c5d8ccb04385bf4a3ad338d998d)
Signed-off-by: Yang Xu <yang.xu@mediatek.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test')
-rw-r--r-- | meta-selftest/recipes-test/binutils/binutils_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/binutils/binutils_%.bbappend b/meta-selftest/recipes-test/binutils/binutils_%.bbappend new file mode 100644 index 0000000000..205720982c --- /dev/null +++ b/meta-selftest/recipes-test/binutils/binutils_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests. | ||
2 | include test_recipe.inc | ||