From aeb59935e91f02454cfe453d5bef77ac05e46542 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 30 Mar 2021 11:05:46 +0200 Subject: manuals: fix suspicious newlines - That could originate from documentation migration issues - Checked that the corresponding links still exist (From yocto-docs rev: 38bae8f6067bc12f3617ed38587737d22dd7b32c) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/overview-manual/concepts.rst | 3 +-- documentation/overview-manual/yp-intro.rst | 20 ++++++++------------ 2 files changed, 9 insertions(+), 14 deletions(-) (limited to 'documentation/overview-manual') diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 257de44ec8..f0c7dab4c8 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst @@ -2111,8 +2111,7 @@ accomplished using fakeroot. under fakeroot. Otherwise, the task cannot run root-only operations, and cannot see the fake file ownership and permissions set by the other task. You need to also add a dependency on - virtual/fakeroot-native:do_populate_sysroot - , giving the following: + ``virtual/fakeroot-native:do_populate_sysroot``, giving the following: :: fakeroot do_mytask () { diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index b146db5e4d..b01b4e6a8f 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst @@ -262,8 +262,7 @@ with the string ``meta-``. .. note:: It is not a requirement that a layer name begin with the prefix - meta- - , but it is a commonly accepted standard in the Yocto Project + ``meta-``, but it is a commonly accepted standard in the Yocto Project community. For example, if you were to examine the :yocto_git:`tree view ` @@ -283,8 +282,7 @@ The Yocto Project employs a collection of components and tools used by the project itself, by project developers, and by those using the Yocto Project. These components and tools are open source projects and metadata that are separate from the reference distribution -(:term:`Poky`) and the -:term:`OpenEmbedded Build System`. Most of the +(:term:`Poky`) and the :term:`OpenEmbedded Build System`. Most of the components and tools are downloaded separately. This section provides brief overviews of the components and tools @@ -655,14 +653,12 @@ Reference Embedded Distribution (Poky) "Poky", which is pronounced *Pock*-ee, is the name of the Yocto Project's reference distribution or Reference OS Kit. Poky contains the -:term:`OpenEmbedded Build System` -(:term:`BitBake` and -:term:`OpenEmbedded-Core (OE-Core)`) as well as a set -of :term:`Metadata` to get you started -building your own distro. In other words, Poky is a base specification -of the functionality needed for a typical embedded system as well as the -components from the Yocto Project that allow you to build a distribution -into a usable binary image. +:term:`OpenEmbedded Build System` (:term:`BitBake` and +:term:`OpenEmbedded-Core (OE-Core)`) as well as a set of +:term:`Metadata` to get you started building your own distro. In other +words, Poky is a base specification of the functionality needed for a +typical embedded system as well as the components from the Yocto Project +that allow you to build a distribution into a usable binary image. Poky is a combined repository of BitBake, OpenEmbedded-Core (which is found in ``meta``), ``meta-poky``, ``meta-yocto-bsp``, and documentation -- cgit v1.2.3-54-g00ecf