summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-03-30 17:36:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-29 11:41:57 +0100
commit683b3592160370b580e78d105d44e7ecc65b80eb (patch)
treef030ce5474dbc48dbad2540547bdb3f9ac558c28 /documentation
parent47cfa7747df484286fe17e861f50cd095666963c (diff)
downloadpoky-683b3592160370b580e78d105d44e7ecc65b80eb.tar.gz
ref-manual: Updated SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS variable
For commit 8608810da1c91116415dc568b2a1a929c923c629, the special token (*) addition did not apply to the rocko release. I have taken that out of the variable description. (From yocto-docs rev: a7ba7b6e9b4fcb457d43fc1e86aa0dbcefe1399e) 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.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 84614ea486..506ee90d25 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12532,23 +12532,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12532 </para> 12532 </para>
12533 12533
12534 <para> 12534 <para>
12535 You can use the special token <filename>"*"</filename> on
12536 the left-hand side of the dependency to match all
12537 recipes except the one on the right-hand side.
12538 Here is an example:
12539 <literallayout class='monospaced'>
12540 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
12541 </literallayout>
12542 </para>
12543
12544 <para>
12545 In the previous example, all recipes except
12546 <filename>quilt-native</filename> ignore task
12547 signatures from the <filename>quilt-native</filename>
12548 recipe when determining their task signatures.
12549 </para>
12550
12551 <para>
12552 Use of this variable is one mechanism to remove dependencies 12535 Use of this variable is one mechanism to remove dependencies
12553 that affect task signatures and thus force rebuilds when a 12536 that affect task signatures and thus force rebuilds when a
12554 recipe changes. 12537 recipe changes.