Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A Dpy-3.11.patch132 +// bpo-42262 added Py_NewRef() to Python 3.10.0a3
143 +// bpo-42262 added Py_XNewRef() to Python 3.10.0a3
176 +// bpo-39573 added Py_SET_REFCNT() to Python 3.9.0a4
186 +// Py_SETREF() and Py_XSETREF() were added to Python 3.5.2.
205 +// bpo-43753 added Py_Is(), Py_IsNone(), Py_IsTrue() and Py_IsFalse()
221 +// bpo-39573 added Py_SET_TYPE() to Python 3.9.0a4
232 +// bpo-39573 added Py_SET_SIZE() to Python 3.9.0a4
243 +// bpo-40421 added PyFrame_GetCode() to Python 3.9.0b1
261 +// bpo-40421 added PyFrame_GetCode() to Python 3.9.0b1
280 +// bpo-39947 added PyThreadState_GetInterpreter() to Python 3.9.0a5
[all …]
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-our_range_memslots.h26 uint64_t added; member
37 return our_range->range.start + our_range->added; in our_range_get_remaining_start()
42 return our_range->range.count - our_range->added - our_range->unusable_tail; in our_range_get_remaining_size()
49 our_range->unusable_tail = our_range->range.count - our_range->added; in our_range_mark_remaining_unusable()
/openbmc/openbmc/poky/meta/classes/
H A Dccmake.bbclass47 removed, added = [], []
56 added.append((bk, bkt, bv))
65 added.append((bk, bkt, bv))
67 return removed, added
77 _, added = cmake_diff_config_vars(old, new)
79 if len(added) != 0:
82 for k, kt, v in added:
89 for k, kt, v in added:
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_metadata.py20 if not self.added:
31 for pn in self.added:
35 for pn in self.added:
56 if not self.added:
59 for pn in self.added:
176 if not self.added:
179 for pn in self.added:
H A Dbase.py141 cls.added, cls.modified, cls.removed = cls.get_metadata_stats(cls.patchset)
222 added, modified, removed = [], [], []
248 added = [find_pn(data,path) for path in added_paths]
252 return [a for a in added if a], [m for m in modified if m], [r for r in removed if r]
/openbmc/phosphor-virtual-sensor/
H A DREADME.md17 added this way can use any expression that is accepted by exprtk.
31 Sensors added this way can only use a set of restricted calculations. Currently
34 The virtual sensor configuration information needs to be added into the relevant
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DWsuipa1 This file was added by Clea F. Rees on 2008/11/30 with the permission of Dean Guenther and pointers…
H A DLinux-man-pages-1-para4 and date of the modification is added to the header.
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/
H A Dphosphor-hwmon_%.bbappend5 # More conf files can be added as sensors are added.
/openbmc/openbmc-test-automation/lib/xcat/
H A Dxcat_utils.robot46 # Get the list of BMC nodes to be added.
64 # node Name of the node to be added.
74 [Documentation] Validate added node.
83 Should Contain ${std_out} ${node} msg=Node is not added.
151 [Documentation] Validate whether node is added in group.
160 ... msg=BMC node is not added in a group.
/openbmc/openbmc/poky/documentation/tools/
H A Dupdate-documentation-conf86 added = []
101 added.append(dkey)
111 elif key in added:
/openbmc/bmcweb/docs/
H A DREDFISH_CHECKLIST.md10 that have been added or are used in the commit.
20 Verify that the @odata.type on the schema on which you've added functionality
21 has a version that includes the parameters you've added
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py995 added = sb - sa
997 return changed, added, removed
1011 added = []
1015 added.append(x)
1021 for y in added:
1024 added.remove(y)
1028 added = [x[0] for x in added]
1030 return changed, added, removed
1048 …changed, added, removed = dict_diff(a_data['gendeps'], b_data['gendeps'], a_data['basehash_ignore_…
1054 if added:
[all …]
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/
H A D0001-configure-Do-not-add-D_FILE_OFFSET_BITS-to-CFLAGS.patch8 first include file in fatresize.c hence its not required to be added via
12 -D_FILE_OFFSET_BITS=no added to CFLAGS which messes up builds.
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_reboot_bmc_sub_menu.robot50 # Delay added for cancel button to appear.
63 # Delay added for confirm button to appear.
88 # Delay added for confirm button to appear.
106 # Delay added for confirm button to appear.
/openbmc/openbmc/poky/meta/recipes-core/picolibc/
H A Dpicolibc_git.bb15 # This is being added by picolibc meson files as well to avoid
16 # early compiler tests from failing, cant remember why I added it
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.cpp79 const std::shared_ptr<MCTPEndpoint>& ep)>& added) in finaliseEndpoint() argument
89 added({}, endpoint); in finaliseEndpoint()
94 const std::shared_ptr<MCTPEndpoint>& ep)>&& added) in setup() argument
99 auto onSetup = [weak{weak_from_this()}, added{std::move(added)}]( in setup()
105 added(ec, {}); in setup()
111 self->finaliseEndpoint(objpath, eid, network, added); in setup()
H A DMCTPEndpoint.hpp169 added) = 0;
281 added) override;
309 const std::shared_ptr<MCTPEndpoint>& ep)>& added);
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch6 Commit c60b3806799abf1d7f6cf5108a1b0e733a950b13 added support for
8 aarch64, on x86_64 it was added but the old object pe-dll.o needs to be
/openbmc/docs/designs/
H A Dcper-records.md21 In Redfish specification drop 2021.3, Redfish added support for CPER records
25 which is proposed to be added in a future version of DMTF [DSP0248].
32 This library hosts the meson-dev branch, which was added for the purpose of this
45 end that added records do not require manual effort to implement in each
78 New repo will be created within the organization. New recipe will be added to
/openbmc/qemu/docs/devel/migration/
H A Dvirtio.rst24 have been added to make cross-version migration possible
114 added to the core for compatibility reasons. If transport or device specific
115 state is added, core needs to invoke a callback from the new subsection.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openconnect/openconnect/
H A D0001-Shim-for-renaming-of-GNUTLS_NO_EXTENSIONS-in-GnuTLS-.patch8 then a backwards-compatibility shim was belatedly added in
32 + * backwards-compatibility shim was added in a subsequent commit, but
/openbmc/libbej/
H A DREADME.md4 library will be added in the future.
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dfixed_defined_warnings.patch4 Subject: [PATCH] added yocto-standard to bastille
8 yocto-standard distro is added to the distro variable
/openbmc/openpower-vpd-parser/service_files/
H A Dsystem-vpd.service1 #currently these services are added just for backward compatibility.

12345678910>>...29