diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-12-22 13:01:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-22 22:23:06 +0000 |
commit | 8ee50cf71d6ad1fa0ca4aa2212e6f617ec766063 (patch) | |
tree | 5d9609bdb76a8a29b6ae4f9c15eacbfb0155d968 /documentation | |
parent | 894aa73d4ad59be2a1df3eee1b2e6ee5738d8277 (diff) | |
download | poky-8ee50cf71d6ad1fa0ca4aa2212e6f617ec766063.tar.gz |
dev-manual: Updated "Using RPM" section
Fixes [YOCTO #12419]
Updated the example to use http://my.server as the base.
(From yocto-docs rev: c61769ce2cd7fafbd5f1b349ecf9ac75dbae1a6f)
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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 2ee42c68fe..dd74e7cd65 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -7863,7 +7863,7 @@ Some notes from Cal: | |||
7863 | file with the following content: | 7863 | file with the following content: |
7864 | <literallayout class='monospaced'> | 7864 | <literallayout class='monospaced'> |
7865 | [oe-packages] | 7865 | [oe-packages] |
7866 | baseurl=http://my.server/rpm/i586 http://my.server/rpm/qemux86 http://my.server/rpm/all | 7866 | baseurl=http://my.server http://my.server/rpm/qemux86 http://my.server/rpm/all |
7867 | </literallayout> | 7867 | </literallayout> |
7868 | From the target machine, fetch the repository: | 7868 | From the target machine, fetch the repository: |
7869 | <literallayout class='monospaced'> | 7869 | <literallayout class='monospaced'> |