/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | elf.py | 8 import oe.qa 15 self.assertEqual(oe.qa.elf_machine_to_string(0x02), "SPARC") 16 self.assertEqual(oe.qa.elf_machine_to_string(0x03), "x86") 17 self.assertEqual(oe.qa.elf_machine_to_string(0x08), "MIPS") 18 self.assertEqual(oe.qa.elf_machine_to_string(0x14), "PowerPC") 19 self.assertEqual(oe.qa.elf_machine_to_string(0x28), "ARM") 20 self.assertEqual(oe.qa.elf_machine_to_string(0x2A), "SuperH") 21 self.assertEqual(oe.qa.elf_machine_to_string(0x32), "IA-64") 22 self.assertEqual(oe.qa.elf_machine_to_string(0x3E), "x86-64") 23 self.assertEqual(oe.qa.elf_machine_to_string(0xB7), "AArch64") [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/ |
H A D | subversion_1.14.5.bb | 53 …qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_… 55 … been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/buil… 56 #| /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-…
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 103 …oe.qa.handle_error("shebang-size", "%s: %s maximum shebang size exceeded, the maximum size is 128.… 115 …oe.qa.handle_error("libexec", "%s: %s is using libexec please relocate to %s" % (name, package_qa_… 137 …oe.qa.handle_error("rpaths", "%s: %s contains bad RPATH %s" % (name, package_qa_clean_path(file, d… 164 …oe.qa.handle_error("useless-rpaths", "%s: %s contains probably-redundant RPATH %s" % (name, packag… 173 … oe.qa.handle_error("dev-so", "non -dev/-dbg/nativesdk- package %s contains symlink .so '%s'" % \ 185 oe.qa.handle_error("dev-elf", "-dev package %s contains non-symlink .so '%s'" % \ 198 …oe.qa.handle_error("staticdev", "non -staticdev package contains static .a library: %s path '%s'" … 209 …oe.qa.handle_error("mime", "package contains mime types but does not inherit mime: %s path '%s'" %… 236 oe.qa.handle_error("mime-xdg", wstr, d) 238 …oe.qa.handle_error("mime-xdg", "%s: contains desktop file with key 'MimeType' but does not inhert … [all …]
|
H A D | license.bbclass | 44 oe.qa.exit_if_errors(d) 198 oe.qa.handle_error("license-no-generic", 211 oe.qa.handle_error("license-exists", 237 oe.qa.handle_error("license-syntax",
|
H A D | uninative.bbclass | 154 import oe.qa 170 elf = oe.qa.ELFFile(f) 173 except oe.qa.NotELFFileError:
|
H A D | yocto-check-layer.bbclass | 25 …oe.qa.write_error(" ".join(skip_required), 'Package %s is skipping required QA tests.' % package, …
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans_dquot.c | 153 struct xfs_dqtrx *qa; in xfs_trans_get_dqtrx() local 157 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx() 160 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx() 163 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx() 170 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx() 171 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx() 172 return &qa[i]; in xfs_trans_get_dqtrx() 338 struct xfs_dqtrx *qtrx, *qa; in xfs_trans_apply_dquot_deltas() local 347 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas() 348 if (qa[0].qt_dquot == NULL) in xfs_trans_apply_dquot_deltas() [all …]
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | fixup.patch | 15 -SUBDIRS = $(HTP_DIR) rust src qa rules doc contrib etc python ebpf \ 16 +SUBDIRS = $(HTP_DIR) src qa rules doc contrib etc python ebpf \ 28 -SUBDIRS = $(HTP_DIR) rust src qa rules doc contrib etc python ebpf \ 29 +SUBDIRS = $(HTP_DIR) src qa rules doc contrib etc python ebpf \
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | case.py | 41 import oe.qa, oe.elf 50 elf = oe.qa.ELFFile(path) 55 … (oe.qa.elf_machine_to_string(elf.machine()), oe.qa.elf_machine_to_string(machine)))
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/ |
H A D | fix_parallel_make.patch | 3 --- a/qa/src/GNUlocaldefs 4 +++ b/qa/src/GNUlocaldefs
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-3.2.rst | 159 .. _migration-3.2-package-qa-checks: 168 - :ref:`already-stripped <qa-check-already-stripped>` 169 - :ref:`compile-host-path <qa-check-compile-host-path>` 170 - :ref:`installed-vs-shipped <qa-check-installed-vs-shipped>` 171 - :ref:`ldflags <qa-check-ldflags>` 172 - :ref:`pn-overrides <qa-check-pn-overrides>` 173 - :ref:`rpaths <qa-check-rpaths>` 174 - :ref:`staticdev <qa-check-staticdev>` 175 - :ref:`unknown-configure-option <qa-check-unknown-configure-option>` 176 - :ref:`useless-rpaths <qa-check-useless-rpaths>` [all …]
|
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
H A D | common.py | 111 import oe.qa 117 if oe.qa.check_upstream_status(ppath):
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | chrpath.bbclass | 11 import subprocess, oe.qa 13 with oe.qa.ELFFile(fpath) as elf: 16 except oe.qa.NotELFFileError:
|
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/ |
H A D | lib-bin-check.sh | 11 list=`rpm -qa --queryformat "%{NAME}-%{VERSION}.%{ARCH}\n" | grep '^lib' | egrep -v '\-utils\-|\-bi…
|
H A D | rpm-drop-groups.sh | 114 packages=`rpm -qa --queryformat "%{NAME}.%{ARCH}\n" | sort`
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | dlopen-deps.inc | 66 elf = oe.qa.ELFFile(f) 78 except oe.qa.NotELFFileError as e:
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | index.rst | 21 qa-checks
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/ |
H A D | 0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch | 24 Update to fix buildpaths qa issue for '-fmacro-prefix-map'. 28 Update to fix buildpaths qa issue for '-ffile-prefix-map'.
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | license.py | 10 import oe.qa 416 oe.qa.handle_error('license-format', 422 oe.qa.handle_error('license-format',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lockfile-progs/ |
H A D | lockfile-progs_0.1.19.bb | 5 HOMEPAGE = "http://packages.qa.debian.org/l/lockfile-progs.html"
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | patchreview.py | 19 import oe.qa 88 value = oe.qa.check_upstream_status(patch)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/ |
H A D | not-overwrite-cflags-cxxflags.patch | 5 qa issue:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/ |
H A D | liblockfile_1.17.bb | 2 HOMEPAGE = "http://packages.qa.debian.org/libl/liblockfile.html"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | license_image.bbclass | 75 …oe.qa.handle_error('license-exception', "Including %s with incompatible license(s) %s into the ima… 115 oe.qa.handle_error('license-file-missing', 119 oe.qa.exit_if_errors(d) 302 oe.qa.exit_if_errors(d)
|
H A D | cpan_build.bbclass | 35 # * http://www.nntp.perl.org/group/perl.qa/2008/08/msg11236.html
|