Home
last modified time | relevance | path

Searched refs:patchset (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py73 cls.patchset = None
75 … cls.patchset = unidiff.PatchSet.from_filename(PatchTestInput.repo.patch, encoding=u'UTF-8')
77 cls.patchset = []
140 cls.added, cls.modified, cls.removed = cls.get_metadata_stats(cls.patchset)
187 def get_metadata_stats(cls, patchset): argument
224 for patch in patchset:
H A Dtest_metadata.py87 for patch in self.patchset:
101 for patch in self.patchset:
155 for patch in self.patchset:
H A Dtest_patch.py24 for patch in cls.patchset:
43 new_cves = [p for p in self.patchset if p.path.endswith('.patch') and p.is_added_file]
H A Dtest_python_pylint.py24 for patch in cls.patchset:
H A Dtest_mbox.py117 for patch in self.patchset:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py794 def __init__(self, patchset, terminal): argument
807 def __init__(self, patchset, terminal): argument
808 self.patchset = patchset
813 os.chdir(self.patchset.dir)
815 self.patchset.Push()
827 self.patchset = patchset
834 os.chdir(self.patchset.dir)
836 self.patchset.Push(False)
860 oldpatchset = self.patchset
861 self.patchset = oldpatchset.__class__(self.patchset.dir, self.patchset.d)
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dpatch.bbclass141 patchset = cls(patchdir, d)
142 resolver = rcls(patchset, oe_terminal)
143 classes[patchdir] = (patchset, resolver)
144 patchset.Clean()
146 patchset, resolver = classes[patchdir]
150 patchset.Import({"file":local, "strippath": parm['striplevel']}, True)
/openbmc/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst73 obligation to ever accept any given patchset, but if the review has not
86 after a patchset has been posted without receiving any feedback. In
/openbmc/linux/Documentation/filesystems/ext4/
H A Dbigalloc.rst30 block, even for directories. TaoBao had a patchset to extend the “use
/openbmc/bmcweb/
H A DREDFISH_CHECKLIST.md33 common errors are present in the patchset.
H A DOWNERS60 # patchset, adding your name to the list below, documenting some evidence of
H A DTESTING.md100 A committer should run tests that exercise all paths changed in the patchset. If
/openbmc/linux/Documentation/filesystems/
H A Dxfs-maintainer-entry-profile.rst116 - Any patchset changing XFS should be cc'd in its entirety to linux-xfs.
161 format document[3] and submitted as a patchset after the fstests
H A Dxfs-online-fsck-design.rst889 Proposed patchset:
1759 The proposed patchset is the
2046 The proposed patchset is the
2224 The proposed patchset is the
2634 The proposed patchset is the
2727 The proposed patchset is the
2768 The proposed patchset is the
2853 The proposed patchset is the
2953 The proposed patchset is the
2982 The proposed patchset is the
[all …]
/openbmc/linux/Documentation/trace/
H A Dhwlat_detector.rst12 however there is nothing x86 specific about this patchset. It was
/openbmc/linux/Documentation/process/
H A Dsubmit-checklist.rst102 21) Tested after it has been merged into the -mm patchset to make sure
/openbmc/qemu/docs/devel/
H A Dsubmitting-a-patch.rst376 intend for your patchset to be applied to master, but would like some
387 patchset that the submitter themselves is saying shouldn't be applied,
392 of the patchset you're looking for review on, and why reviewers
497 Include version history in patchset revisions
543 If your patchset has received no replies you should "ping" it after a
/openbmc/docs/designs/
H A Ddesign-template.md8 in a single reasonably small patchset that has little impact to any other
/openbmc/phosphor-host-ipmid/docs/
H A Dcontributing.md32 build. Ideally, changes from the entire patchset could be done all in one go to
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.2.rst106 - libtool: Update patchset to match those submitted upstream
/openbmc/linux/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst129 ACPICA release patchset for the Linux ACPI community. This process is
/openbmc/linux/Documentation/sound/cards/
H A Demu-mixer.rst36 A patchset to enhance the driver is available from `a GitHub repository
/openbmc/linux/Documentation/networking/
H A Dmsg_zerocopy.rst51 patchset
H A Dtls.rst209 A patchset to OpenSSL to use ktls as the record layer is
/openbmc/linux/Documentation/timers/
H A Dhighres.rst246 Aside the current initial submission of i386 support, the patchset has been

12