All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mingrui Ren" <jiladahe1997@gmail.com>
To: docs@lists.yoctoproject.org
Cc: foss@0leil.net, michael.opdenacker@bootlin.com, 972931182@qq.com
Subject: [PATCH] dev-manual: fix wrong file
Date: Mon, 21 Jun 2021 22:33:26 +0800	[thread overview]
Message-ID: <45f034b6-c943-de00-86a7-dfce48cbffa9@gmail.com> (raw)

 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



             reply	other threads:[~2021-06-21 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-21 14:33 Mingrui Ren [this message]
2021-07-28 15:41 ` [docs] [PATCH] dev-manual: fix wrong file Michael Opdenacker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45f034b6-c943-de00-86a7-dfce48cbffa9@gmail.com \
    --to=jiladahe1997@gmail.com \
    --cc=972931182@qq.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=foss@0leil.net \
    --cc=michael.opdenacker@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.