]> 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, 5 Apr 2018 13:48:58 +0000 (14:48 +0100)
commit002a71eaa7606828c399972d8fd35e19e7b71929
treeb765aa32a8b9419358f0e298d4fb2aed7b3aa9a4
parent782fb864349d4f5c07a38f0e117659bfb841d3c2
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

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