Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Delf.py6 import oe.qa
13 self.assertEqual(oe.qa.elf_machine_to_string(0x02), "SPARC")
14 self.assertEqual(oe.qa.elf_machine_to_string(0x03), "x86")
15 self.assertEqual(oe.qa.elf_machine_to_string(0x08), "MIPS")
16 self.assertEqual(oe.qa.elf_machine_to_string(0x14), "PowerPC")
17 self.assertEqual(oe.qa.elf_machine_to_string(0x28), "ARM")
18 self.assertEqual(oe.qa.elf_machine_to_string(0x2A), "SuperH")
19 self.assertEqual(oe.qa.elf_machine_to_string(0x32), "IA-64")
20 self.assertEqual(oe.qa.elf_machine_to_string(0x3E), "x86-64")
21 self.assertEqual(oe.qa.elf_machine_to_string(0xB7), "AArch64")
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/subversion/
H A Dsubversion_1.14.2.bb52qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_…
54 … been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/buil…
55 #| /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-…
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dinsane.bbclass98 …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…
[all …]
H A Dchrpath.bbclass5 import subprocess, oe.qa
7 with oe.qa.ELFFile(fpath) as elf:
10 except oe.qa.NotELFFileError:
H A Dlicense.bbclass32 oe.qa.exit_if_errors(d)
186 oe.qa.handle_error("license-no-generic",
199 oe.qa.handle_error("license-exists",
225 oe.qa.handle_error("license-syntax",
400 oe.qa.handle_error('license-format',
406 oe.qa.handle_error('license-format',
H A Dlicense_image.bbclass67 …oe.qa.handle_error('license-incompatible', "Including %s with incompatible license(s) %s into the …
103 oe.qa.handle_error('license-file-missing',
107 oe.qa.exit_if_errors(d)
274 oe.qa.exit_if_errors(d)
H A Duninative.bbclass146 import oe.qa
162 elf = oe.qa.ELFFile(f)
165 except oe.qa.NotELFFileError:
H A Dyocto-check-layer.bbclass15 …oe.qa.handle_error("installed-vs-shipped", 'Package %s is skipping "installed-vs-shipped" QA test.…
H A Dcpan_build.bbclass29 # * http://www.nntp.perl.org/group/perl.qa/2008/08/msg11236.html
H A Dcpan.bbclass27 # * http://www.nntp.perl.org/group/perl.qa/2008/08/msg11236.html
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_trans_dquot.c163 struct xfs_dqtrx *qa; in xfs_trans_get_dqtrx() local
167 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx()
170 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx()
173 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx()
180 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()
181 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx()
182 return &qa[i]; in xfs_trans_get_dqtrx()
350 struct xfs_dqtrx *qtrx, *qa; in xfs_trans_apply_dquot_deltas() local
359 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
360 if (qa[0].qt_dquot == NULL) in xfs_trans_apply_dquot_deltas()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcase.py38 import oe.qa, oe.elf
47 elf = oe.qa.ELFFile(path)
52 … (oe.qa.elf_machine_to_string(elf.machine()), oe.qa.elf_machine_to_string(machine)))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A Dfix_parallel_make.patch1 --- a/qa/src/GNUlocaldefs
2 +++ b/qa/src/GNUlocaldefs
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.2.rst157 .. _migration-3.2-package-qa-checks:
166 - :ref:`already-stripped <qa-check-already-stripped>`
167 - :ref:`compile-host-path <qa-check-compile-host-path>`
168 - :ref:`installed-vs-shipped <qa-check-installed-vs-shipped>`
169 - :ref:`ldflags <qa-check-ldflags>`
170 - :ref:`pn-overrides <qa-check-pn-overrides>`
171 - :ref:`rpaths <qa-check-rpaths>`
172 - :ref:`staticdev <qa-check-staticdev>`
173 - :ref:`unknown-configure-option <qa-check-unknown-configure-option>`
174 - :ref:`useless-rpaths <qa-check-useless-rpaths>`
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/
H A D0001-make-Do-not-build-po-files.patch20 -SUBDIRS = po m4 www icons themes qa doc . admin contrib cherokee cget packages dbslayer
21 +SUBDIRS = m4 www icons themes qa doc . admin contrib cherokee cget packages dbslayer
/OK3568_Linux_fs/yocto/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'.
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dindex.rst21 qa-checks
/OK3568_Linux_fs/yocto/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"
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/jpeg/files/
H A D0001-libjpeg-turbo-fix-package_qa-error.patch6 Fix package qa errors like below:
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/
H A D0021-rcc-Just-dcument-file-name-without-full-path-to-redu.patch4 Subject: [PATCH] rcc: Just dcument file name without full path to reduce qa
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/liblockfile/
H A Dliblockfile_1.14.bb2 HOMEPAGE = "http://packages.qa.debian.org/libl/liblockfile.html"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ssmtp/
H A Dssmtp_2.64.bb2 HOMEPAGE = "http://packages.qa.debian.org/s/ssmtp.html"
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Ddefault-distrovars.inc1 QA_LOGFILE = "${TMPDIR}/qa.log"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/pm-qa/
H A Dpm-qa_git.bb13 SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/rocksdb/
H A Drocksdb_6.20.3.bb50 # fix for qa check buildpaths

12