summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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:24 +0100
commita679fadba2a94ec484debbc086ab8756be73a7af (patch)
treeefed1fca8a789f8ba835659d5518f44685db2f9c /documentation/ref-manual
parent85dc4f53d8b5bad601301b076f663d51451508ad (diff)
downloadpoky-a679fadba2a94ec484debbc086ab8756be73a7af.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')
-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