aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-25 08:35:13 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-29 17:04:47 +0000
commitd484e58cfe960d44717f035db567ba8f0e2454b6 (patch)
tree661df6cba4b28b474130472dc2c2488b911e6222 /documentation
parent7705b87dc61494a0a983513d6186e4723b808d0a (diff)
downloadopenembedded-core-contrib-d484e58cfe960d44717f035db567ba8f0e2454b6.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/technical-details.xml1
1 files changed, 0 insertions, 1 deletions
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 @@
<literallayout class='monospaced'>
DEPLOYDIR = "${WORKDIR}/deploy-${PN}"
SSTATETASKS += "do_deploy"
- do_deploy[sstate-name] = "deploy"
do_deploy[sstate-inputdirs] = "${DEPLOYDIR}"
do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"