diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-11-06 11:16:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:54:54 +0000 |
commit | 356355d1a7054c76e101e7e38a75f5a5ac5d62f0 (patch) | |
tree | 2ffd39e4ee4b370cea12b135b8ea50c81c261358 /documentation | |
parent | 8b9e5b95e59449f5dc387c2585d6aa6ecaef1ccf (diff) | |
download | poky-356355d1a7054c76e101e7e38a75f5a5ac5d62f0.tar.gz poky-356355d1a7054c76e101e7e38a75f5a5ac5d62f0.tar.bz2 poky-356355d1a7054c76e101e7e38a75f5a5ac5d62f0.zip |
ref-manual: Changed "post 2.6" to correct wording.
I changed the wording "post 2.6" to state "2.6 and
forward". It was incorrect as the changes are inclusive
of YP release 2.6.
(From yocto-docs rev: 93720a1c072ad6268cb5681c51660f03059d880a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 562866f9ee..9b86eb85cd 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7515,7 +7515,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" <glossentry id='var-KERNEL_IMAGE_BASE_NAME'><glossterm>KERNEL_IMAGE_BASE_NAME</glossterm> <info> - KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image. Deprecated post Yocto Project 2.6 release." + KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image. Deprecated for Yocto Project 2.6 release and forward." </info> <glossdef> <para role="glossdeffirst"> @@ -7525,7 +7525,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" <link linkend='var-KERNEL_IMAGE_NAME'><filename>KERNEL_IMAGE_NAME</filename></link> variable for information. The <filename>KERNEL_IMAGE_BASE_NAME</filename> - variable's name has changed post Yocto Project 2.6. + variable's name has changed for Yocto Project 2.6 + release and forward. </note> Prior to the 2.6 release of Yocto Project, this variable was set in the |