Home
last modified time | relevance | path

Searched +full:- +full:qa (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dconfigurefix.patch2 such as the QA warnings:
4QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbla…
5 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
6 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
7 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
8 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
9 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
10 …ARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
11 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
12 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Delf.py4 # SPDX-License-Identifier: MIT
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")
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass4 # SPDX-License-Identifier: MIT
13 # -Check the ownership and permissions
14 # -Check the RUNTIME path for the $TMPDIR
15 # -Check if .la files wrongly point to workdir
16 # -Check if .pc files wrongly point to workdir
17 # -Check if packages contains .debug directories or .so files
18 # where they should be in -dev or -dbg
19 # -Check if config.log contains traces to broken autoconf tests
20 # -Check invalid characters (non-utf8) on some package metadata
21 # -Ensure that binaries in base_[bindir|sbindir|libdir] do not link
[all …]
H A Dyocto-check-layer.bbclass4 # SPDX-License-Identifier: MIT
8 # This class is used by yocto-check-layer script to ensure that packages
9 # from Yocto Project Compatible layers don't skip required QA checks listed
13 # globally inheriting this class isn't advisable - yocto-check-layer script
25 …oe.qa.write_error(" ".join(skip_required), 'Package %s is skipping required QA tests.' % package, …
26 …bb.error("QA Issue: %s [%s]" % ('Package %s is skipping required QA tests.' % package, " ".join(sk…
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/
H A Dsubversion_1.14.5.bb5 LICENSE = "Apache-2.0 & MIT"
8 DEPENDS = "apr-util serf sqlite3 file lz4 expat"
9 DEPENDS:append:class-native = " file-replacement-native"
11 SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
23 PACKAGECONFIG[boost] = "--with-boost=${RECIPE_SYSROOT}${exec_prefix},--without-boost,boost"
24 PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl"
25 PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring,--without-gnome-keyring,glib-2.0 gnome-keyring"
28 --with-apr=${STAGING_BINDIR_CROSS} \
29 --with-apr-util=${STAGING_BINDIR_CROSS} \
30 --without-apxs \
[all …]
/openbmc/openbmc/poky/documentation/test-manual/
H A Dtest-process.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
11 on the Autobuilder or with the assistance of QA teams, through to making
16 up in batches either in the ``master-next`` branch in the main trees, or
17 in user trees such as ``ross/mut`` in ``poky-contrib`` (Ross Burton
21 "quick". On the Autobuilder, these can be seen as "a-quick" and
22 "a-full", simply for ease of sorting in the UI. Use our Autobuilder
24 test-related items.
37 build, but also to keep (:yocto_git:`yocto-testresults </yocto-testresults/>`),
38 (:yocto_git:`buildhistory </poky-buildhistory/>`), and
39 our sstate up to date. On the weekend, there is a ``master-next`` build
[all …]
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dfixup.patch3 Upstream-Status: Inappropriate [OE Specific]
5 Signed-off-by: Armin Kuster <akuster808@gmail.com>
7 Index: suricata-7.0.0/Makefile.in
9 --- suricata-7.0.0.orig/Makefile.in
10 +++ suricata-7.0.0/Makefile.in
11 @@ -424,7 +424,7 @@ EXTRA_DIST = ChangeLog COPYING LICENSE s
13 scripts/generate-images.sh
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 \
19 CLEANFILES = stamp-h[0-9]*
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.2.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-3.2-minimum-system-requirements:
12 ---------------------------
16 :term:`buildtools-extended` tarball (easily installable using
17 ``scripts/install-buildtools``).
20 .. _migration-3.2-removed-recipes:
23 ---------------
27 - ``bjam-native``: replaced by ``boost-build-native``
28 - ``avahi-ui``: folded into the main ``avahi`` recipe --- the GTK UI can be disabled using :term:`P…
29 - ``build-compare``: no longer needed with the removal of the ``packagefeed-stability`` class
[all …]
H A Dmigration-1.7.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-1.7-changes-to-setting-qemu-packageconfig-options:
12 -------------------------------------------------------------------
18 append to :term:`PACKAGECONFIG` for ``qemu-native`` and ``nativesdk-qemu``
22 PACKAGECONFIG_append_pn-qemu-native = " sdl"
23 PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
25 .. _migration-1.7-minimum-git-version:
28 -------------------
30 The minimum :ref:`overview-manual/development-environment:git`
32 build host is now 1.7.8 because the ``--list`` option is now required by
[all …]
H A Dmigration-4.1.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 -----------------------------------
13 .. _migration-4.1-make-4.0:
19 be installed on the build host. A new :term:`buildtools-make` tarball has been
23 :ref:`ref-manual/system-requirements:required packages for the build host`.
26 .. _migration-4.1-complementary-deps:
31 When installing complementary packages (e.g. ``-dev`` and ``-dbg`` packages when
32 building an SDK, or if you have added ``dev-deps`` to :term:`IMAGE_FEATURES`),
35 If you wish to double-check the contents of your images after this change, see
36 :ref:`Checking Image / SDK Changes <migration-general-buildhistory>`. If needed
[all …]
H A Dmigration-1.5.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-1.5-host-dependency-changes:
12 -----------------------
17 - Python 2.7.3+
19 - Tar 1.24+
21 - Git 1.7.8+
23 - Patched version of Make if you are using 3.82. Most distributions
28 tarball, which provides an SDK-like environment containing them.
31 ":ref:`system-requirements-buildtools`" section.
33 .. _migration-1.5-atom-pc-bsp:
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcase.py4 # SPDX-License-Identifier: MIT
30 subprocess.check_output(["wget", "-O", tarball, url], stderr=subprocess.STDOUT)
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/linux/fs/xfs/
H A Dxfs_trans_dquot.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2000-2002 Silicon Graphics, Inc.
34 ASSERT(dqp->q_logitem.qli_dquot == dqp); in xfs_trans_dqjoin()
39 xfs_trans_add_item(tp, &dqp->q_logitem.qli_item); in xfs_trans_dqjoin()
60 if (dqp->q_id != 0 && in xfs_trans_log_dquot()
61 xfs_has_bigtime(tp->t_mountp) && in xfs_trans_log_dquot()
62 !(dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_trans_log_dquot()
63 dqp->q_type |= XFS_DQTYPE_BIGTIME; in xfs_trans_log_dquot()
65 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
66 set_bit(XFS_LI_DIRTY, &dqp->q_logitem.qli_item.li_flags); in xfs_trans_log_dquot()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/
H A D0001-daemontools-Fix-QA-Issue.patch4 Subject: [PATCH] daemontools: Fix QA Issue
6 To fix the QA Issues as following:
8 …aemontools-0.76-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/build-poky/tmp/work/i…
10 Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
11 ---
12 Upstream-Status: Pending
14 src/conf-ld | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
17 diff --git a/src/conf-ld b/src/conf-ld
19 --- a/src/conf-ld
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-build-top.mk-unset-STRIP_OPTS.patch6 Unset STRIP_OPTS to disable strip to fix QA errors:
8 ERROR: openldap-2.5.9-r0 do_package: QA Issue: File
10 prevent future debugging! [already-stripped]
12 ERROR: openldap-2.5.9-r0 do_package: QA Issue: File
14 prevent future debugging! [already-stripped]
16 Upstream-Status: Inappropriate [embedded specific]
18 Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
19 ---
20 build/top.mk | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A Densure-search-path-non-host.patch4 Subject: [PATCH] xmlsec1: Fix configure QA error caused by host lookup path
6 ERROR: mc:my-sdk:xmlsec1-1.2.30-r0 do_configure: QA Issue: This autoconf log indicates errors, it l…
8 It will eventually arise after the configure QA as the configure script should only look at the sta…
10 Upstream-Status: Inappropriate [embedded specific]
11 Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
13 ---
14 configure.ac | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
17 diff --git a/configure.ac b/configure.ac
19 --- a/configure.ac
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dqa-checks.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 QA Error and Warning Messages
7 .. _qa-introduction:
13 QA checks on the output to ensure that common issues are detected and
16 have QA issues building any software, it could take a little time to
19 While it is tempting to ignore a QA message or even to disable QA
20 checks, it is best to try and resolve any reported QA issues. This
21 chapter provides a list of the QA messages and brief explanations of the
24 The next section provides a list of all QA error and warning messages
30 - At the end of each message, the name of the associated QA test (as
[all …]
H A Drelease-process.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
18 also shown. See the ":ref:`ref-manual/release-process:major release codenames`"
21 - 4.1 ("Langdale")
22 - 4.0 ("Kirkstone")
23 - 3.4 ("Honister")
26 regular releases that have strong QA cycles while not overwhelming users
35 - 4.1.3
36 - 4.0.8
37 - 3.4.4
40 indicates a point in the major release branch where a full QA cycle and
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A D__init__.py4 # SPDX-License-Identifier: GPL-2.0-only
11 # processed correctly (e.g. qa)
12 BBIMPORTS = ["qa", "data", "path", "utils", "types", "package", "packagedata", \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A D0001-Fix-buildpaths-warning.patch7 WARNING: syslog-ng-4.0.1-r0 do_package_qa: QA Issue: File /usr/include/syslog-ng/syslog-ng-config-6…
8 WARNING: syslog-ng-4.0.1-r0 do_package_qa: QA Issue: File /usr/bin/syslog-ng-update-virtualenv in p…
9 File /usr/bin/pdbtool in package syslog-ng contains reference to TMPDIR [buildpaths]
10 WARNING: syslog-ng-4.0.1-r0 do_package_qa: QA Issue: File /usr/lib/syslog-ng/libdbparser.so in pack…
12 * SYSLOG_NG_PATH_TOPSRC_DIR is /yocto/build/tmp/work/core2-64-poky-linux/syslog-ng/4.0.1-r0,
19 Upstream-Status: Inappropriate [oe specific]
21 Signed-off-by: Changqing Li <changqing.li@windriver.com>
22 ---
23 configure.ac | 2 +-
24 scripts/syslog-ng-update-virtualenv.in | 2 +-
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A Dfix_parallel_make.patch1 Upstream-Status: Pending
3 --- a/qa/src/GNUlocaldefs
4 +++ b/qa/src/GNUlocaldefs
5 @@ -728,7 +728,7 @@ scale.o: localconfig.h
9 -chkacc1.o: libpcp.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-Makefile-remove-strip.patch6 Avoid QA error by removing strip from Makefile
9 ERROR: QA Issue: File '/sbin/gradm' from gradm was already stripped,
10 this will prevent future debugging! [already-stripped]
11 ERROR: QA Issue: File '/sbin/grlearn' from gradm was already stripped,
12 this will prevent future debugging! [already-stripped]
15 Upstream-Status: Pending
17 Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
19 ---
20 Makefile | 7 ++-----
21 1 file changed, 2 insertions(+), 5 deletions(-)
[all …]
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dtime64.inc2 # QB_OPT_APPEND:append = " -rtc base=2040-02-02"
5 # perl python3 dbus openssl glibc-tests openssh curl glib-2.0 tcl libmodule-build-perl
6 # and a subset of those occurs in qemux86-64 as well:
7 # curl python3 openssl openssl tcl python3-cryptography
13 # Only needed for some 32-bit architectures, some relatively newer
15 GLIBC_64BIT_TIME_FLAGS_WHEN_NEEDED = " -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64"
22 GLIBC_64BIT_TIME_FLAGS:pn-glibc = ""
23 GLIBC_64BIT_TIME_FLAGS:pn-glibc-y2038-tests = ""
24 GLIBC_64BIT_TIME_FLAGS:pn-glibc-testsuite = ""
25 # pipewire-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Do-not-emit-useless-rpath.patch3 Date: Fri, 6 Jan 2023 17:30:24 -0800
6 rpath is pointing to standard libdir which is un-used and yocto build QA
11 do_package_qa: QA Issue: trace-cmd: /usr/bin/trace-cmd contains probably-redundant RPATH /usr/lib […
13 Upstream-Status: Inappropriate [OE-Specific]
14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 ---
16 scripts/utils.mk | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
19 diff --git a/scripts/utils.mk b/scripts/utils.mk
21 --- a/scripts/utils.mk
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A Dnot-overwrite-cflags-cxxflags.patch5 qa issue:
7 WARNING: python3-wxgtk4-4.2.0-r0 do_package_qa: QA Issue: File
8 /usr/lib64/python3.11/site-packages/wx/.debug/_xml.cpython-311-aarch64-linux-gnu.so
9 in package python3-wxgtk4-dbg contains reference to TMPDIR [buildpaths]
11 Upstream-Status: Pending [oe specific]
13 Signed-off-by: Kai Kang <kai.kang@windriver.com>
14 ---
15 wscript | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
18 diff --git a/wscript b/wscript
[all …]

12345678910>>...26