| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/ |
| H A D | py-3.11.patch | 132 +// 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 D | hv-balloon-our_range_memslots.h | 26 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 D | ccmake.bbclass | 47 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 D | test_metadata.py | 20 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 D | base.py | 141 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 D | README.md | 17 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 D | Wsuipa | 1 This file was added by Clea F. Rees on 2008/11/30 with the permission of Dean Guenther and pointers…
|
| H A D | Linux-man-pages-1-para | 4 and date of the modification is added to the header.
|
| /openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/ |
| H A D | phosphor-hwmon_%.bbappend | 5 # More conf files can be added as sensors are added.
|
| /openbmc/openbmc-test-automation/lib/xcat/ |
| H A D | xcat_utils.robot | 46 # 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 D | update-documentation-conf | 86 added = [] 101 added.append(dkey) 111 elif key in added:
|
| /openbmc/bmcweb/docs/ |
| H A D | REDFISH_CHECKLIST.md | 10 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 D | siggen.py | 995 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 D | 0001-configure-Do-not-add-D_FILE_OFFSET_BITS-to-CFLAGS.patch | 8 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 D | test_reboot_bmc_sub_menu.robot | 50 # 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 D | picolibc_git.bb | 15 # 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 D | MCTPEndpoint.cpp | 79 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 D | MCTPEndpoint.hpp | 169 added) = 0; 281 added) override; 309 const std::shared_ptr<MCTPEndpoint>& ep)>& added);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch | 6 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 D | cper-records.md | 21 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 D | virtio.rst | 24 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 D | 0001-Shim-for-renaming-of-GNUTLS_NO_EXTENSIONS-in-GnuTLS-.patch | 8 then a backwards-compatibility shim was belatedly added in 32 + * backwards-compatibility shim was added in a subsequent commit, but
|
| /openbmc/libbej/ |
| H A D | README.md | 4 library will be added in the future.
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | fixed_defined_warnings.patch | 4 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 D | system-vpd.service | 1 #currently these services are added just for backward compatibility.
|