summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-11-19 14:37:50 -0600
committerRyan Eatmon <reatmon@ti.com>2025-11-19 14:38:42 -0600
commit276aa14bcadd64f1ae7e3f62481b431c1a77ce08 (patch)
treec298d02307005de64c642ecda41050e07d204977
parent788864cee926e9dcd16192cb47b93e56e3eeedc2 (diff)
downloadmeta-ti-master-wip.tar.gz
check_yocto_rules: Add new PV-1 entriesmaster-wip
We have added a new PV check to the check_repo script that checks to make sure that PV is set either in the filename or via the PV variable in the recipe. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--check_yocto_rules.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/check_yocto_rules.json b/check_yocto_rules.json
index fc516a51..038d665a 100644
--- a/check_yocto_rules.json
+++ b/check_yocto_rules.json
@@ -30,6 +30,20 @@
30 "meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_%.bbappend" 30 "meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_%.bbappend"
31 ] 31 ]
32 }, 32 },
33 "PV-1" :{
34 "skip_files" : [
35 "meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb",
36 "meta-ti-bsp/recipes-multimedia/ti-multimedia-udev/ti-multimedia-udev.bb",
37 "meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb",
38 "meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb",
39 "meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb",
40 "meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts_git.bb",
41 "meta-ti-extras/recipes-ti/beagleboard/beaglebone-capes.bb",
42 "meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb",
43 "meta-ti-extras/recipes-ti/ipc/ti-ipc-examples-linux_git.bb",
44 "meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb"
45 ]
46 },
33 "SUMMARY-1" : { 47 "SUMMARY-1" : {
34 "skip_files" : [ 48 "skip_files" : [
35 "meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb" 49 "meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb"