summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
index 5edf97eaa9..3d3c9b48c2 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
@@ -287,7 +287,7 @@ Following is the complete "Hello World" example.
287 $ mkdir conf Move to the ``conf`` directory and create a 287 $ mkdir conf Move to the ``conf`` directory and create a
288 ``layer.conf`` file that has the following: BBPATH .= 288 ``layer.conf`` file that has the following: BBPATH .=
289 ":${:term:`LAYERDIR`}" :term:`BBFILES` 289 ":${:term:`LAYERDIR`}" :term:`BBFILES`
290 += "${LAYERDIR}/*.bb" 290 += "${LAYERDIR}/\*.bb"
291 :term:`BBFILE_COLLECTIONS` += "mylayer" 291 :term:`BBFILE_COLLECTIONS` += "mylayer"
292 `BBFILE_PATTERN_mylayer <#var-bb-BBFILE_PATTERN>`__ := 292 `BBFILE_PATTERN_mylayer <#var-bb-BBFILE_PATTERN>`__ :=
293 "^${LAYERDIR_RE}/" For information on these variables, click the 293 "^${LAYERDIR_RE}/" For information on these variables, click the