| Message ID | 20251119205543.80759-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,scarthgap] check_yocto_rules: Add new PV-1 entries | expand |
meta-arago / na / 20251119205543.80759-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= scarthgap ===================== Summary: - Patch Series: [meta-arago][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:43 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: a84fd7ad4de9b3988b7ba615681132e3af0123d7 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: scarthgap-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202511190400 - Commit SHA: c273081b9e50cd3d742cbaae1e78a8439d6ff710 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 f8be0d01..64f1e8ca 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -26,5 +26,23 @@ }, "GUARD-2" : { "skip_vars" : [ "arago" , "ti-soc" ] + }, + "PV-1" : { + "skip_files": [ + "meta-arago-distro/recipes-connectivity/bt-enable/bt-enable.bb", + "meta-arago-distro/recipes-connectivity/initscript-telnetd/initscript-telnetd.bb", + "meta-arago-distro/recipes-connectivity/systemd-telnetd/systemd-telnetd.bb", + "meta-arago-distro/recipes-core/arago-gpl-notice/arago-gpl-notice.bb", + "meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb", + "meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb", + "meta-arago-distro/recipes-core/meta/meta-toolchain-arago.bb", + "meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb", + "meta-arago-distro/recipes-graphics/wayland/weston-init-arago.bb", + "meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb", + "meta-arago-extras/recipes-devtools/opkg/opkg-bash-completion.bb", + "meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb", + "meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb", + "meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_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 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)