summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-02 16:24:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-07 10:44:52 +0000
commitfdcbca09f8b458d91399c5ea5373ab210c8a195a (patch)
treefef506f5e5e8961b46756b1b3330b4da1ad50624 /documentation/ref-manual
parentf8f44cb476cb938a9b12922387cb3dc03d37c6cd (diff)
downloadpoky-fdcbca09f8b458d91399c5ea5373ab210c8a195a.tar.gz
manuals: correct "take affect" by "take effect"
(From yocto-docs rev: aeaf46f78b940744ce2e160e78b244395087e8e7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 9eea8081c7..3bf600ca9e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1850,7 +1850,7 @@ system and gives an overview of their function and contents.
1850 1850
1851 :term:`DISTRO_EXTRA_RDEPENDS` 1851 :term:`DISTRO_EXTRA_RDEPENDS`
1852 Specifies a list of distro-specific packages to add to all images. 1852 Specifies a list of distro-specific packages to add to all images.
1853 This variable takes affect through ``packagegroup-base`` so the 1853 This variable takes effect through ``packagegroup-base`` so the
1854 variable only really applies to the more full-featured images that 1854 variable only really applies to the more full-featured images that
1855 include ``packagegroup-base``. You can use this variable to keep 1855 include ``packagegroup-base``. You can use this variable to keep
1856 distro policy out of generic images. As with all other distro 1856 distro policy out of generic images. As with all other distro
@@ -4116,7 +4116,7 @@ system and gives an overview of their function and contents.
4116 :term:`KERNEL_VERSION` 4116 :term:`KERNEL_VERSION`
4117 Specifies the version of the kernel as extracted from ``version.h`` 4117 Specifies the version of the kernel as extracted from ``version.h``
4118 or ``utsrelease.h`` within the kernel sources. Effects of setting 4118 or ``utsrelease.h`` within the kernel sources. Effects of setting
4119 this variable do not take affect until the kernel has been 4119 this variable do not take effect until the kernel has been
4120 configured. Consequently, attempting to refer to this variable in 4120 configured. Consequently, attempting to refer to this variable in
4121 contexts prior to configuration will not work. 4121 contexts prior to configuration will not work.
4122 4122
@@ -6770,7 +6770,7 @@ system and gives an overview of their function and contents.
6770 6770
6771 You cannot set the :term:`SDKMACHINE` 6771 You cannot set the :term:`SDKMACHINE`
6772 variable in your distribution configuration file. If you do, the 6772 variable in your distribution configuration file. If you do, the
6773 configuration will not take affect. 6773 configuration will not take effect.
6774 6774
6775 :term:`SDKPATH` 6775 :term:`SDKPATH`
6776 Defines the path offered to the user for installation of the SDK that 6776 Defines the path offered to the user for installation of the SDK that