diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-08-23 13:24:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-24 19:49:36 -0700 |
commit | 88c16945fac644e188532e0714fa664efc5ed218 (patch) | |
tree | febf0cbde5b9c90430d9f4042389990b8d39bfa3 | |
parent | e4e0d026c17bf628d18fb8ee9e6c59498c37e57c (diff) | |
download | poky-88c16945fac644e188532e0714fa664efc5ed218.tar.gz |
documentation: SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS
This variable was renamed (to match OE) in the Yocto 1.1 development
cycle.
(From yocto-docs rev: 5cda8fe3b5dd18b629ccd13427da3b5743ae66ce)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index 905538d878..4530754249 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml | |||
@@ -370,7 +370,7 @@ | |||
370 | 370 | ||
371 | <para> | 371 | <para> |
372 | The class also provides variables like | 372 | The class also provides variables like |
373 | <filename><link linkend='var-SITEINFO_ENDIANESS'>SITEINFO_ENDIANESS</link></filename> | 373 | <filename><link linkend='var-SITEINFO_ENDIANNESS'>SITEINFO_ENDIANNESS</link></filename> |
374 | and <filename><link linkend='var-SITEINFO_BITS'>SITEINFO_BITS</link></filename> | 374 | and <filename><link linkend='var-SITEINFO_BITS'>SITEINFO_BITS</link></filename> |
375 | that can be used elsewhere in the metadata. | 375 | that can be used elsewhere in the metadata. |
376 | </para> | 376 | </para> |
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index e60f2ae5ae..81dbf0c1ca 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -885,7 +885,7 @@ | |||
885 | </glossdef> | 885 | </glossdef> |
886 | </glossentry> | 886 | </glossentry> |
887 | 887 | ||
888 | <glossentry id='var-SITEINFO_ENDIANESS'><glossterm>SITEINFO_ENDIANESS</glossterm> | 888 | <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm> |
889 | <glossdef> | 889 | <glossdef> |
890 | <para> | 890 | <para> |
891 | Specifies the endian byte order of the target system. | 891 | Specifies the endian byte order of the target system. |