diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0c1306d145..219594f94f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -7611,13 +7611,18 @@ - As described below in the - "Using IPK" - section, if you are using IPK as your package format, you - can make use of the - distro-feed-configs recipe provided - by meta-oe in order to configure your - target to use your IPK databases. + You can use the + PACKAGE_FEED_ARCHS, + PACKAGE_FEED_BASE_PATHS, + and + PACKAGE_FEED_URIS + variables to pre-configure target images to use a package + feed. + If you do not define these variables, then manual steps + as described in the subsequent sections are necessary to + configure the target. + You should set these variables before building the image + in order to produce a correctly configured image. @@ -7686,7 +7691,13 @@ The smart application performs runtime package management of RPM packages. You must perform an initial setup for - smart on the target machine. + smart on the target machine + if the + PACKAGE_FEED_ARCHS, + PACKAGE_FEED_BASE_PATHS, and + PACKAGE_FEED_URIS + variables have not been set or the target image was + built before the variables were set. @@ -7720,7 +7731,13 @@ The opkg application performs runtime package management of IPK packages. You must perform an initial setup for - opkg on the target machine. + opkg on the target machine + if the + PACKAGE_FEED_ARCHS, + PACKAGE_FEED_BASE_PATHS, and + PACKAGE_FEED_URIS + variables have not been set or the target image was + built before the variables were set. @@ -7769,7 +7786,13 @@ This application uses a source list file to find available package databases. You must perform an initial setup for - apt on the target machine. + apt on the target machine + if the + PACKAGE_FEED_ARCHS, + PACKAGE_FEED_BASE_PATHS, and + PACKAGE_FEED_URIS + variables have not been set or the target image was + built before the variables were set.