Message ID | 20251009182343.20605-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master] meta-arago-distro: Remove meta-clang dependency now that oe-core has clang recipes | expand |
meta-arago / na / 20251009182343.20605-1-reatmon PRC Results: FAIL ========================================================= check-yocto-patches: FAIL ========================================================= Patches ---------------------------------------- FAIL - [meta-arago][master][PATCH] meta-arago-distro: Remove meta-clang dependency now that oe-core has clang recipes ERROR: Commit message too long (> 80 chars): meta-arago-distro: Remove meta-clang dependency now that oe-core has clang recipes. (COMMIT-MESSAGE-1) patch:47 Subject: [meta-arago][master][PATCH] meta-arago-distro: Remove meta-clang dependency now that oe-core has clang recipes WARN: Commit message does not include file/recipe name: meta-arago-distro: Remove meta-clang dependency now that oe-core has clang recipes. (COMMIT-MESSAGE-2) patch WARN: Commit message should not include directory path to recipe: meta-arago-distro: Remove meta-clang dependency now that oe-core has clang recipes. meta-arago-distro: distro: (COMMIT-MESSAGE-3) patch
diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc index f05fc43c..4d1a6006 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -11,13 +11,5 @@ VIRTUAL-RUNTIME_dbus = "dbus-broker" PREFERRED_VERSION_crda = "3.18" PREFERRED_VERSION_obex = "0.34" -# Select meta-clang providers -PREFERRED_PROVIDER_llvm = "clang" -PREFERRED_PROVIDER_llvm-native = "clang-native" -PREFERRED_PROVIDER_nativesdk-llvm = "nativesdk-clang" -PROVIDES:pn-clang = "llvm" -PROVIDES:pn-clang-native = "llvm-native" -PROVIDES:pn-nativesdk-clang = "nativesdk-llvm" - # Bump mesa-demos to include some patches not in a tagged release PREFERRED_VERSION_mesa-demos = "9.0.0+git" diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index 4bacf386..e16eedd6 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -18,7 +18,6 @@ LAYERDEPENDS_meta-arago-distro = " \ networking-layer \ multimedia-layer \ meta-python \ - clang-layer \ virtualization-layer \ meta-arago-extras \ meta-arago-test \
There are a number of recipe tweaks in oe-core to the clang recipes that our older meta-clang choices were running afoul of. Time to remove the meta-clang dependency. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-distro/conf/distro/include/arago-prefs.inc | 8 -------- meta-arago-distro/conf/layer.conf | 1 - 2 files changed, 9 deletions(-)