Home
last modified time | relevance | path

Searched refs:excluded (Results 1 – 25 of 136) sorted by relevance

123456

/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_esels.robot18 ${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 Dbmc_collect_sensors.robot20 ${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 Dbmc_collect_vpd_and_hw_status.robot18 ${rest_collected_values} Rest collection excluded
19 ${redfish_collected_values} Redfish collection excluded
/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_filter.bbclass56 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 Dcopyleft_compliance.bbclass25 bb.debug(1, 'copyleft: %s is excluded: %s' % (p, reason))
H A Darchiver.bbclass24 # 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 Drm_work.bbclass20 # are preserved besides temp, which already gets excluded by default
H A Dvex.bbclass65 # Layers to be excluded
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Ddummy-sdk-package.inc1 …kages which handle excluding packages from the sdk, e.g. ensuring perl is excluded from buildtools"
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmeson.build52 # Long-running tests that are excluded from CI
/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py154 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 D0001-openbox-xdg-autostart-convert-to-python3.patch87 - 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 DCommunity-Spec-1.042 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 DNICTA-1.048 that cannot be wholly or partly excluded, restricted or modified,
H A DOLFL-1.350 identified as such in writing are excluded.
176 any warranty is excluded. The Subject Matter of the License is a work in
H A DPDDL-1.0124 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 Dmeson.options24 description: 'Build long-running tests that are excluded from CI.',
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dappendix-customizing.rst25 - 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 Dpopulate_sdk_base.bbclass225 …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 DREADME.power-framework162 3. Definition of batteries [*] (for trats/trats2) should be excluded from the
H A DREADME.generic-board64 separate function calls so that they can easily be included or excluded
/openbmc/docs/designs/
H A Dpsu-monitoring.md18 be configurable to be included or excluded for use on different platforms.
/openbmc/openbmc/poky/documentation/test-manual/
H A Dreproducible-builds.rst144 set of recipes before the test, meaning they are excluded from reproducibility
/openbmc/openpower-vpd-parser/docs/
H A Dsystem-json_README.md246 "noprime": "<bool: FRU is excluded from priming>",
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py157 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:

123456