Searched refs:srcuri_entry (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | standard.py | 1631 def srcuri_entry(basepath, patchdir_params): function 1700 remaining = [srcuri_entry(os.path.basename(item), patchdir_params) for 1742 _replace_srcuri_entry(srcuri, basepath, srcuri_entry(basepath, patchdir_param)) 1756 srcuri.append(srcuri_entry(basepath, patchdir_params)) 1772 srcuri.append(srcuri_entry(basepath, params))
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 1162 filepath, srcuri_entry = self._get_first_file_uri(testrecipe) 1165 … self._test_appendsrcfile(testrecipe, filepath, subdir, machine=machine, remove=[srcuri_entry])
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.12.rst | 57 - devtool: Fix the wrong variable in srcuri_entry
|
| H A D | release-notes-4.2.2.rst | 48 - devtool: Fix the wrong variable in srcuri_entry
|