All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Automatically add compile_commands.json to ${S}
@ 2025-08-03  1:04 Anakin Childerhose
  2025-08-03  1:04 ` [PATCH 1/3] clangd: add compile_commands.bbclass Anakin Childerhose
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anakin Childerhose @ 2025-08-03  1:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Anakin Childerhose

To better take advantage of Meson and Cmake's automatic generation of a
compile_commands.json file for the clangd language server, link the
${B}/compile_commands.json to ${S}/compile_commands.json.

I accidentally missed the initial commit which provided the
compile_commands.bbclass. This corrects the previous submission.

Anakin Childerhose (3):
  clangd: add compile_commands.bbclass
  cmake.bbclass: inherit compile_commands.bbclass
  meson.bbclass: inherit compile_commands.bbclass

 meta/classes-recipe/cmake.bbclass            |  2 ++
 meta/classes-recipe/compile_commands.bbclass | 18 ++++++++++++++++++
 meta/classes-recipe/meson.bbclass            |  2 +-
 3 files changed, 21 insertions(+), 1 deletion(-)
 create mode 100644 meta/classes-recipe/compile_commands.bbclass

--
2.50.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-04 15:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-03  1:04 [PATCH 0/3] Automatically add compile_commands.json to ${S} Anakin Childerhose
2025-08-03  1:04 ` [PATCH 1/3] clangd: add compile_commands.bbclass Anakin Childerhose
2025-08-04 10:42   ` [OE-core] " Alexander Kanavin
2025-08-04 15:52     ` Khem Raj
2025-08-03  1:04 ` [PATCH 2/3] cmake.bbclass: inherit compile_commands.bbclass Anakin Childerhose
2025-08-03  1:04 ` [PATCH 3/3] meson.bbclass: " Anakin Childerhose

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.