]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:49:07 +0000 (14:49 +0100)
commit18ba941eb0266eed61dd6a6407fd9a8d0f46425d
treeb5c2a7ac002ec4bc593d993f2f5197e2c8bc99fa
parent60822a633926554e43319e8f2f5cc4fb8a5cab16
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>
meta/lib/oe/package_manager.py