From 1a4c0bfafdbd607606587752eec57641a9a4c9f1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 27 Mar 2017 12:47:57 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/closer-look.xml | 2 +- documentation/ref-manual/ref-classes.xml | 2 +- documentation/ref-manual/ref-variables.xml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') 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 @@ Package installation is under control of the package manager - (e.g. smart/rpm, opkg, or apt/dpkg) regardless of whether or + (e.g. dnf/rpm, opkg, or apt/dpkg) regardless of whether or not package management is enabled for the target. At the end of the process, if package management is not 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 @@ If you take the optional step to set up a repository (package feed) - on the development host that can be used by Smart, you can + on the development host that can be used by Dnf, you can install packages from the feed while you are running the image on the target (i.e. runtime installation of packages). 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" The TEST_SERVER_IP variable is only used for a small number of tests such as - the "smart" test suite, which needs to download - packages from DEPLOY_DIR/rpm. + the "dnf" test suite, which needs to download + packages from + WORKDIR/oe-rootfs-repo. -- cgit v1.2.3-54-g00ecf