All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master][PATCH] check_yocto_rules: Add skip rules for libclc
@ 2026-08-25 15:29 Ryan Eatmon
  2026-08-25 15:51 ` PRC Automation
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Eatmon @ 2026-08-25 15:29 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Since we imported the recipe without changes, we should not enforce our
rules on the recipe.  Add the needed skip settings in the json file.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 check_yocto_rules.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/check_yocto_rules.json b/check_yocto_rules.json
index 6867614f..7d8d1181 100644
--- a/check_yocto_rules.json
+++ b/check_yocto_rules.json
@@ -40,6 +40,7 @@
     },
     "PV-1" :{
         "skip_files" : [
+            "meta-ti-bsp/recipes-graphics/mesa/libclc_git.bb",
             "meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb",
             "meta-ti-bsp/recipes-multimedia/ti-multimedia-udev/ti-multimedia-udev.bb",
             "meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb",
@@ -56,5 +57,10 @@
         "skip_files" : [
             "meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb"
         ]
+    },
+    "SUMMARY-2" : {
+        "skip_files" : [
+            "meta-ti-bsp/recipes-graphics/mesa/libclc_git.bb"
+        ]
     }
 }
-- 
2.43.0



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

end of thread, other threads:[~2026-08-25 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-25 15:29 [meta-ti][master][PATCH] check_yocto_rules: Add skip rules for libclc Ryan Eatmon
2026-08-25 15:51 ` PRC Automation

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.