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

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.