Searched refs:srcuri_entry (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1692 def srcuri_entry(basepath, patchdir_params): function 1761 remaining = [srcuri_entry(os.path.basename(item), patchdir_params) for 1801 _replace_srcuri_entry(srcuri, basepath, srcuri_entry(basepath, patchdir_param)) 1815 srcuri.append(srcuri_entry(basepath, patchdir_params)) 1831 srcuri.append(srcuri_entry(basepath, params))
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 1335 filepath, srcuri_entry = self._get_first_file_uri(testrecipe) 1338 … 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
|