summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-12 09:59:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:17 +0100
commit326eb45738761911e4b6e259189889dc9e9c1f13 (patch)
tree1fd539f03e97a02da11e35c1ff62973075a844bc /documentation/ref-manual/migration.xml
parentca9ca7b77713fb48d5ad4a315dc4700705af9e1e (diff)
downloadpoky-326eb45738761911e4b6e259189889dc9e9c1f13.tar.gz
ref-manual: Added "Target Package Management with RMP" section.
New section for the Migration chapter. Reported-by: Paul Eggleton <paul.eggleton@linux.com> (From yocto-docs rev: 34745eec0f30d1ee5e02c1e681d7506a85d78aa9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r--documentation/ref-manual/migration.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 57925cc583..a0da6b75c7 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -363,6 +363,21 @@
363 </para> 363 </para>
364 </section> 364 </section>
365 365
366 <section id='migration-target-package-management-with-rpm'>
367 <title>Target Package Management with RPM</title>
368
369 <para>
370 If runtime package management is enabled and the RPM backend
371 is selected, Smart is now installed for package download, dependency
372 resolution, and upgrades instead of Zypper.
373 For more information on how to use Smart, run the following command
374 on the target:
375 <literallayout class='monospaced'>
376 smart --help
377 </literallayout>
378 </para>
379 </section>
380
366 <section id='migration-1.4-recipes-moved'> 381 <section id='migration-1.4-recipes-moved'>
367 <title>Recipes Moved</title> 382 <title>Recipes Moved</title>
368 383