Home
last modified time | relevance | path

Searched refs:qa (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Delf.py8 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 Dsubversion_1.14.5.bb53qa-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 Dinsane.bbclass103 …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 Dlicense.bbclass44 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 Duninative.bbclass154 import oe.qa
170 elf = oe.qa.ELFFile(f)
173 except oe.qa.NotELFFileError:
H A Dyocto-check-layer.bbclass25 …oe.qa.write_error(" ".join(skip_required), 'Package %s is skipping required QA tests.' % package, …
/openbmc/linux/fs/xfs/
H A Dxfs_trans_dquot.c153 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 Dfixup.patch15 -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 Dcase.py41 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 Dfix_parallel_make.patch3 --- a/qa/src/GNUlocaldefs
4 +++ b/qa/src/GNUlocaldefs
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.2.rst159 .. _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 Dcommon.py111 import oe.qa
117 if oe.qa.check_upstream_status(ppath):
/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass11 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 Dlib-bin-check.sh11 list=`rpm -qa --queryformat "%{NAME}-%{VERSION}.%{ARCH}\n" | grep '^lib' | egrep -v '\-utils\-|\-bi…
H A Drpm-drop-groups.sh114 packages=`rpm -qa --queryformat "%{NAME}.%{ARCH}\n" | sort`
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Ddlopen-deps.inc66 elf = oe.qa.ELFFile(f)
78 except oe.qa.NotELFFileError as e:
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dindex.rst21 qa-checks
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch24 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 Dlicense.py10 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 Dlockfile-progs_0.1.19.bb5 HOMEPAGE = "http://packages.qa.debian.org/l/lockfile-progs.html"
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py19 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 Dnot-overwrite-cflags-cxxflags.patch5 qa issue:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/
H A Dliblockfile_1.17.bb2 HOMEPAGE = "http://packages.qa.debian.org/libl/liblockfile.html"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass75 …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 Dcpan_build.bbclass35 # * http://www.nntp.perl.org/group/perl.qa/2008/08/msg11236.html

1234