diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-10-13 15:03:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-19 12:56:32 +0100 |
commit | 97ac70175f1fe6095b75c851578d65fed4eb9476 (patch) | |
tree | dfb3c93662e780e4fcac7105b63a29c0cf3cd736 /documentation/ref-manual | |
parent | 069adf7d803b556ecacdda06ef08ae7128d61a63 (diff) | |
download | poky-97ac70175f1fe6095b75c851578d65fed4eb9476.tar.gz |
ref-manual: Changed BB_SETSCENE_VERIFY_FUNCTION name
The BB_SETSCENE_VERIFY_FUNCTION variable has effectively changed
names to be BB_SETSCENE_VERIFY_FUNCTION2. I made the one instance
of it correct here.
(From yocto-docs rev: c2864dace370d7a43234f4728b33f25082e628e3)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/closer-look.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index 0278687def..b73e59ca7e 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml | |||
@@ -1398,7 +1398,7 @@ | |||
1398 | system has a list of tasks that it believes it can "accelerate" | 1398 | system has a list of tasks that it believes it can "accelerate" |
1399 | and therefore does not need to run. | 1399 | and therefore does not need to run. |
1400 | There is a final function call to the function specified by the | 1400 | There is a final function call to the function specified by the |
1401 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SETSCENE_VERIFY_FUNCTION'><filename>BB_SETSCENE_VERIFY_FUNCTION</filename></ulink> | 1401 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SETSCENE_VERIFY_FUNCTION2'><filename>BB_SETSCENE_VERIFY_FUNCTION2</filename></ulink> |
1402 | variable that is able to require the tasks to be run that | 1402 | variable that is able to require the tasks to be run that |
1403 | that the OpenEmbedded build system initially was going to | 1403 | that the OpenEmbedded build system initially was going to |
1404 | skip. | 1404 | skip. |