diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-02-08 14:43:38 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-17 12:03:57 +0000 |
commit | d276df78f24a00a919472b6fadb7b78e3b3b36f4 (patch) | |
tree | 203233be02065444d6f0f0e4285257f7cd63f95a /bitbake/doc/bitbake-user-manual | |
parent | 83771beb99462366e5eada75e2687ae6a1bd0890 (diff) | |
download | poky-d276df78f24a00a919472b6fadb7b78e3b3b36f4.tar.gz |
bitbake: doc: correct typo of 'BitBack'
(Bitbake rev: 88b8b5f6f17c18f57f8f9f7863483792f29e22ef)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 383f94b162..bb5a7f861b 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -1864,7 +1864,7 @@ | |||
1864 | accessing your <filename>$HOME/.ccache</filename> | 1864 | accessing your <filename>$HOME/.ccache</filename> |
1865 | directory. | 1865 | directory. |
1866 | The following command "whitelists" the environment variable | 1866 | The following command "whitelists" the environment variable |
1867 | <filename>CCACHE_DIR</filename> causing BitBack to allow that | 1867 | <filename>CCACHE_DIR</filename> causing BitBake to allow that |
1868 | variable into the datastore: | 1868 | variable into the datastore: |
1869 | <literallayout class='monospaced'> | 1869 | <literallayout class='monospaced'> |
1870 | export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE CCACHE_DIR" | 1870 | export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE CCACHE_DIR" |