summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r--documentation/ref-manual/faq.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index a9103f83c6..e7bca829a3 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -209,8 +209,7 @@ section in the Yocto Project Development Tasks Manual.
209**A:** You need to create a form factor file as described in the 209**A:** You need to create a form factor file as described in the
210":ref:`bsp-guide/bsp:miscellaneous bsp-specific recipe files`" section in 210":ref:`bsp-guide/bsp:miscellaneous bsp-specific recipe files`" section in
211the Yocto Project Board Support Packages (BSP) Developer's Guide. Set 211the Yocto Project Board Support Packages (BSP) Developer's Guide. Set
212the ``HAVE_TOUCHSCREEN`` variable equal to one as follows: 212the ``HAVE_TOUCHSCREEN`` variable equal to one as follows::
213::
214 213
215 HAVE_TOUCHSCREEN=1 214 HAVE_TOUCHSCREEN=1
216 215
@@ -313,8 +312,7 @@ HTTPS requests and direct them to the ``http://`` sources mirror. You
313can use ``file://`` URLs to point to local directories or network shares 312can use ``file://`` URLs to point to local directories or network shares
314as well. 313as well.
315 314
316Aside from the previous technique, these options also exist: 315Aside from the previous technique, these options also exist::
317::
318 316
319 BB_NO_NETWORK = "1" 317 BB_NO_NETWORK = "1"
320 318
@@ -322,8 +320,7 @@ This statement tells BitBake to issue an error
322instead of trying to access the Internet. This technique is useful if 320instead of trying to access the Internet. This technique is useful if
323you want to ensure code builds only from local sources. 321you want to ensure code builds only from local sources.
324 322
325Here is another technique: 323Here is another technique::
326::
327 324
328 BB_FETCH_PREMIRRORONLY = "1" 325 BB_FETCH_PREMIRRORONLY = "1"
329 326
@@ -331,8 +328,7 @@ This statement
331limits the build system to pulling source from the ``PREMIRRORS`` only. 328limits the build system to pulling source from the ``PREMIRRORS`` only.
332Again, this technique is useful for reproducing builds. 329Again, this technique is useful for reproducing builds.
333 330
334Here is another technique: 331Here is another technique::
335::
336 332
337 BB_GENERATE_MIRROR_TARBALLS = "1" 333 BB_GENERATE_MIRROR_TARBALLS = "1"
338 334