[meta-arago][master][PATCH] check_yocto_rules: Add settings for new emptty recipe
Ryan Eatmon <[email protected]> Fri, 6 Mar 2026 08:33:22 -0600
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Ryan Eatmon <[email protected]> --- check_yocto_rules.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/check_yocto_rules.json b/check_yocto_rules.json index a6a46f42..93a784b0 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -1,6 +1,6 @@ { "APPEND-1" : { - "skip_vars" : [ "FILES", "RDEPENDS" ] + "skip_vars" : [ "FILES", "RDEPENDS", "RPROVIDES" ] }, "APPEND-2" : { "skip_vars" : [ "PR", "PV" ], @@ -8,6 +8,11 @@ "meta-arago-distro/conf/distro/include/arago-prefs.inc" : { "skip_vars": [ "PREFERRED_PROVIDER_virtual/kernel" ] } + }, + "file_regex" : { + "meta-arago-distro\\/recipes-graphics\\/emptty\\/emptty_\\S+\\.bb" : { + "skip_vars" : [ "GO_TAGS" ] + } } }, "GUARD-1" : { @@ -33,6 +38,8 @@ "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", -- 2.43.0