]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cmake: Add PACKAGECONFIG option for debugger support
authorNikhil R <nikhilr5@kpit.com>
Mon, 11 Aug 2025 04:58:02 +0000 (10:28 +0530)
committerSteve Sakoman <steve@sakoman.com>
Thu, 14 Aug 2025 14:34:07 +0000 (07:34 -0700)
commit776846eb8aa2f5f8c1ec8842cdbaff6b6bcdfa65
tree509320c1ead8672b64cc786e8b59be57ecebf473
parent6d88a28ac7b6ff61808eb46e5c85dabd17c77f2e
cmake: Add PACKAGECONFIG option for debugger support

Starting from CMake version 2.27 support for interactive debugging of CMake
scripts and configurations was added. However, by default the `nativesdk-cmake`
is compiled with debugger support turned off.

This change adds debugger support for cmake

(From OE-Core rev: 8acfca456c3502f0d097ba01a2d08f83fb75ab60)

Signed-off-by: Nikhil R <nikhilr5@kpit.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/cmake/cmake_3.28.3.bb