summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-1.4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-1.4.rst')
-rw-r--r--documentation/ref-manual/migration-1.4.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration-1.4.rst b/documentation/ref-manual/migration-1.4.rst
index f5fac7a2ac..deb848749c 100644
--- a/documentation/ref-manual/migration-1.4.rst
+++ b/documentation/ref-manual/migration-1.4.rst
@@ -40,8 +40,7 @@ Differences include the following:
40 40
41- *Shared State Code:* The shared state code has been optimized to 41- *Shared State Code:* The shared state code has been optimized to
42 avoid running unnecessary tasks. For example, the following no longer 42 avoid running unnecessary tasks. For example, the following no longer
43 populates the target sysroot since that is not necessary: 43 populates the target sysroot since that is not necessary::
44 ::
45 44
46 $ bitbake -c rootfs some-image 45 $ bitbake -c rootfs some-image
47 46
@@ -136,8 +135,7 @@ Target Package Management with RPM
136If runtime package management is enabled and the RPM backend is 135If runtime package management is enabled and the RPM backend is
137selected, Smart is now installed for package download, dependency 136selected, Smart is now installed for package download, dependency
138resolution, and upgrades instead of Zypper. For more information on how 137resolution, and upgrades instead of Zypper. For more information on how
139to use Smart, run the following command on the target: 138to use Smart, run the following command on the target::
140::
141 139
142 smart --help 140 smart --help
143 141