| Message ID | 20260306143322.564676-1-reatmon@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,master] check_yocto_rules: Add settings for new emptty recipe | expand |
meta-arago / na / 20260306143322.564676-1-reatmon PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] check_yocto_rules: Add settings for new emptty recipe - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Fri, 6 Mar 2026 08:33:22 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 13cbb4ed01b0a810786846870e123a8715d7d4bc Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-next - Commit Author: Antonios Christidis <a-christidis@ti.com> - Commit Subject: emptty: add version 0.15.0 - Commit SHA: 7e07ca47e0a7bc77ef7ab8bc0a10061a0c57e10d Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: FAIL ========================================================= master - FAIL ===================== ERROR: Nothing PROVIDES 'xen-guest-image-minimal' ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
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",
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- check_yocto_rules.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)