Lines Matching refs:qa

98 …oe.qa.add_message(messages, "shebang-size", "%s: %s maximum shebang size exceeded, the maximum siz…
110 …oe.qa.add_message(messages, "libexec", "%s: %s is using libexec please relocate to %s" % (name, pa…
138 …oe.qa.add_message(messages, "rpaths", "package %s contains bad RPATH %s in file %s" % (name, rpath…
168 …oe.qa.add_message(messages, "useless-rpaths", "%s: %s contains probably-redundant RPATH %s" % (nam…
177 …oe.qa.add_message(messages, "dev-so", "non -dev/-dbg/nativesdk- package %s contains symlink .so '%…
188 oe.qa.add_message(messages, "dev-elf", "-dev package %s contains non-symlink .so '%s'" % \
201 …oe.qa.add_message(messages, "staticdev", "non -staticdev package contains static .a library: %s pa…
212 …oe.qa.add_message(messages, "mime", "package contains mime types but does not inherit mime: %s pat…
239 oe.qa.add_message(messages, "mime-xdg", wstr)
241 …oe.qa.add_message(messages, "mime-xdg", "package contains desktop file with key 'MimeType' but doe…
288 elf = oe.qa.ELFFile(full_path)
292 except (oe.qa.NotELFFileError):
297 elf = oe.qa.ELFFile(full_path)
301 except (oe.qa.NotELFFileError):
305 oe.qa.handle_error("libdir", "\n".join(messages), d)
315 …oe.qa.add_message(messages, "debug-files", "non debug package contains .debug directory: %s path %…
335 …oe.qa.add_message(messages, "arch", pn + ": Recipe inherits the allarch class, but has packaged ar…
356 is_bpf = (oe.qa.elf_machine_to_string(elf.machine()) == "BPF")
358 oe.qa.add_message(messages, "arch", "Architecture did not match (%s, expected %s) in %s" % \
359 …(oe.qa.elf_machine_to_string(elf.machine()), oe.qa.elf_machine_to_string(machine), package_qa_clea…
361 oe.qa.add_message(messages, "arch", "Bit size did not match (%d, expected %d) in %s" % \
364 oe.qa.add_message(messages, "arch", "Endiannes did not match (%d, expected %d) in %s" % \
377 oe.qa.add_message(messages, "desktop", "Desktop file issue: " + l.strip())
403 …oe.qa.add_message(messages, "textrel", "%s: ELF binary %s has relocations in .text" % (name, path))
438 …oe.qa.add_message(messages, "ldflags", "File %s in package %s doesn't have GNU_HASH (didn't pass L…
462 …oe.qa.add_message(messages, "buildpaths", "File %s in package %s contains reference to TMPDIR" % (…
481 …oe.qa.add_message(messages, "xorg-driver-abi", "Package %s contains Xorg driver (%s) but no xorg-a…
491 …oe.qa.add_message(messages, "infodir", "The /usr/share/info/dir file is not meant to be shipped in…
504 …oe.qa.add_message(messages, "symlink-to-sysroot", "Symlink %s in %s points to TMPDIR" % (trimmed, …
521 …oe.qa.handle_error("license-checksum", pn + ": Recipe file fetches files and does not have license…
529 …oe.qa.handle_error("license-checksum", pn + ": LIC_FILES_CHKSUM contains an invalid URL: " + url, …
533 …oe.qa.handle_error("license-checksum", pn + ": LIC_FILES_CHKSUM points to an invalid file: " + src…
604 oe.qa.handle_error("license-checksum", msg, d)
606 oe.qa.exit_if_errors(d)
630 bb.note("Recipe %s skipping qa checking: la" % d.getVar('PN'))
635 bb.note("Recipe %s skipping qa checking: pkgconfig" % d.getVar('PN'))
650 oe.qa.handle_error("la", error_msg, d)
657 oe.qa.handle_error("pkgconfig", error_msg, d)
670 oe.qa.handle_error(w, warnings[w], d)
672 oe.qa.handle_error(e, errors[e], d)
687 oe.qa.handle_error(w, warnings[w], d)
689 oe.qa.handle_error(e, errors[e], d)
709 elf = oe.qa.ELFFile(path)
713 except oe.qa.NotELFFileError:
733 oe.qa.handle_error(w, warnings[w], d)
735 oe.qa.handle_error(e, errors[e], d)
755 oe.qa.handle_error("debug-deps", error_msg, d)
758 oe.qa.handle_error("dev-deps", error_msg, d)
779 oe.qa.handle_error("build-deps", error_msg, d)
832 oe.qa.handle_error("file-rdeps", error_msg, d)
849 oe.qa.handle_error("dep-cmp", error_msg, d)
867 oe.qa.add_message(messages, "usrmerge", msg)
886 oe.qa.add_message(messages, "perllocalpod", msg)
901 …oe.qa.add_message(messages, "expanded-d", "FILES in %s recipe should not contain the ${D} variable…
904 …oe.qa.add_message(messages, "expanded-d", "%s in %s recipe contains ${D}, it should be replaced by…
921 oe.qa.add_message(messages, "unlisted-pkg-lics",
927 oe.qa.add_message(messages, "obsolete-license",
946 oe.qa.add_message(messages, "empty-dirs", msg)
958 oe.qa.handle_error("invalid-chars", error_msg, d)
991 …oe.qa.add_message(messages, "host-user-contaminated", "%s: %s is owned by uid %d, which is the sam…
996 …oe.qa.add_message(messages, "host-user-contaminated", "%s: %s is owned by gid %d, which is the sam…
1009 …oe.qa.handle_error("unhandled-features-check", "%s: recipe doesn't inherit features_check" % pn, d)
1017 …oe.qa.handle_error("missing-update-alternatives", "%s: recipe defines ALTERNATIVE:%s but doesn't i…
1032 …oe.qa.handle_error("obsolete-license", "Recipe LICENSE includes obsolete licenses %s" % ' '.join(o…
1101 oe.qa.handle_error("pkgname",
1119 oe.qa.exit_if_errors(d)
1148 oe.qa.exit_with_message_if_errors("QA staging was broken by the package built above", d)
1196 oe.qa.handle_error("patch-fuzz", msg, d)
1239 bb.note("Recipe %s skipping qa checking: configure-unsafe" % d.getVar('PN'))
1251 oe.qa.handle_error("configure-unsafe", error_msg, d)
1264 bb.note("Recipe %s skipping qa checking: configure-gettext" % d.getVar('PN'))
1281 oe.qa.handle_error("configure-gettext", error_msg, d)
1301 oe.qa.handle_error("unknown-configure-option", error_msg, d)
1313 oe.qa.handle_error("invalid-packageconfig", error_msg, d)
1315 oe.qa.exit_if_errors(d)
1323 bb.note("Recipe %s skipping qa checking: src-uri-bad" % d.getVar('PN'))
1327 oe.qa.handle_error("src-uri-bad", "%s: SRC_URI uses PN not BPN" % pn, d)
1331 …oe.qa.handle_error("src-uri-bad", "%s: SRC_URI uses unstable GitHub/GitLab archives, convert recip…
1385 oe.qa.handle_error("pn-overrides", msg, d)
1388 …oe.qa.handle_error("uppercase-pn", 'PN: %s is upper case, this can result in unexpected behavior.'…
1393 oe.qa.handle_error("pkgvarcheck", "recipe uses DEPENDS:${PN}, should use DEPENDS", d)
1410 …oe.qa.handle_error("pkgvarcheck", "%s: Variable %s is set as not being package specific, please fi…
1438 …oe.qa.handle_error("native-last", "%s: native/nativesdk class is not inherited last, this can resu…
1441 oe.qa.exit_if_errors(d)