diff options
| author | Joshua Watt <jpewhacker@gmail.com> | 2019-09-16 12:49:45 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-18 17:52:01 +0100 |
| commit | 34923e4f772fc57c29421741d2f622eb4009961c (patch) | |
| tree | 76bda7c11d1deb7eb10f71741417f8d2c28f96cd /meta/classes/sstate.bbclass | |
| parent | f12e41c1bbff01009018786b9c46e90103a2c728 (diff) | |
| download | poky-34923e4f772fc57c29421741d2f622eb4009961c.tar.gz | |
Remove SSTATE_HASHEQUIV_SERVER
Removes all references to the SSTATE_HASHEQUIV_SERVER variable. This
variable is redundant now that BB_HASHSERVE is present.
(From OE-Core rev: 54b3adb6bc90a8e4b9e92952688772ee074d36e5)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/sstate.bbclass')
| -rw-r--r-- | meta/classes/sstate.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 11222223a9..b47b9c23bf 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
| @@ -89,11 +89,6 @@ SSTATE_HASHEQUIV_METHOD[doc] = "The fully-qualified function used to calculate \ | |||
| 89 | the output hash for a task, which in turn is used to determine equivalency. \ | 89 | the output hash for a task, which in turn is used to determine equivalency. \ |
| 90 | " | 90 | " |
| 91 | 91 | ||
| 92 | SSTATE_HASHEQUIV_SERVER ?= "" | ||
| 93 | SSTATE_HASHEQUIV_SERVER[doc] = "The hash equivalence sever. For example, \ | ||
| 94 | 'http://192.168.0.1:5000'. Do not include a trailing slash \ | ||
| 95 | " | ||
| 96 | |||
| 97 | SSTATE_HASHEQUIV_REPORT_TASKDATA ?= "0" | 92 | SSTATE_HASHEQUIV_REPORT_TASKDATA ?= "0" |
| 98 | SSTATE_HASHEQUIV_REPORT_TASKDATA[doc] = "Report additional useful data to the \ | 93 | SSTATE_HASHEQUIV_REPORT_TASKDATA[doc] = "Report additional useful data to the \ |
| 99 | hash equivalency server, such as PN, PV, taskname, etc. This information \ | 94 | hash equivalency server, such as PN, PV, taskname, etc. This information \ |
