diff options
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r-- | documentation/dev-manual/start.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index e103677525..8fdc95ecb5 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -228,12 +228,7 @@ particular working environment and set of practices. | |||
228 | used by developers in the same organization and share the same | 228 | used by developers in the same organization and share the same |
229 | source directories on their machines. | 229 | source directories on their machines. |
230 | 230 | ||
231 | - Set up a local :ref:`overview-manual/concepts:Hash Equivalence` server | 231 | - Set up a local :ref:`overview-manual/concepts:Hash Equivalence` server. |
232 | with :term:`BB_HASHSERVE` and :term:`BB_SIGNATURE_HANDLER`. A basic setup | ||
233 | would be:: | ||
234 | |||
235 | BB_HASHSERVE = "auto" | ||
236 | BB_SIGNATURE_HANDLER = "OEEquivHash" | ||
237 | 232 | ||
238 | See the :ref:`overview-manual/concepts:Hash Equivalence` section of the | 233 | See the :ref:`overview-manual/concepts:Hash Equivalence` section of the |
239 | Yocto Project Overview and Concepts Manual for more details on the hash | 234 | Yocto Project Overview and Concepts Manual for more details on the hash |