Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 25 of 275) sorted by relevance

1234567891011

/openbmc/openbmc/poky/documentation/ref-manual/
H A Dclasses.rst19 - ``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 Dvariables.rst60 ":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`.
197 When the :ref:`ref-classes-debian` class is inherited,
203 :ref:`ref-classes-debian` class to act on all packages that are
[all …]
/openbmc/openbmc/poky/documentation/test-manual/
H A Dptest.rst28 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/u-boot/Documentation/sphinx/
H A Dkernel_include.py155 classes=self.options.get('class', []))
168 for classes, value in tokens:
169 if classes:
171 classes=classes)
H A DrstFlatTable.py200 def buildTableRowNode(self, row_data, classes=None): argument
201 classes = [] if classes is None else classes
208 attributes = {"classes" : classes}
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.3.rst25 - New core classes:
57 - :ref:`ref-classes-insane` class related changes:
61 - :ref:`ref-classes-cve-check` changes:
67 - :ref:`ref-classes-sanity` class changes:
H A Dmigration-4.0.rst122 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 Dmigration-general.rst79 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 Drelease-notes-5.1.rst78 - :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 Drelease-notes-4.1.rst33 - 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 Dmigration-4.1.rst74 .. _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 Drelease-notes-5.2.rst32 fit image. See the :ref:`ref-classes-kernel-fitimage` for more information.
34 - :ref:`ref-classes-meson`: :term:`MESON_INSTALL_TAGS` to allow passing
38 - :ref:`ref-classes-cve-check`: :term:`NVD_DB_VERSION` to allow choosing the
39 CVE feed when using the :ref:`ref-classes-cve-check` class.
54 - :ref:`ref-classes-cml1`: in :ref:`ref-tasks-diffconfig`, do not override
56 class :ref:`ref-classes-cml1`.
98 - The :ref:`ref-classes-kernel-yocto` classes now supports in-tree
106 ``.config`` for :ref:`ref-classes-kernel-yocto`-based Kernel recipes.
109 :ref:`ref-classes-kernel-uboot` class. This can be done by setting the
112 - :ref:`ref-classes-kernel-yocto`: Reproducibility for commits created by
[all …]
H A Dmigration-1.8.rst79 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/qemu/scripts/codeconverter/
H A Dconverter.py57 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/meta-openembedded/meta-oe/recipes-core/glib-2.0/
H A Dglib-testing_0.1.1.bb1 SUMMARY = "libglib-testing provides test harnesses and mock classes to complement GLib classes"
/openbmc/openbmc/meta-amd/
H A DREADME.md7 classes/
11 conf, classes, and recipes-*, for description of the BSP layers consult the
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dtftpy_0.8.5.bb1 …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/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py29 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/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js171 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/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druntime_test.py307 for classes in ("package_rpm", "package_deb", "package_ipk"):
308 with self.subTest(init_manager=init_manager, package_class=classes):
311 features += 'PACKAGE_CLASSES = "%s"\n' % classes
393 for classes in ("package_rpm", "package_deb", "package_ipk"):
394 with self.subTest(package_class=classes):
396 features += 'PACKAGE_CLASSES = "%s"\n' % classes
/openbmc/qemu/docs/sphinx/
H A Dcompat.py143 classes = ["xref", domain, f"{domain}-{rolename}"]
144 refnode += role.innernodeclass(target, title, classes=classes)
/openbmc/phosphor-bmc-code-mgmt/common/
H A DREADME.md7 from the classes found in the common folder.
17 The ExampleCodeUpdater implements the classes from common firmware library and
/openbmc/qemu/tests/qapi-schema/
H A Dbase-cycle-direct.json1 # we reject a loop in base classes
H A Dbase-cycle-indirect.json1 # we reject a loop in base classes
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A DREADME13 classes extending the unittest class. These classes support exporting
49 specific classes that implement a test component.

1234567891011