]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: Skip gpgcheck while using dnf on target
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Tue, 3 Apr 2018 20:35:04 +0000 (13:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 08:52:10 +0000 (09:52 +0100)
commit21ca5428fa320aa4c925fe8a1a141c7df863fa84
tree9053c1498aae6e2b6c275e208e95bdbe9938840e
parentebb6c4f6a2bb6a6be4b3c4f8b7095bad529c62ea
package_manager.py: Skip gpgcheck while using dnf on target

By default, RPM_SIGN_PACKAGES is not defined. Add gpgcheck=0 to
oe-remote-repo.repo file, otherwise dnf will complain during
install operation on target

Note, RPM_SIGN_PACKAGES is set only when you inherit sign_rpm explicitly

(From OE-Core rev: 002a71eaa7606828c399972d8fd35e19e7b71929)

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/lib/oe/package_manager.py