mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
dev-manual: Updated Using RPM example
Fixes [YOCTO #11699] Configuration example didn't work with "" around baseurl. Removed "". (From yocto-docs rev: c40d818fb92904b74e677749ee16c52716dd02a9) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1501ab0c6e
commit
d6c3c579d0
@@ -8740,7 +8740,7 @@
|
||||
file with the following content:
|
||||
<literallayout class='monospaced'>
|
||||
[oe-packages]
|
||||
baseurl="http://my.server/rpm/i586 http://my.server/rpm/qemux86 http://my.server/rpm/all"
|
||||
baseurl=http://my.server/rpm/i586 http://my.server/rpm/qemux86 http://my.server/rpm/all
|
||||
</literallayout>
|
||||
From the target machine, fetch the repository:
|
||||
<literallayout class='monospaced'>
|
||||
|
||||
Reference in New Issue
Block a user