Home
last modified time | relevance | path

Searched refs:ignores (Results 1 – 25 of 81) sorted by relevance

1234

/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py339 def find_dependencies(self, names=None, layerbranches=None, ignores=None): argument
365 if ignores and name in ignores:
379 def _resolve_dependencies(layerbranches, ignores, dependencies, invalid, processed=None): argument
381 if ignores and layerbranch.layer.name in ignores:
395 if ignores and deplayerbranch.layer.name in ignores:
450 … (dependencies, invalid) = _resolve_dependencies(layerbranches, ignores, dependencies, invalid)
812 def find_dependencies(self, names=None, branches=None, layerBranches=None, ignores=None): argument
837 if ignores and name in ignores:
850 def _resolve_dependencies(layerbranches, ignores, dependencies, invalid): argument
852 if ignores and layerbranch.layer.name in ignores:
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0002-tests-check-for-recently-fixed-bug.patch43 +AT_SETUP([--exclude-vcs-ignores memory allocation])
50 +tar -cf - --exclude-vcs-ignores . | tar -tf -
/openbmc/qemu/scripts/coccinelle/
H A Derror_propagate_null.cocci1 // error_propagate() already ignores local_err==NULL, so there's
/openbmc/qemu/docs/sphinx/
H A Ddbusdomain.py287 ignores: List[str] = self.domain.env.config["dbus_index_common_prefix"]
288 ignores = sorted(ignores, key=len, reverse=True)
302 for ignore in ignores:
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dlayerindex.py120 …(dependencies, invalidnames) = cookerIndex.find_dependencies(names=args.layername, ignores=ignore_…
146 …(dependencies, invalidnames) = lIndex.find_dependencies(names=args.layername, ignores=ignore_layer…
/openbmc/phosphor-user-manager/
H A D.gitignore1 # Meson ignores.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0007-Mark-deleted-interfaces-as-being-changed.patch6 Netlink notification handling ignores messages for deleted links,
/openbmc/linux/arch/m68k/ifpsp060/
H A DCHANGES51 a failing value to the 68060SP, the package ignores
60 to the package. Since the package currently ignores this
/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/
H A D0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch6 systemd's resolvconf implementation ignores the protocol part.
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-build.c-ignore-return-of-1-from-tar-cf.patch17 in other error cases. We tweak dpkg-deb here so that it ignores an exit
/openbmc/linux/Documentation/networking/
H A Dmptcp-sysctl.rst69 The packet scheduler ignores stale subflows.
/openbmc/linux/Documentation/scsi/
H A Dscsi-parameters.rst98 allowing boot to proceed. none ignores them, expecting
/openbmc/linux/Documentation/misc-devices/
H A Dmax6875.rst63 The MAX6874/MAX6875 ignores address bit 0, so this driver attaches to multiple
/openbmc/linux/kernel/
H A DKconfig.locks3 # The ARCH_INLINE foo is necessary because select ignores "depends on"
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dexynos_mipi_dsi.txt24 If set, DSI master ignores HFP area in VIDEO mode.
/openbmc/openpower-hw-diags/
H A Dmeson.build145 # When running GCOV reports, the Jenkins CI script explicitly ignores any
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-overlay.rst203 clip lists are not supported the driver ignores this field. Its
211 lists are not supported the driver ignores this field, its contents
233 When a clipping bit mask is not supported the driver ignores this field,
H A Ddev-output.rst89 and :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ioctl, even if :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ignores all
H A Ddev-capture.rst92 and :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ioctl, even if :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ignores all
/openbmc/linux/Documentation/filesystems/
H A Dhpfs.rst70 OS/2 ignores dots and spaces at the end of file name, so this driver does as
132 again :-). chkdsk happily ignores these errors and only low-level disk
157 driver allows you to do it. chkdsk ignores such errors.
/openbmc/u-boot/doc/
H A DREADME.davinci.nand_spl135 flash, but the RBL ignores the page settings, so I have to
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/
H A D0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch6 clang ignores the visibility attribute if its not
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/
H A D0001-asm-Delete-.func-.endfunc-directives.patch7 linux systems, gas ignores them silently, but clang assembler does not
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dfaq.rst81 ``kunit_tool`` ignores. This should be as simple as running ``./vmlinux``
/openbmc/linux/Documentation/sound/hd-audio/
H A Drealtek-pc-beep.rst48 into 14h (internal speaker on my machine). Mixed signal **ignores** the mute

1234