From d484e58cfe960d44717f035db567ba8f0e2454b6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 25 Jan 2016 08:35:13 -0800 Subject: [PATCH] ref-manual: Removed obsolete do_deploy statement from "Shared State" The do_deploy[sstate-name] = "deploy" statement in the "Shared State" section was obsolete. I removed it. Fixes [YOCTO #8995] (From yocto-docs rev: e1836a405fcc89cd964e2e71597091161c53224b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/technical-details.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index bd4ad8f21f..6b4deb3177 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -665,7 +665,6 @@ DEPLOYDIR = "${WORKDIR}/deploy-${PN}" SSTATETASKS += "do_deploy" - do_deploy[sstate-name] = "deploy" do_deploy[sstate-inputdirs] = "${DEPLOYDIR}" do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"