summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-03-20 12:16:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-25 09:41:12 +0100
commit955e49c134e6093be47bb7035a0222bd00651135 (patch)
treebafd3eb805667e63e6b670428b5e8580e74628de /documentation
parent4fda1ea35352d7d8acd76eb7d11dddb736966fec (diff)
downloadpoky-955e49c134e6093be47bb7035a0222bd00651135.tar.gz
dev-manual: Created tip for using server outside of build area
Fixes [YOCTO #12419] In the section on runtime package management, I created a "Tip" box to tell the user about using a location for the package index information outside of the "deploy" area of the hosts build directory. (From yocto-docs rev: 2aee814d3d3ed4052fca332693d5416907ae640e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 6bb4275267..20f97b9f86 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -9184,12 +9184,17 @@ Some notes from Cal:
9184 The critical requirement is that the URIs in the 9184 The critical requirement is that the URIs in the
9185 target repository configuration point to the 9185 target repository configuration point to the
9186 correct remote location for the feeds. 9186 correct remote location for the feeds.
9187 This example uses a location outside of the build 9187 <note><title>Tip</title>
9188 system's <filename>deploy</filename> directory. 9188 For development purposes, you can point the web
9189 Realize that it is possible to run a web server 9189 server to the build system's
9190 that gets the databases from 9190 <filename>deploy</filename> directory.
9191 <filename>deploy</filename> directory where the image 9191 However, for production use, it is better to copy
9192 was built. 9192 the package directories to a location outside of
9193 the build area and use that location.
9194 Doing so avoids situations where the build system
9195 overwrites or changes the
9196 <filename>deploy</filename> directory.
9197 </note>
9193 </para> 9198 </para>
9194 9199
9195 <para> 9200 <para>