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 <[email protected]> --- check_yocto_rules.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" + ] } } -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16806): https://lists.yoctoproject.org/g/meta-arago/message/16806 Mute This Topic: https://lists.yoctoproject.org/mt/116381218/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
