]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.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 16:19:33 +0000 (08:19 -0800)
commitfa30d8dd71393e10aa678c6e938c23d486b336c6
treec83e2c6cfa81a1a8d9dff5dfd40cd19c11389eec
parentd7bd9c6276611c8c8de0c2a24947783eae5d932a
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