All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: bitbake-user-manual: fix typo left over from Sphinx migration
@ 2021-04-22  7:54 Nicolas Dechesne
  2021-04-23 15:14 ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Dechesne @ 2021-04-22  7:54 UTC (permalink / raw)
  To: docs, bitbake-devel; +Cc: Nicolas Dechesne, Michal Piechowski

Fixes d99760cc687c (sphinx: last manual round of fixes/improvements)

Reported-by: Michal Piechowski <m.z.piechowski@gmail.com>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
---
 doc/bitbake-user-manual/bitbake-user-manual-hello.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-hello.rst b/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
index e3fd3215..fab1e8a6 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
@@ -325,9 +325,9 @@ Following is the complete "Hello World" example.
     following: ::
 
       BBPATH .= ":${LAYERDIR}"
-      BBFILES += "${LAYERDIR}/\*.bb"
+      BBFILES += "${LAYERDIR}/*.bb"
       BBFILE_COLLECTIONS += "mylayer"
-     `BBFILE_PATTERN_mylayer := "^${LAYERDIR_RE}/"
+      BBFILE_PATTERN_mylayer := "^${LAYERDIR_RE}/"
 
     For information on these variables, click on :term:`BBFILES`,
     :term:`LAYERDIR`, :term:`BBFILE_COLLECTIONS` or :term:`BBFILE_PATTERN_mylayer <BBFILE_PATTERN>`
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [docs] [PATCH] doc: bitbake-user-manual: fix typo left over from Sphinx migration
  2021-04-22  7:54 [PATCH] doc: bitbake-user-manual: fix typo left over from Sphinx migration Nicolas Dechesne
@ 2021-04-23 15:14 ` Michael Opdenacker
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Opdenacker @ 2021-04-23 15:14 UTC (permalink / raw)
  To: Nicolas Dechesne, docs, bitbake-devel; +Cc: Michal Piechowski

Hi Nicolas,

On 4/22/21 9:54 AM, Nicolas Dechesne wrote:
> Fixes d99760cc687c (sphinx: last manual round of fixes/improvements)
>
> Reported-by: Michal Piechowski <m.z.piechowski@gmail.com>
> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
> ---
>  doc/bitbake-user-manual/bitbake-user-manual-hello.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/bitbake-user-manual/bitbake-user-manual-hello.rst b/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
> index e3fd3215..fab1e8a6 100644
> --- a/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
> +++ b/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
> @@ -325,9 +325,9 @@ Following is the complete "Hello World" example.
>      following: ::
>  
>        BBPATH .= ":${LAYERDIR}"
> -      BBFILES += "${LAYERDIR}/\*.bb"
> +      BBFILES += "${LAYERDIR}/*.bb"
>        BBFILE_COLLECTIONS += "mylayer"
> -     `BBFILE_PATTERN_mylayer := "^${LAYERDIR_RE}/"
> +      BBFILE_PATTERN_mylayer := "^${LAYERDIR_RE}/"
>  
>      For information on these variables, click on :term:`BBFILES`,
>      :term:`LAYERDIR`, :term:`BBFILE_COLLECTIONS` or :term:`BBFILE_PATTERN_mylayer <BBFILE_PATTERN>`


Thanks for this fix. I checked that the HTML output looks good.

Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

Cheers,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-23 15:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22  7:54 [PATCH] doc: bitbake-user-manual: fix typo left over from Sphinx migration Nicolas Dechesne
2021-04-23 15:14 ` [docs] " Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.