diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-05-02 14:15:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-10 12:13:32 +0100 |
commit | e801e6e7dd586b46ea8e23e63128059d9ea06605 (patch) | |
tree | 4facd4c68b4c06318fc16d6074b61a52023d15c1 | |
parent | d815dfbea379b427bdad10f6f8cdaf6a3d484306 (diff) | |
download | poky-e801e6e7dd586b46ea8e23e63128059d9ea06605.tar.gz |
ref-manual: Removed text surrounding BB_SETSCENE_VERIFY_FUNCTION* vars
The BB_SETSCENE_VERIFY_FUNCTION2 variable no longer exists. I removed
a link to the BB manual to this variable description, which no
longer exists. Also, removed a paragraph in the discussion around
setscene that talked about the variable.
(From yocto-docs rev: 1f8e3d53ee72c369cb1211332e074976737fd76b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/closer-look.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index bf48d4197c..459d571926 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml | |||
@@ -1405,17 +1405,6 @@ | |||
1405 | relationship the function needs to be passed. | 1405 | relationship the function needs to be passed. |
1406 | The function returns a True or False value. | 1406 | The function returns a True or False value. |
1407 | </para> | 1407 | </para> |
1408 | |||
1409 | <para> | ||
1410 | Once the setscene process completes, the OpenEmbedded build | ||
1411 | system has a list of tasks that it believes it can "accelerate" | ||
1412 | and therefore does not need to run. | ||
1413 | There is a final function call to the function specified by the | ||
1414 | <filename>BB_SETSCENE_VERIFY_FUNCTION2</filename> | ||
1415 | variable that is able to require the tasks to be run that | ||
1416 | that the OpenEmbedded build system initially was going to | ||
1417 | skip. | ||
1418 | </para> | ||
1419 | </section> | 1408 | </section> |
1420 | </section> | 1409 | </section> |
1421 | 1410 | ||