diff options
Diffstat (limited to 'meta/classes')
-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 \ |