|
@@ -122,9 +122,12 @@ The project's current reproducibility status can be seen at
|
|
|
You can also check the reproducibility status on the Autobuilder:
|
|
|
:yocto_ab:`/valkyrie/#/builders/reproducible`.
|
|
|
|
|
|
-===============================
|
|
|
-Can I test my layer or recipes?
|
|
|
-===============================
|
|
|
+===================================
|
|
|
+How can I test my layer or recipes?
|
|
|
+===================================
|
|
|
+
|
|
|
+With world build
|
|
|
+~~~~~~~~~~~~~~~~
|
|
|
|
|
|
Once again, you can run a ``world`` test using the
|
|
|
:ref:`oe-selftest <ref-manual/release-process:Testing and Quality Assurance>`
|
|
@@ -132,6 +135,9 @@ command provided above. This functionality is implemented
|
|
|
in :oe_git:`meta/lib/oeqa/selftest/cases/reproducible.py
|
|
|
</openembedded-core/tree/meta/lib/oeqa/selftest/cases/reproducible.py>`.
|
|
|
|
|
|
+Subclassing the test
|
|
|
+~~~~~~~~~~~~~~~~~~~~
|
|
|
+
|
|
|
You could subclass the test and change ``targets`` to a different target.
|
|
|
|
|
|
You may also change ``sstate_targets`` which would allow you to "pre-cache" some
|