]> code.ossystems Code Review - openembedded-core.git/commit
archiver.bbclass: Make do_deploy_archives a recursive dependency
authorPaul Barker <pbarker@konsulko.com>
Mon, 9 Mar 2020 14:21:36 +0000 (14:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 May 2020 05:31:53 +0000 (06:31 +0100)
commitcd3f766ae1875dfa1f63b68e2ae5b6a950ce67ae
tree49d2039427942b1352b28ce434ce2d52976aa86e
parent8a5d917f6a5bfae4fe86e0e4e0c0564476028965
archiver.bbclass: Make do_deploy_archives a recursive dependency

To ensure that archives are captured for all dependencies of a typical
bitbake build we add do_deploy_archives to the list of recursive
dependencies of do_build. Without this, archives may be missed for
recipes such as gcc-source which do not create packages or populate a
sysroot.

do_deploy_archives is also added to the recursive dependencies of
do_populate_sdk so that all sources required for an SDK can be captured.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/archiver.bbclass