Home
last modified time | relevance | path

Searched refs:layerindex (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Drestapi.py24 self.layerindex = layerindexlib.LayerIndex(self.d)
25 …self.layerindex.load_layerindex('https://layers.openembedded.org/layerindex/api/;branch=sumo', loa…
29 self.assertFalse(self.layerindex.is_empty(), msg="Layerindex is empty")
33 … self.layerindex.store_layerindex('file://%s/file.json' % self.tempdir, self.layerindex.indexes[0])
44 for itemId in self.layerindex.indexes[0].layerItems:
45 layerItemNames.append(self.layerindex.indexes[0].layerItems[itemId].name)
47 for layerBranchId in self.layerindex.indexes[0].layerBranches:
48 … layerItemNames.remove(self.layerindex.indexes[0].layerBranches[layerBranchId].layer.name)
54 for type in self.layerindex.indexes[0]._index:
57 type in self.layerindex.indexes[0].config['local']:
[all …]
H A Dcooker.py32 self.layerindex = layerindexlib.LayerIndex(self.d)
33 self.layerindex.load_layerindex('cooker://', load=['layerDependencies'])
36 self.assertFalse(self.layerindex.is_empty(), msg="Layerindex is not empty!")
40 (dependencies, invalidnames) = self.layerindex.find_dependencies(names=['meta-python'])
76 result = self.layerindex.find_collection(collection)
95 result = self.layerindex.find_layerbranch(name)
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dplugin.py35 def init(self, layerindex): argument
36 self.layerindex = layerindex
H A Dcooker.py74 d = self.layerindex.data
166 d = self.layerindex.data
168 params = self.layerindex._parse_params(up.params)
H A Drestapi.py67 params = self.layerindex._parse_params(up.params)
160 … res = self.layerindex._fetch_url(up_stripped.geturl(), username=username, password=password)
180 params = self.layerindex._parse_params(up.params)
H A DREADME9 layerindex-web project, as well as the ability to store and retried a
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py99 layerindex = layerindexlib.LayerIndex({"DUMMY" : "VALUE"})
108 layerindex.load_layerindex("%s%s" % (self.apiurl, url_branches))
114 index = layerindex.indexes[0]
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/
H A DREADME1 This test data is used to verify the 'cooker' module of the layerindex.
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dreference.rst28 layer index's web application at :yocto_git:`/layerindex-web/`.
83 this code, which is at :yocto_git:`/layerindex-web/`, as a base to create
98 information. Make sure you select "layerindex" as the layer source type.
114 …<field name="value" type="CharField">https://layers.my_organization.org/layerindex/branch/master/l…
/openbmc/openbmc/poky/meta/classes/
H A Dtoaster.bbclass72 layer_url = 'http://layers.openembedded.org/layerindex/layer/{layer}/'
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dvulnerabilities.rst151 an example from the :oe_layerindex:`ffmpeg recipe for dunfell </layerindex/recipe/122174>`::
H A Dlayers.rst828 - ``layerindex-fetch``: Fetches a layer from a layer index, along
832 - ``layerindex-show-depends``: Finds layer dependencies from the
/openbmc/openbmc/poky/documentation/
H A DREADME368 'oe_layer': ('https://layers.openembedded.org/layerindex/branch/master/layer%s', None),
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dfeatures.rst218 (requires `meta-selinux <https://layers.openembedded.org/layerindex/layer/meta-selinux/>`__).
H A Dvariables.rst1765 Here is an example from the :oe_layerindex:`Berkeley DB recipe </layerindex/recipe/544>`::
1778 an example from the :oe_layerindex:`Python3 recipe</layerindex/recipe/23823>`::
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.rst82 - bitbake-layers: layerindex-fetch: add ``--fetchdir`` parameter
H A Drelease-notes-4.2.rst244 - ``layerindex-fetch``: checkout layer(s) branch when clone exists
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables.rst863 in conjunction with ``bitbake-layers layerindex-fetch`` and tells