From 365f85179d0a5e8f6d880d3b311f1d2bc2bd928a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 23 Jun 2016 11:10:21 -0700 Subject: dev-manual: Edits to the package feed creation section. Updated the introduction of the trio of variables used for package feed naming in the "Build Considerations" section. Fixes [YOCTO #1882] (From yocto-docs rev: ec0003799935ad9981905a1f8cb72a1748967ca0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 43 +++++++++++++++++----- 1 file changed, 33 insertions(+), 10 deletions(-) (limited to 'documentation') 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. -- cgit v1.2.3-54-g00ecf