]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
archiver.bbclass: Fix --runall=deploy_archives for images rbt/3fixes
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 1 Dec 2020 10:58:14 +0000 (02:58 -0800)
committerRobert Yang <liezhi.yang@windriver.com>
Tue, 8 Dec 2020 08:01:08 +0000 (00:01 -0800)
commit365004069db0ab7de09f8da1ede825ca37cc716b
tree5d78a9d94cf0368a507e7004e0ef8df2c1a1f840
parente72b952d036eec8d78dc106f876fc5b97999fd07
archiver.bbclass: Fix --runall=deploy_archives for images

Fixed:
INHERIT += "archiver"
COPYLEFT_LICENSE_INCLUDE = "*"

$ bitbake core-image-minimal --runall=deploy_archives
[snip]
KeyError: '/path/to/meta/recipes-core/images/core-image-minimal.bb:do_ar_original'
[snip]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/archiver.bbclass