]> code.ossystems Code Review - openembedded-core.git/commit
archiver.bbclass: Fix --runall=deploy_archives for images
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 8 Dec 2020 08:03:57 +0000 (00:03 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Dec 2020 22:45:24 +0000 (22:45 +0000)
commit59785a51110c450c7629218f6042f1d9d309618e
treef3ce921934705c3a25a6342719d081b290e220fc
parent15198ebe8a0fc58c2d1122b956fca092c66a0d41
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/archiver.bbclass