Searched refs:depmap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/ |
| H A D | connman.inc | 119 def add_rdepends(bb, d, file, pkg, depmap, multilib_prefix, add_insane_skip): 121 if plugintype in depmap: 123 depmap[plugintype].split()) 129 depmap = dict(pppd="ppp") 133 add_rdepends(bb, d, file, pkg, depmap, multilib_prefix, False) 140 add_rdepends(bb, d, file, pkg, depmap, multilib_prefix, True)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvfw/ |
| H A D | acr.h | 59 u8 depmap[11/*LSF_LSB_DEPMAP_SIZE*/ * 2 * 4]; member
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create.py | 1294 depmap = {'libz-dev': 'zlib'} 1321 mapped = depmap.get(dep, '')
|