diff options
author | Ola x Nilsson <ola.x.nilsson@axis.com> | 2017-01-09 17:44:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 18:01:53 +0000 |
commit | cfaad320d9565003e97893efcb14d00d0b8e23bb (patch) | |
tree | c565e8082965874d1b5dd1122641b1b8c9ba035d /scripts | |
parent | 785f0343d04c1684363b5289a3012cf7e1caa95f (diff) | |
download | openembedded-core-cfaad320d9565003e97893efcb14d00d0b8e23bb.tar.gz openembedded-core-cfaad320d9565003e97893efcb14d00d0b8e23bb.tar.bz2 openembedded-core-cfaad320d9565003e97893efcb14d00d0b8e23bb.zip |
externalsrc.bbclass: Add task buildclean
The buildclean task should call the package build system clean
command, just implemented for Make for now.
This is meant for recipes where S == B, but can be useful as a
standalone task for other recipes too.
When S == B, set it to run before do_clean which will do what most
developers expect when calling bitbake -c clean. For S != B, do not
add it before clean as it is not needed and may take some time.
Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions