From 7bec7f73c68c467f06860cfe3ba27531194d9894 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Wed, 19 Nov 2025 14:37:50 -0600 Subject: [PATCH] check_yocto_rules: Add new PV-1 entries 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 --- check_yocto_rules.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 @@ "meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_%.bbappend" ] }, + "PV-1" :{ + "skip_files" : [ + "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", + "meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb", + "meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb", + "meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts_git.bb", + "meta-ti-extras/recipes-ti/beagleboard/beaglebone-capes.bb", + "meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb", + "meta-ti-extras/recipes-ti/ipc/ti-ipc-examples-linux_git.bb", + "meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb" + ] + }, "SUMMARY-1" : { "skip_files" : [ "meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb"