/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | classes.rst | 19 - ``classes-recipe/`` - classes intended to be inherited by recipes 21 - ``classes-global/`` - classes intended to be inherited globally 22 - ``classes/`` - classes whose usage context is not clearly defined 30 This chapter discusses only the most useful and important classes. Other 31 classes do exist within the ``meta/classes*`` directories in the Source 35 .. _ref-classes-allarch: 40 The :ref:`ref-classes-allarch` class is inherited by recipes that do not produce 52 configured for all architectures using :ref:`ref-classes-allarch`. This is the case 61 By default, all recipes inherit the :ref:`ref-classes-base` and 62 :ref:`ref-classes-package` classes, which enable [all …]
|
H A D | variables.rst | 60 ":ref:`ref-classes-update-alternatives`" 80 ":ref:`ref-classes-update-alternatives`" 96 ":ref:`ref-classes-update-alternatives`" 126 ":ref:`ref-classes-update-alternatives`" section. 129 When inheriting the :ref:`ref-classes-features_check` 142 See the :ref:`ref-classes-grub-efi` class for more 149 When used with the :ref:`ref-classes-archiver` class, 165 ``meta/classes/archiver.bbclass`` file in the :term:`Source Directory`. 196 When the :ref:`ref-classes-debian` class is inherited, 202 :ref:`ref-classes-debian` class to act on all packages that are [all …]
|
/openbmc/linux/net/sched/ |
H A D | sch_ets.c | 55 struct ets_class classes[TCQ_ETS_MAX_BANDS]; member 96 return &q->classes[arg - 1]; in ets_class_from_arg() 102 int band = cl - q->classes; in ets_class_id() 132 q_sum += q->classes[i].quantum; in ets_offload_change() 135 quantum = q->classes[i].quantum; in ets_offload_change() 194 unsigned int band = cl - q->classes; in ets_class_is_strict() 402 return &q->classes[q->prio2band[band & TC_PRIO_MAX]]; in ets_classify() 408 return &q->classes[q->prio2band[0]]; in ets_classify() 409 return &q->classes[band]; in ets_classify() 468 cl = &q->classes[band]; in ets_qdisc_dequeue() [all …]
|
/openbmc/linux/Documentation/mm/ |
H A D | zsmalloc.rst | 40 # cat /sys/kernel/debug/zsmalloc/zram0/classes 98 zsmalloc has 255 size classes, each of which can hold a number of zspages. 103 As an optimization, zsmalloc merges size classes that have similar 107 For instance, consider the following size classes::: 116 Size classes #95-99 are merged with size class #100. This means that when we 144 dewer class mergers, resulting in a more compact grouping of classes, which 147 Let's take a closer look at the bottom of `/sys/kernel/debug/zsmalloc/zramX/classes`::: 159 in huge classes do not share pages). 162 for the huge size class and fewer huge classes overall. This allows for more 207 pages per zspage number of size classes (clusters) huge size class watermark [all …]
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | ptest.rst | 28 A recipe is "ptest-enabled" if it inherits the :ref:`ref-classes-ptest` 59 - *Be sure the recipe inherits the* :ref:`ref-classes-ptest` *class:* 69 - :oe_git:`go-ptest </openembedded-core/tree/meta/classes-recipe/go-ptest.bbclass>` 70 - :ref:`ref-classes-ptest-cargo` 71 - :ref:`ref-classes-ptest-gnome` 72 - :oe_git:`ptest-perl </openembedded-core/tree/meta/classes-recipe/ptest-perl.bbclass>` 73 …- :oe_git:`ptest-python-pytest </openembedded-core/tree/meta/classes-recipe/ptest-python-pytest.b… 75 Inheriting these classes with the ``inherit`` keyword in your recipe will 124 - *Install the test suite:* The :ref:`ref-classes-ptest` class
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.2.rst | 23 - :ref:`ref-classes-cml1`: in :ref:`ref-tasks-diffconfig`, do not override 25 class :ref:`ref-classes-cml1`. 38 - The :ref:`ref-classes-kernel-yocto` classes now supports in-tree 43 ``.config`` for :ref:`ref-classes-kernel-yocto`-based Kernel recipes. 46 :ref:`ref-classes-kernel-uboot` class. This can be done by setting the 51 - ``python3-pefile``: required for the :ref:`ref-classes-uki` class. 68 - New core classes: 70 - New :ref:`ref-classes-uki` class for building Unified Kernel Images (UKI). 73 - New :ref:`ref-classes-cython` class for python recipes that require Cython 94 - The :ref:`ref-classes-go-mod` class now sets an internal variable [all …]
|
H A D | migration-4.0.rst | 122 function has been removed from the :ref:`ref-classes-license` class as 141 classes have been moved to ``meta-python``. Recipes that inherit the ``distutils*`` 142 classes should be updated to inherit ``setuptools*`` equivalents instead. 145 The new Python packaging classes that should be used are 146 :ref:`ref-classes-python_flit_core`, :ref:`ref-classes-python_setuptools_build_meta` 147 and :ref:`ref-classes-python_poetry_core`. 149 - The :ref:`ref-classes-setuptools3` class :ref:`ref-tasks-install` task now 153 entry points, then :ref:`ref-classes-setuptools3_legacy` should 175 :ref:`ref-classes-base` class. If you have references in your configuration to 217 :ref:`ref-classes-base` class with a more descriptive [all …]
|
H A D | release-notes-5.1.rst | 78 - :ref:`ref-classes-nativesdk` now have :ref:`ref-tasks-package_qa` run when 84 - The :ref:`ref-classes-toolchain-scripts` class now exports the target 99 - Running tests on target with :ref:`ref-classes-testimage` can now be done 102 - Artifact collection when using the :ref:`ref-classes-testimage` class is 181 - The :ref:`ref-classes-prserv` class now uses a shared sqlite3 database to 217 - Remove support for ``DIRFILES`` of :ref:`ref-classes-package_rpm` as it is 238 - :ref:`ref-classes-cve-check` changes: 240 - The class :ref:`ref-classes-cve-check` now uses a local copy of the NVD 243 - New statuses can be reported by :ref:`ref-classes-cve-check`: 263 class :ref:`ref-classes-create-spdx`). New ``create-spdx-image-3.0`` [all …]
|
H A D | release-notes-4.1.rst | 33 - Support ``crate://`` fetcher with :ref:`ref-classes-externalsrc` 55 - The :ref:`ref-classes-pypi` class now defaults :term:`CVE_PRODUCT` from :term:`PYPI_PACKAGE` 63 - Pressure data gathering in :ref:`ref-classes-buildstats` and rendering in ``pybootchartgui`` 65 - New Picobuild system for lightweight Python PEP-517 build support in the :ref:`ref-classes-python… 67 - Many classes are now split into global and recipe contexts for better 69 :ref:`Classes now split by usage context <migration-4.1-classes-split>`. 102 - :ref:`ref-classes-image-buildinfo` class now also writes build information to SDKs 104 - rust-llvm: enabled :ref:`ref-classes-nativesdk` variant 105 - python3-pluggy: enabled for :ref:`ref-classes-native` / :ref:`ref-classes-nativesdk` 118 - :ref:`ref-classes-image_types`: isolate the write of UBI [all …]
|
H A D | migration-general.rst | 79 The :ref:`ref-classes-buildhistory` class can be used 84 #. Enable :ref:`ref-classes-buildhistory` before the migration 88 #. Capture the :ref:`ref-classes-buildhistory` output (as 93 deleting the :ref:`ref-classes-buildhistory` output 96 #. Set a tag in the :ref:`ref-classes-buildhistory` output (which is a git repository) before 105 :ref:`ref-classes-buildhistory` output using ``git diff`` or ``buildhistory-diff``. 107 For more information on using :ref:`ref-classes-buildhistory`, see
|
H A D | migration-4.1.rst | 74 .. _migration-4.1-classes-split: 79 A split directory structure has now been set up for ``.bbclass`` files - classes 82 ``classes-recipe`` subdirectory and classes that are intended to be inherited 84 or :term:`INHERIT_DISTRO`) should be in ``classes-global``. Classes in the 85 existing ``classes`` subdirectory will continue to work in any context as before. 89 configuration you were using some classes in the incorrect context, you will now 95 Since :ref:`ref-classes-testimage` is a class intended solely to 157 - The :ref:`ref-classes-image-buildinfo` class now writes to 162 - In the :ref:`ref-classes-archiver` class, the default 166 :ref:`ref-classes-archiver` class then you may need to adjust it to [all …]
|
H A D | migration-1.8.rst | 79 kernel recipes that do not inherit from :ref:`ref-classes-kernel-yocto` or 87 :ref:`module <ref-classes-module>` classes might need to add explicit 125 Changes have been made to the :ref:`ref-classes-base`, 126 :ref:`ref-classes-autotools`, and :ref:`ref-classes-cmake` classes to clean out
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 157 classes=self.options.get('class', [])) 170 for classes, value in tokens: 171 if classes: 173 classes=classes)
|
H A D | rstFlatTable.py | 188 def buildTableRowNode(self, row_data, classes=None): argument 189 classes = [] if classes is None else classes 196 attributes = {"classes" : classes}
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 155 classes=self.options.get('class', [])) 168 for classes, value in tokens: 169 if classes: 171 classes=classes)
|
H A D | rstFlatTable.py | 200 def buildTableRowNode(self, row_data, classes=None): argument 201 classes = [] if classes is None else classes 208 attributes = {"classes" : classes}
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 29 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 34 classes.append('cmake') 36 classes.extend(values.pop('inherit', '').split()) 305 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 310 classes.append('scons') 320 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 325 classes.append('qmake2') 332 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 340 classes.extend(values.pop('inherit', '').split()) 374 classes.append('autotools') [all …]
|
/openbmc/qemu/scripts/codeconverter/ |
H A D | converter.py | 57 classes = [p for arg in args.patterns 60 for c in classes: 68 DBG("classes: %r", classes) 69 files.patch_content(max_passes=args.passes, class_names=classes)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | typeahead.jquery.js | 171 var www, classes; 172 classes = _.mixin({}, defaultClassNames, o); 175 classes: classes, property in AnonymousFunctionc6d3f3560900.build.www 176 html: buildHtml(classes), 177 selectors: buildSelectors(classes) 182 classes: www.classes, 195 function buildSelectors(classes) { argument 197 _.each(classes, function(v, k) { 676 …this.$el = $(o.node).addClass(this.classes.dataset).addClass(this.classes.dataset + "-" + this.nam… 752 …data(keys.val, that.displayFn(suggestion)).addClass(that.classes.suggestion + " " + that.classes.s… [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | libata-eh.c | 2544 unsigned int *classes, unsigned long deadline, in ata_do_reset() argument 2551 classes[dev->devno] = ATA_DEV_UNKNOWN; in ata_do_reset() 2553 return reset(link, classes, deadline); in ata_do_reset() 2575 unsigned int *classes = ehc->classes; in ata_eh_reset() local 2677 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2692 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2718 trace_ata_link_hardreset_begin(link, classes, deadline); in ata_eh_reset() 2721 trace_ata_link_softreset_begin(link, classes, deadline); in ata_eh_reset() 2724 rc = ata_do_reset(link, reset, classes, deadline, true); in ata_eh_reset() 2726 trace_ata_link_hardreset_end(link, classes, rc); in ata_eh_reset() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runtime_test.py | 309 for classes in ("package_rpm", "package_deb", "package_ipk"): 310 with self.subTest(init_manager=init_manager, package_class=classes): 313 features += 'PACKAGE_CLASSES = "%s"\n' % classes 395 for classes in ("package_rpm", "package_deb", "package_ipk"): 396 with self.subTest(package_class=classes): 398 features += 'PACKAGE_CLASSES = "%s"\n' % classes
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/ |
H A D | glib-testing_0.1.1.bb | 1 SUMMARY = "libglib-testing provides test harnesses and mock classes to complement GLib classes"
|
/openbmc/linux/drivers/parport/ |
H A D | probe.c | 19 } classes[] = { variable 46 pr_cont(": %s", classes[info->class].descr); in pretty_print() 90 for (i = 0; classes[i].token; i++) { in parse_data() 91 if (!strcmp(classes[i].token, sep)) { in parse_data()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | tftpy_0.8.2.bb | 1 …brary for the Python programming language. It includes client and server classes, with sample impl… 3 includes client and server classes, with sample implementations. Hooks are \
|
/openbmc/openbmc/meta-amd/ |
H A D | README.md | 7 classes/ 11 conf, classes, and recipes-*, for description of the BSP layers consult the
|