| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | elf.py | 6 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 D | subversion_1.14.2.bb | 52 …qa-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 D | insane.bbclass | 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… [all …]
|
| H A D | chrpath.bbclass | 5 import subprocess, oe.qa 7 with oe.qa.ELFFile(fpath) as elf: 10 except oe.qa.NotELFFileError:
|
| H A D | license.bbclass | 32 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 D | license_image.bbclass | 67 …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 D | uninative.bbclass | 146 import oe.qa 162 elf = oe.qa.ELFFile(f) 165 except oe.qa.NotELFFileError:
|
| H A D | yocto-check-layer.bbclass | 15 …oe.qa.handle_error("installed-vs-shipped", 'Package %s is skipping "installed-vs-shipped" QA test.…
|
| H A D | cpan_build.bbclass | 29 # * http://www.nntp.perl.org/group/perl.qa/2008/08/msg11236.html
|
| H A D | cpan.bbclass | 27 # * http://www.nntp.perl.org/group/perl.qa/2008/08/msg11236.html
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_trans_dquot.c | 163 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 D | case.py | 38 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 D | fix_parallel_make.patch | 1 --- a/qa/src/GNUlocaldefs 2 +++ b/qa/src/GNUlocaldefs
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.2.rst | 157 .. _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 D | 0001-make-Do-not-build-po-files.patch | 20 -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 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'.
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | index.rst | 21 qa-checks
|
| /OK3568_Linux_fs/yocto/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"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/jpeg/files/ |
| H A D | 0001-libjpeg-turbo-fix-package_qa-error.patch | 6 Fix package qa errors like below:
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0021-rcc-Just-dcument-file-name-without-full-path-to-redu.patch | 4 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 D | liblockfile_1.14.bb | 2 HOMEPAGE = "http://packages.qa.debian.org/libl/liblockfile.html"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ssmtp/ |
| H A D | ssmtp_2.64.bb | 2 HOMEPAGE = "http://packages.qa.debian.org/s/ssmtp.html"
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | default-distrovars.inc | 1 QA_LOGFILE = "${TMPDIR}/qa.log"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/pm-qa/ |
| H A D | pm-qa_git.bb | 13 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 D | rocksdb_6.20.3.bb | 50 # fix for qa check buildpaths
|