mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f8f44cb476
commit
fdcbca09f8
@@ -1850,7 +1850,7 @@ system and gives an overview of their function and contents.
|
|||||||
|
|
||||||
:term:`DISTRO_EXTRA_RDEPENDS`
|
:term:`DISTRO_EXTRA_RDEPENDS`
|
||||||
Specifies a list of distro-specific packages to add to all images.
|
Specifies a list of distro-specific packages to add to all images.
|
||||||
This variable takes affect through ``packagegroup-base`` so the
|
This variable takes effect through ``packagegroup-base`` so the
|
||||||
variable only really applies to the more full-featured images that
|
variable only really applies to the more full-featured images that
|
||||||
include ``packagegroup-base``. You can use this variable to keep
|
include ``packagegroup-base``. You can use this variable to keep
|
||||||
distro policy out of generic images. As with all other distro
|
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.
|
|||||||
:term:`KERNEL_VERSION`
|
:term:`KERNEL_VERSION`
|
||||||
Specifies the version of the kernel as extracted from ``version.h``
|
Specifies the version of the kernel as extracted from ``version.h``
|
||||||
or ``utsrelease.h`` within the kernel sources. Effects of setting
|
or ``utsrelease.h`` within the kernel sources. Effects of setting
|
||||||
this variable do not take affect until the kernel has been
|
this variable do not take effect until the kernel has been
|
||||||
configured. Consequently, attempting to refer to this variable in
|
configured. Consequently, attempting to refer to this variable in
|
||||||
contexts prior to configuration will not work.
|
contexts prior to configuration will not work.
|
||||||
|
|
||||||
@@ -6770,7 +6770,7 @@ system and gives an overview of their function and contents.
|
|||||||
|
|
||||||
You cannot set the :term:`SDKMACHINE`
|
You cannot set the :term:`SDKMACHINE`
|
||||||
variable in your distribution configuration file. If you do, the
|
variable in your distribution configuration file. If you do, the
|
||||||
configuration will not take affect.
|
configuration will not take effect.
|
||||||
|
|
||||||
:term:`SDKPATH`
|
:term:`SDKPATH`
|
||||||
Defines the path offered to the user for installation of the SDK that
|
Defines the path offered to the user for installation of the SDK that
|
||||||
|
|||||||
@@ -315,7 +315,7 @@ command:
|
|||||||
$ devtool edit-recipe recipe
|
$ devtool edit-recipe recipe
|
||||||
|
|
||||||
From within the editor, you
|
From within the editor, you
|
||||||
can make modifications to the recipe that take affect when you build
|
can make modifications to the recipe that take effect when you build
|
||||||
it later.
|
it later.
|
||||||
|
|
||||||
3. *Build the Recipe or Rebuild the Image*: The next step you take
|
3. *Build the Recipe or Rebuild the Image*: The next step you take
|
||||||
|
|||||||
Reference in New Issue
Block a user