]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool: refactor deploy-target
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Mon, 22 Jan 2024 13:58:25 +0000 (14:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Feb 2024 10:36:53 +0000 (10:36 +0000)
commitc8697d1132cbd4b2a2502b4c48e7d91fc18de786
tree0d2da36c56c79b4b2b454eb62784c013994c6397
parent3e8c41ec373a1766f68932d3b979d00e4e3bb3a9
devtool: refactor deploy-target

Make the deploy function independent from d. This allows to call the
function also from Python code not running in bitbake.
This is needed to for the devtool ide plugin which will call the
do_install task and the code from devtool deploy-target independently
from a bitbake server. This allows a much quicker workflow.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/deploy.py