aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bitbake-selftest
diff options
context:
space:
mode:
authorAlberto Pianon <alberto@pianon.eu>2023-03-22 21:45:44 +0100
committerAlberto Pianon <alberto@pianon.eu>2023-03-22 21:45:44 +0100
commit6f00e3654069df5575b8fb628becf6b1b61b6b21 (patch)
tree52b8fad4fd5614a00d891d450485561a8d667c1d /bin/bitbake-selftest
parent54251b9bb27241eab9368c9facc150f709ccc3c5 (diff)
downloadbitbake-contrib-6f00e3654069df5575b8fb628becf6b1b61b6b21.tar.gz
add upstream source data collection for unpackalpianon/srctrace
This patch subclasses TraceUnpackBase in order to implement full upstream metadata collection and processing for do_unpack. The final output is a compressed json file, stored in WORKDIR/temp for each recipe. Data format is described in the help text of bb.trace.unpack module, while some real-world examples can be found in lib/bb/tests/trace-testdata Signed-off-by: Alberto Pianon <alberto@pianon.eu>
Diffstat (limited to 'bin/bitbake-selftest')
-rwxr-xr-xbin/bitbake-selftest1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake-selftest b/bin/bitbake-selftest
index 7be354f9e..4114bda3f 100755
--- a/bin/bitbake-selftest
+++ b/bin/bitbake-selftest
@@ -27,6 +27,7 @@ tests = ["bb.tests.codeparser",
"bb.tests.event",
"bb.tests.fetch",
"bb.tests.trace_base",
+ "bb.tests.trace",
"bb.tests.parse",
"bb.tests.persist_data",
"bb.tests.runqueue",