[meta-arago][scarthgap][PATCH] check_yocto_rules: Add new PV-1 entries
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
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 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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" + ] } } -- 2.43.0