diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-03-27 12:47:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-31 12:14:17 +0100 |
commit | 1a4c0bfafdbd607606587752eec57641a9a4c9f1 (patch) | |
tree | 15da751d32518ecfd306ad2e2a6119450dfb6fd2 /documentation/ref-manual | |
parent | 646130271f7c66817cc80100d7fa44fc512d3345 (diff) | |
download | poky-1a4c0bfafdbd607606587752eec57641a9a4c9f1.tar.gz |
dev-manual; ref-manual: Updates to replace "smart" with "dnf"
Fixes [YOCTO #9675]
Various fixes to replace the "smart" package manager references
with "dnf".
(From yocto-docs rev: 721dc7fb637c4c03534eb19f61b0b08a7303826d)
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/closer-look.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index b73e59ca7e..d7b47d83da 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml | |||
@@ -1054,7 +1054,7 @@ | |||
1054 | 1054 | ||
1055 | <para> | 1055 | <para> |
1056 | Package installation is under control of the package manager | 1056 | Package installation is under control of the package manager |
1057 | (e.g. smart/rpm, opkg, or apt/dpkg) regardless of whether or | 1057 | (e.g. dnf/rpm, opkg, or apt/dpkg) regardless of whether or |
1058 | not package management is enabled for the target. | 1058 | not package management is enabled for the target. |
1059 | At the end of the process, if package management is not | 1059 | At the end of the process, if package management is not |
1060 | enabled for the target, the package manager's data files | 1060 | enabled for the target, the package manager's data files |
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index f7b1126d7c..3d9fbf695d 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2374,7 +2374,7 @@ | |||
2374 | 2374 | ||
2375 | <para> | 2375 | <para> |
2376 | If you take the optional step to set up a repository (package feed) | 2376 | If you take the optional step to set up a repository (package feed) |
2377 | on the development host that can be used by Smart, you can | 2377 | on the development host that can be used by Dnf, you can |
2378 | install packages from the feed while you are running the image | 2378 | install packages from the feed while you are running the image |
2379 | on the target (i.e. runtime installation of packages). | 2379 | on the target (i.e. runtime installation of packages). |
2380 | For more information, see the | 2380 | For more information, see the |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4a42c5c00e..758de36e70 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -14352,8 +14352,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
14352 | <note> | 14352 | <note> |
14353 | The <filename>TEST_SERVER_IP</filename> variable | 14353 | The <filename>TEST_SERVER_IP</filename> variable |
14354 | is only used for a small number of tests such as | 14354 | is only used for a small number of tests such as |
14355 | the "smart" test suite, which needs to download | 14355 | the "dnf" test suite, which needs to download |
14356 | packages from <filename>DEPLOY_DIR/rpm</filename>. | 14356 | packages from |
14357 | <filename>WORKDIR/oe-rootfs-repo</filename>. | ||
14357 | </note> | 14358 | </note> |
14358 | </para> | 14359 | </para> |
14359 | </glossdef> | 14360 | </glossdef> |