]> code.ossystems Code Review - openembedded-core.git/commit
devtool: build: Also run deploy for devtool build if applicable
authorJaewon Lee <jaewon.lee@xilinx.com>
Thu, 13 Jun 2019 23:29:48 +0000 (16:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Aug 2019 20:50:33 +0000 (21:50 +0100)
commitb38a1328f0c7bc4b4102a05daee4058fd3214489
treeca0d138de5d66865cbd8dbea817b52ed72085815
parentac379579c0e5883ec8a79244cd4036f2382b05d1
devtool: build: Also run deploy for devtool build if applicable

Right now `devtool build` runs populate_sysroot and packagedata tasks.
Adding deploy to this list, if the recipe has the deploy task, so that
the newly built artifacts are available in the deploy directory.
Applicable only for packages with deploy task, such as kernel.

[YOCTO#13382]

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/build.py