From 0caf1dc9250b8df237d4a46a3a3f4419f1bea3e9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 31 May 2018 13:57:16 -0700 Subject: sdk-manual: Edits to "Restoring the Target Device to its Original State" Fixed a grammar error and made a few other corrections. (From yocto-docs rev: 22c2f0643975b620fb543b651eae7c510b141770) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index 5df700bee8..bc77bed86c 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml @@ -1648,29 +1648,29 @@ devtool deploy-target command. Because the devtool deploy-target command backs up any files it overwrites, you can use the - devtool undeploy-target to restore those files - and remove any other files the recipe deployed. + devtool undeploy-target command to restore + those files and remove any other files the recipe deployed. Consider the following example: $ devtool undeploy-target lighttpd root@192.168.7.2 If you have deployed multiple applications, you can remove them - all at once thus restoring the target device back to its + all using the "-a" option thus restoring the target device to its original state: $ devtool undeploy-target -a root@192.168.7.2 Information about files deployed to the target as well as any backed up files are stored on the target itself. - This storage of course requires some additional space + This storage, of course, requires some additional space on the target machine. The devtool deploy-target and - devtool undeploy-target command do not + devtool undeploy-target commands do not currently interact with any package management system on the target device (e.g. RPM or OPKG). - Consequently, you should not intermingle operations - devtool deploy-target and the package + Consequently, you should not intermingle + devtool deploy-target and package manager operations on the target device. Doing so could result in a conflicting set of files. -- cgit v1.2.3-54-g00ecf