diff options
-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 |