| Message ID | 20251119205538.80531-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,scarthgap] check_yocto_rules: Add new PV-1 entries | expand |
meta-ti / na / 20251119205538.80531-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= scarthgap ===================== Summary: - Patch Series: [meta-ti][scarthgap][PATCH] check_yocto_rules: Add new PV-1 entries - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Wed, 19 Nov 2025 14:55:38 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 4904f869e2db4f09cd65f2a4e3f4bbc9685dd2c0 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: scarthgap-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202511190400 - Commit SHA: a4ff24e46b4c6a608ae47f74ec84e0ce860ab595 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= scarthgap ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= scarthgap - PASS ===================== All checks passed
diff --git a/check_yocto_rules.json b/check_yocto_rules.json index e4b5ed35..46a6c6d6 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -29,6 +29,18 @@ "meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_%.bbappend" ] }, + "PV-1" : { + "skip_files": [ + "meta-ti-bsp/recipes-multimedia/ti-multimedia-udev/ti-multimedia-udev.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/beagleboard/gadget-init.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"
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> --- check_yocto_rules.json | 12 ++++++++++++ 1 file changed, 12 insertions(+)