| Message ID | 20251119205618.81958-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master] check_yocto_rules: Add new PV-1 entries | expand |
meta-arago / na / 20251119205618.81958-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] check_yocto_rules: Add new PV-1 entries - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Wed, 19 Nov 2025 14:56:18 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: ee32126a98d4d525bbceb8bcdfdb54fc4934a4c7 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202511180100 - Commit SHA: 82a437373896b01cd89d456dcc9cb28521b64ac7 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
diff --git a/check_yocto_rules.json b/check_yocto_rules.json index 9cf776df..7b3e20db 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -23,5 +23,21 @@ }, "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-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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)