diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-01-25 08:35:13 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-29 17:04:47 +0000 |
commit | d484e58cfe960d44717f035db567ba8f0e2454b6 (patch) | |
tree | 661df6cba4b28b474130472dc2c2488b911e6222 /documentation/ref-manual | |
parent | 7705b87dc61494a0a983513d6186e4723b808d0a (diff) | |
download | poky-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/ref-manual')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 1 |
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 @@ | |||
665 | <literallayout class='monospaced'> | 665 | <literallayout class='monospaced'> |
666 | DEPLOYDIR = "${WORKDIR}/deploy-${PN}" | 666 | DEPLOYDIR = "${WORKDIR}/deploy-${PN}" |
667 | SSTATETASKS += "do_deploy" | 667 | SSTATETASKS += "do_deploy" |
668 | do_deploy[sstate-name] = "deploy" | ||
669 | do_deploy[sstate-inputdirs] = "${DEPLOYDIR}" | 668 | do_deploy[sstate-inputdirs] = "${DEPLOYDIR}" |
670 | do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}" | 669 | do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}" |
671 | 670 | ||