summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2025-02-12 00:47:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-26 14:49:27 +0000
commit18556f78bd7c408d167bebb67ab37a50736c31a2 (patch)
treec3d48c465f19b883d1d9df2c2647b182d1ca64cb /documentation/test-manual
parent835af805539ecef72871ef03ca9a14907384c3c5 (diff)
downloadpoky-18556f78bd7c408d167bebb67ab37a50736c31a2.tar.gz
reproducible-builds: change/add titles in the "How" section
This is preparation work for the following commit. (From yocto-docs rev: 0ff459c273704a281419a44ae5670068ac47f1b9) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Guillaume Swaenepoel <guillaume.swaenepoel@smile.fr> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual')
-rw-r--r--documentation/test-manual/reproducible-builds.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst
index aaf2e4541e..b9f671d688 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -122,9 +122,12 @@ The project's current reproducibility status can be seen at
122You can also check the reproducibility status on the Autobuilder: 122You can also check the reproducibility status on the Autobuilder:
123:yocto_ab:`/valkyrie/#/builders/reproducible`. 123:yocto_ab:`/valkyrie/#/builders/reproducible`.
124 124
125=============================== 125===================================
126Can I test my layer or recipes? 126How can I test my layer or recipes?
127=============================== 127===================================
128
129With world build
130~~~~~~~~~~~~~~~~
128 131
129Once again, you can run a ``world`` test using the 132Once again, you can run a ``world`` test using the
130:ref:`oe-selftest <ref-manual/release-process:Testing and Quality Assurance>` 133:ref:`oe-selftest <ref-manual/release-process:Testing and Quality Assurance>`
@@ -132,6 +135,9 @@ command provided above. This functionality is implemented
132in :oe_git:`meta/lib/oeqa/selftest/cases/reproducible.py 135in :oe_git:`meta/lib/oeqa/selftest/cases/reproducible.py
133</openembedded-core/tree/meta/lib/oeqa/selftest/cases/reproducible.py>`. 136</openembedded-core/tree/meta/lib/oeqa/selftest/cases/reproducible.py>`.
134 137
138Subclassing the test
139~~~~~~~~~~~~~~~~~~~~
140
135You could subclass the test and change ``targets`` to a different target. 141You could subclass the test and change ``targets`` to a different target.
136 142
137You may also change ``sstate_targets`` which would allow you to "pre-cache" some 143You may also change ``sstate_targets`` which would allow you to "pre-cache" some