]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: Generate separate repo entries per arch
authorIan.Arkver <ian.arkver.dev@gmail.com>
Thu, 13 Apr 2017 14:42:36 +0000 (15:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2017 22:57:38 +0000 (23:57 +0100)
commit3eed822b5c5661aa9f43af6582c1481bacf0d39a
tree4680f633203f785d15071bc5162675599f0a5ca6
parent67bce43ef15bf641f1b1153a0408c4dc841ae8d6
package_manager.py: Generate separate repo entries per arch

dnf requires a serparate repo for each architecture. This patch
writes one config file per PACKAGE_FEED_URIS entry with an entry
for each architecture, if any.

It also uses a space separated version of the repo id as the repo
name instead of just the id again.

Signed-off-by: Ian.Arkver <ian.arkver.dev@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py