From: Antonin Godard <antonin.godard@bootlin.com>
To: docs@lists.yoctoproject.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Antonin Godard <antonin.godard@bootlin.com>
Subject: [PATCH 2/2] dev-manual/devtool: remove reference to the extensible SDK
Date: Tue, 24 Dec 2024 09:33:03 +0100 [thread overview]
Message-ID: <20241224-devtool-dev-manual-v1-2-0cc4fb584018@bootlin.com> (raw)
In-Reply-To: <20241224-devtool-dev-manual-v1-0-0cc4fb584018@bootlin.com>
There were leftover references to the extensible SDK after moving the
devtool documentation from the Extensible SDK document to its own
devtool document.
This patch follows the bulk move to make it clear what was modified in
the document.
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
documentation/dev-manual/devtool.rst | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/documentation/dev-manual/devtool.rst b/documentation/dev-manual/devtool.rst
index 4b91cf0f47201679b1db93261060b04db3ac53d6..f8820bbe17dd26e16ce713e3704745e802608335 100644
--- a/documentation/dev-manual/devtool.rst
+++ b/documentation/dev-manual/devtool.rst
@@ -678,7 +678,8 @@ mind:
- The environment in which Make runs is set up with various standard
variables for compilation (e.g. :term:`CC`, :term:`CXX`, and so forth) in a
- similar manner to the environment set up by the SDK's environment
+ similar manner to the environment set up by an :ref:`SDK
+ <overview-manual/concepts:Application Development SDK>`'s environment
setup script. One easy way to see these variables is to run the
``devtool build`` command on the recipe and then look in
``oe-logs/run.do_compile``. Towards the top of this file, there is
@@ -764,9 +765,6 @@ these behaviors ensure the reproducibility and integrity of the build.
``devtool add`` does not receive the other parts, which results in
several "command not found" errors.
- - In order to support adding Node.js modules, a ``nodejs`` recipe
- must be part of your SDK.
-
As mentioned earlier, you can also add Node.js modules directly from a
repository or local source tree. To add modules this way, use
``devtool add`` in the following form::
@@ -874,10 +872,8 @@ Recipes often need to use files provided by other recipes on the
:term:`Build Host`. For example,
an application linking to a common library needs access to the library
itself and its associated headers. The way this access is accomplished
-within the extensible SDK is through the sysroot. There is one sysroot per
-"machine" for which the SDK is being built. In practical terms, this
-means there is a sysroot for the target machine, and a sysroot for
-the build host.
+is through the :term:`Sysroot`. There is a sysroot for the target machine, and a
+sysroot for the build host.
Recipes should never write files directly into the sysroot. Instead,
files should be installed into standard locations during the
@@ -891,8 +887,7 @@ remain free from stale files.
Packaging
---------
-Packaging is not always particularly relevant within the extensible SDK.
-However, if you examine how build output gets into the final image on
+If you examine how build output gets into the final image on
the target device, it is important to understand packaging because the
contents of the image are expressed in terms of packages and not
recipes.
--
2.47.1
next prev parent reply other threads:[~2024-12-24 8:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 8:33 [PATCH 0/2] Move devtool doc from extensible to dev manual Antonin Godard
2024-12-24 8:33 ` [PATCH 1/2] " Antonin Godard
2025-01-13 15:42 ` [docs] " Quentin Schulz
2024-12-24 8:33 ` Antonin Godard [this message]
2025-01-13 15:44 ` [docs] [PATCH 2/2] dev-manual/devtool: remove reference to the extensible SDK Quentin Schulz
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=20241224-devtool-dev-manual-v1-2-0cc4fb584018@bootlin.com \
--to=antonin.godard@bootlin.com \
--cc=docs@lists.yoctoproject.org \
--cc=thomas.petazzoni@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox