| /openbmc/openbmc-test-automation/systest/collection/ |
| H A D | bmc_collect_esels.robot | 18 ${error_logs_flagged_rest} Rest error log collection excluded 19 ${event_logs_flagged_redfish} Redfish event log collection excluded 20 ${rest_error_logs} Rest error log collection excluded 21 ${redfish_event_logs} Redfish error log collection excluded
|
| H A D | bmc_collect_sensors.robot | 20 ${sensors_values_rest} Rest sensors collection excluded 21 ${sensors_values_redfish} Redfish sensors collection excluded 22 ${sensors_flagged_rest} Rest sensors collection excluded 23 ${sensors_flagged_redfish} Redfish sensors collection excluded
|
| H A D | bmc_collect_vpd_and_hw_status.robot | 18 ${rest_collected_values} Rest collection excluded 19 ${redfish_collected_values} Redfish collection excluded
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | copyleft_filter.bbclass | 56 included, motive = False, 'recipe type "%s" is excluded' % recipe_type 74 included, motive = False, 'recipe has excluded licenses: %s' % ', '.join(reason) 81 included, motive = False, 'recipe excluded by name'
|
| H A D | copyleft_compliance.bbclass | 25 bb.debug(1, 'copyleft: %s is excluded: %s' % (p, reason))
|
| H A D | archiver.bbclass | 24 # COPYLEFT_LICENSE_EXCLUDE will be excluded. 83 bb.debug(1, 'archiver: %s is excluded: %s' % (pn, reason)) 97 bb.debug(1, 'archiver: %s is excluded, covered by gcc-source' % pn) 369 bb.note('Skipping excluded url: %s' % (ud.url)) 525 # BBINCLUDED is special (excluded from basehash signature 556 # Files like aa1.bbappend or aa1_1.1.bbappend must be excluded.
|
| H A D | rm_work.bbclass | 20 # are preserved besides temp, which already gets excluded by default
|
| H A D | vex.bbclass | 65 # Layers to be excluded
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | dummy-sdk-package.inc | 1 …kages which handle excluding packages from the sdk, e.g. ensuring perl is excluded from buildtools"
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | meson.build | 52 # Long-running tests that are excluded from CI
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | license.py | 154 excluded = [lic for lic in licenses if exclude_license(lic)] 156 if excluded: 157 return False, excluded
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
| H A D | 0001-openbox-xdg-autostart-convert-to-python3.patch | 87 - print " information is given for why they are excluded" 110 + print(" information is given for why they are excluded")
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Community-Spec-1.0 | 42 patent claims excluded by Contributor under Section 3. 49 Specification, except for those patent claims excluded by Contributor 56 patent claims excluded under Section 3. 127 were eligible to have been excluded pursuant to Section 3.1. 249 makes the excluded claim a Necessary Claim. If (ii) is chosen, the
|
| H A D | NICTA-1.0 | 48 that cannot be wholly or partly excluded, restricted or modified,
|
| H A D | OLFL-1.3 | 50 identified as such in writing are excluded. 176 any warranty is excluded. The Subject Matter of the License is a work in
|
| H A D | PDDL-1.0 | 124 5.2 Subject to any liability that may not be excluded or limited by law, the Rightsholder is not li… 126 5.3 If liability may not be excluded by law, it is limited to actual and direct financial loss to t…
|
| /openbmc/phosphor-power/ |
| H A D | meson.options | 24 description: 'Build long-running tests that are excluded from CI.',
|
| /openbmc/openbmc/poky/documentation/sdk-manual/ |
| H A D | appendix-customizing.rst | 25 - Variables whose values start with "/" are excluded since the 31 are excluded. These variables are not allowed through from the 37 For a list of the variables excluded by default, see the
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | populate_sdk_base.bbclass | 225 …bb.warn("Package %s, set to be excluded, is in %s PACKAGE_INSTALL (%s). It will be removed from t… 229 …bb.warn("Package %s, set to be excluded, is in %s PACKAGE_INSTALL_ATTEMPTONLY (%s). It will be re…
|
| /openbmc/u-boot/doc/ |
| H A D | README.power-framework | 162 3. Definition of batteries [*] (for trats/trats2) should be excluded from the
|
| H A D | README.generic-board | 64 separate function calls so that they can easily be included or excluded
|
| /openbmc/docs/designs/ |
| H A D | psu-monitoring.md | 18 be configurable to be included or excluded for use on different platforms.
|
| /openbmc/openbmc/poky/documentation/test-manual/ |
| H A D | reproducible-builds.rst | 144 set of recipes before the test, meaning they are excluded from reproducibility
|
| /openbmc/openpower-vpd-parser/docs/ |
| H A D | system-json_README.md | 246 "noprime": "<bool: FRU is excluded from priming>",
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | data_smart.py | 157 excluded = set([i for i in dir(builtins) if not i.startswith('_')] + ['oe']) variable in DataContext 166 if key in self.excluded or key in self.context:
|