]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: modify support debug-builds
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Sun, 26 Jan 2025 12:48:02 +0000 (13:48 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 29 Jan 2025 14:42:16 +0000 (06:42 -0800)
commitc1bea1549d3bc47845b7c23158d48fad8e17277e
tree137b1e6ed9bd65cff9d3c47212b905ecc5286308
parent622f866e00c0c3bdc80670df04378cb49381ea9c
devtool: modify support debug-builds

Add a new option --debug-builds to automatically add DEBUG_BUILD = “1”
to the bbappend file of this recipe. This is especially useful when
invoking devtool modify before invoking devtool ide-sdk to perform a
remote debugging session.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/devtool/standard.py