]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: ide-sdk launch.json per recipe only
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Sun, 25 Feb 2024 20:47:00 +0000 (21:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Feb 2024 11:38:44 +0000 (11:38 +0000)
commit63986b2c40d90fe96cdc6a46aa649efcf17f6ac2
tree9cddb272e52609445c018117f65a04ce36a8255b
parent1a9013c3767d174a970d31e80748bc8d73af0dba
devtool: ide-sdk launch.json per recipe only

If multiple recipes are processed at once, the launch.json and the
tasks.json of the second recipe contains also the configurations for the
binaries of the first recipe.

Example:
  devtool ide-sdk powertop cmake-example oe-selftest-image
generated a launch and a tasks configuration for the cmake-example
recipe which also offers debugging the powertop binary.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/ide_plugins/ide_code.py