All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dev-manual: fix wrong file
@ 2021-06-21 14:33 Mingrui Ren
  2021-07-28 15:41 ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 2+ messages in thread
From: Mingrui Ren @ 2021-06-21 14:33 UTC (permalink / raw)
  To: docs; +Cc: foss, michael.opdenacker, 972931182

 From 43e67b6c7c5e29d608b5459c6041b195ac94e4cc Mon Sep 17 00:00:00 2001
From: Mingrui Ren <jiladahe1997@gmail.com>
Date: Mon, 21 Jun 2021 21:38:45 +0800
Subject: [PATCH] dev-manual: fix wrong file

The file 'meta/classes/core-image.bbclass' seems have nothing about
'IMAGE_FEATURES' variable, maybe it should be 'meta/classes/image.bbclass'.

Signed-off-by: Mingrui Ren <jiladahe1997@gmail.com>
---
  documentation/dev-manual/common-tasks.rst | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/dev-manual/common-tasks.rst 
b/documentation/dev-manual/common-tasks.rst
index 762636a17c..9ff33a4ce8 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -872,7 +872,7 @@ a recipe and using :term:`EXTRA_IMAGE_FEATURES` from 
within your
  :term:`Build Directory`.

  To understand how these features work, the best reference is
-``meta/classes/core-image.bbclass``. This class lists out the available
+``meta/classes/image.bbclass``. This class lists out the available
  :term:`IMAGE_FEATURES` of which most map to package groups while some, 
such
  as ``debug-tweaks`` and ``read-only-rootfs``, resolve as general
  configuration settings.

-- 
2.20.1



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

* Re: [docs] [PATCH] dev-manual: fix wrong file
  2021-06-21 14:33 [PATCH] dev-manual: fix wrong file Mingrui Ren
@ 2021-07-28 15:41 ` Michael Opdenacker
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Opdenacker @ 2021-07-28 15:41 UTC (permalink / raw)
  To: Mingrui Ren, docs; +Cc: foss, 972931182

Greetings,

Apologies for the late reply!

On 6/21/21 4:33 PM, Mingrui Ren wrote:
> From 43e67b6c7c5e29d608b5459c6041b195ac94e4cc Mon Sep 17 00:00:00 2001
> From: Mingrui Ren <jiladahe1997@gmail.com>
> Date: Mon, 21 Jun 2021 21:38:45 +0800
> Subject: [PATCH] dev-manual: fix wrong file
>
> The file 'meta/classes/core-image.bbclass' seems have nothing about
> 'IMAGE_FEATURES' variable, maybe it should be
> 'meta/classes/image.bbclass'.
>
> Signed-off-by: Mingrui Ren <jiladahe1997@gmail.com>
> ---
>  documentation/dev-manual/common-tasks.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/dev-manual/common-tasks.rst
> b/documentation/dev-manual/common-tasks.rst
> index 762636a17c..9ff33a4ce8 100644
> --- a/documentation/dev-manual/common-tasks.rst
> +++ b/documentation/dev-manual/common-tasks.rst
> @@ -872,7 +872,7 @@ a recipe and using :term:`EXTRA_IMAGE_FEATURES`
> from within your
>  :term:`Build Directory`.
>
>  To understand how these features work, the best reference is
> -``meta/classes/core-image.bbclass``. This class lists out the available
> +``meta/classes/image.bbclass``. This class lists out the available
>  :term:`IMAGE_FEATURES` of which most map to package groups while
> some, such
>  as ``debug-tweaks`` and ``read-only-rootfs``, resolve as general
>  configuration settings.

Thanks for reporting this. I agree with your proposal.

I couldn't apply the patch with "git am", but I recreated it manually.
It's now in the "master-next"  branch of "yocto-docs" and should be in
"master" (in the public documentation) in the next days.

Thanks again!
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-07-28 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 14:33 [PATCH] dev-manual: fix wrong file Mingrui Ren
2021-07-28 15:41 ` [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.