summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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