diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-06-23 11:10:21 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-19 08:42:19 +0100 |
| commit | 365f85179d0a5e8f6d880d3b311f1d2bc2bd928a (patch) | |
| tree | ada31a6cf5ea11ef1ccf1fc49a5611729dd0f5bc | |
| parent | 8ffab431a2829a370771a7ef39411c5cd265ef3f (diff) | |
| download | poky-365f85179d0a5e8f6d880d3b311f1d2bc2bd928a.tar.gz | |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 43 |
1 files changed, 33 insertions, 10 deletions
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 @@ | |||
| 7611 | </para> | 7611 | </para> |
| 7612 | 7612 | ||
| 7613 | <para> | 7613 | <para> |
| 7614 | As described below in the | 7614 | You can use the |
| 7615 | "<link linkend='runtime-package-management-target-ipk'>Using IPK</link>" | 7615 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_ARCHS'><filename>PACKAGE_FEED_ARCHS</filename></ulink>, |
| 7616 | section, if you are using IPK as your package format, you | 7616 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_BASE_PATHS'><filename>PACKAGE_FEED_BASE_PATHS</filename></ulink>, |
| 7617 | can make use of the | 7617 | and |
| 7618 | <filename>distro-feed-configs</filename> recipe provided | 7618 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_URIS'><filename>PACKAGE_FEED_URIS</filename></ulink> |
| 7619 | by <filename>meta-oe</filename> in order to configure your | 7619 | variables to pre-configure target images to use a package |
| 7620 | target to use your IPK databases. | 7620 | feed. |
| 7621 | If you do not define these variables, then manual steps | ||
| 7622 | as described in the subsequent sections are necessary to | ||
| 7623 | configure the target. | ||
| 7624 | You should set these variables before building the image | ||
| 7625 | in order to produce a correctly configured image. | ||
| 7621 | </para> | 7626 | </para> |
| 7622 | 7627 | ||
| 7623 | <para> | 7628 | <para> |
| @@ -7686,7 +7691,13 @@ | |||
| 7686 | The <filename>smart</filename> application performs | 7691 | The <filename>smart</filename> application performs |
| 7687 | runtime package management of RPM packages. | 7692 | runtime package management of RPM packages. |
| 7688 | You must perform an initial setup for | 7693 | You must perform an initial setup for |
| 7689 | <filename>smart</filename> on the target machine. | 7694 | <filename>smart</filename> on the target machine |
| 7695 | if the | ||
| 7696 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_ARCHS'><filename>PACKAGE_FEED_ARCHS</filename></ulink>, | ||
| 7697 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_BASE_PATHS'><filename>PACKAGE_FEED_BASE_PATHS</filename></ulink>, and | ||
| 7698 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_URIS'><filename>PACKAGE_FEED_URIS</filename></ulink> | ||
| 7699 | variables have not been set or the target image was | ||
| 7700 | built before the variables were set. | ||
| 7690 | </para> | 7701 | </para> |
| 7691 | 7702 | ||
| 7692 | <para> | 7703 | <para> |
| @@ -7720,7 +7731,13 @@ | |||
| 7720 | The <filename>opkg</filename> application performs | 7731 | The <filename>opkg</filename> application performs |
| 7721 | runtime package management of IPK packages. | 7732 | runtime package management of IPK packages. |
| 7722 | You must perform an initial setup for | 7733 | You must perform an initial setup for |
| 7723 | <filename>opkg</filename> on the target machine. | 7734 | <filename>opkg</filename> on the target machine |
| 7735 | if the | ||
| 7736 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_ARCHS'><filename>PACKAGE_FEED_ARCHS</filename></ulink>, | ||
| 7737 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_BASE_PATHS'><filename>PACKAGE_FEED_BASE_PATHS</filename></ulink>, and | ||
| 7738 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_URIS'><filename>PACKAGE_FEED_URIS</filename></ulink> | ||
| 7739 | variables have not been set or the target image was | ||
| 7740 | built before the variables were set. | ||
| 7724 | </para> | 7741 | </para> |
| 7725 | 7742 | ||
| 7726 | <para> | 7743 | <para> |
| @@ -7769,7 +7786,13 @@ | |||
| 7769 | This application uses a source list file to find | 7786 | This application uses a source list file to find |
| 7770 | available package databases. | 7787 | available package databases. |
| 7771 | You must perform an initial setup for | 7788 | You must perform an initial setup for |
| 7772 | <filename>apt</filename> on the target machine. | 7789 | <filename>apt</filename> on the target machine |
| 7790 | if the | ||
| 7791 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_ARCHS'><filename>PACKAGE_FEED_ARCHS</filename></ulink>, | ||
| 7792 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_BASE_PATHS'><filename>PACKAGE_FEED_BASE_PATHS</filename></ulink>, and | ||
| 7793 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_FEED_URIS'><filename>PACKAGE_FEED_URIS</filename></ulink> | ||
| 7794 | variables have not been set or the target image was | ||
| 7795 | built before the variables were set. | ||
| 7773 | </para> | 7796 | </para> |
| 7774 | 7797 | ||
| 7775 | <para> | 7798 | <para> |
