diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst | 4 |
1 files changed, 2 insertions, 2 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 62a0b597dd..a9c33709ab 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst | |||
@@ -325,9 +325,9 @@ Following is the complete "Hello World" example. | |||
325 | following:: | 325 | following:: |
326 | 326 | ||
327 | BBPATH .= ":${LAYERDIR}" | 327 | BBPATH .= ":${LAYERDIR}" |
328 | BBFILES += "${LAYERDIR}/\*.bb" | 328 | BBFILES += "${LAYERDIR}/*.bb" |
329 | BBFILE_COLLECTIONS += "mylayer" | 329 | BBFILE_COLLECTIONS += "mylayer" |
330 | `BBFILE_PATTERN_mylayer := "^${LAYERDIR_RE}/" | 330 | BBFILE_PATTERN_mylayer := "^${LAYERDIR_RE}/" |
331 | 331 | ||
332 | For information on these variables, click on :term:`BBFILES`, | 332 | For information on these variables, click on :term:`BBFILES`, |
333 | :term:`LAYERDIR`, :term:`BBFILE_COLLECTIONS` or :term:`BBFILE_PATTERN_mylayer <BBFILE_PATTERN>` | 333 | :term:`LAYERDIR`, :term:`BBFILE_COLLECTIONS` or :term:`BBFILE_PATTERN_mylayer <BBFILE_PATTERN>` |