diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2025-02-12 00:47:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-26 14:49:27 +0000 |
commit | 18556f78bd7c408d167bebb67ab37a50736c31a2 (patch) | |
tree | c3d48c465f19b883d1d9df2c2647b182d1ca64cb /documentation/test-manual | |
parent | 835af805539ecef72871ef03ca9a14907384c3c5 (diff) | |
download | poky-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.rst | 12 |
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 | |||
122 | You can also check the reproducibility status on the Autobuilder: | 122 | You 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 | =================================== |
126 | Can I test my layer or recipes? | 126 | How can I test my layer or recipes? |
127 | =============================== | 127 | =================================== |
128 | |||
129 | With world build | ||
130 | ~~~~~~~~~~~~~~~~ | ||
128 | 131 | ||
129 | Once again, you can run a ``world`` test using the | 132 | Once 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 | |||
132 | in :oe_git:`meta/lib/oeqa/selftest/cases/reproducible.py | 135 | in :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 | ||
138 | Subclassing the test | ||
139 | ~~~~~~~~~~~~~~~~~~~~ | ||
140 | |||
135 | You could subclass the test and change ``targets`` to a different target. | 141 | You could subclass the test and change ``targets`` to a different target. |
136 | 142 | ||
137 | You may also change ``sstate_targets`` which would allow you to "pre-cache" some | 143 | You may also change ``sstate_targets`` which would allow you to "pre-cache" some |