From fbf63e03fe09ca74022c9d06442b4f1021b71d57 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Jul 2025 16:51:35 +0100 Subject: [PATCH] llvm-tblgen-native: add new recipe Building the LLVM projects often means using the TableGen tools (llvm-tblgen etc). We currently build them as part of clang-native, but I am teasing the clang recipe into its component parts and having to build llvm-native or lldb-native simply for one tool isn't ideal. Instead, add a native recipe that simply builds the tablegen binaries for llvm, clang, and lldb Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-devtools/clang/clang_git.bb | 10 +++---- .../clang/llvm-tblgen-native_git.bb | 27 +++++++++++++++++++ 3 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 meta/recipes-devtools/clang/llvm-tblgen-native_git.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 60f04da608..331c438fd6 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -480,6 +480,7 @@ RECIPE_MAINTAINER:pn-linux-yocto-dev = "Bruce Ashfield