Searched refs:targetpath (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | append.py | 37 def find_target_file(targetpath, d, pkglist=None): argument 55 if fnmatch.fnmatchcase(targetpath, d.expand(pthspec)): 58 targetpath_re = re.compile(r'\s+(\$D)?%s(\s|$)' % targetpath) 80 if fnmatch.fnmatchcase(fullpth, targetpath): 81 recipes[targetpath].append(pn) 84 if 'update-alternatives --install %s ' % targetpath in scriptval: 85 recipes[targetpath].append('?%s' % pn) 87 recipes[targetpath].append('!%s' % pn) 98 def determine_file_source(targetpath, rd): argument 107 elements = check_do_install(rd, targetpath) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtd/mtd-utils/ |
| H A D | add-exclusion-to-mkfs-jffs2-git-2.patch | 29 entry = add_host_filesystem_entry(targetpath, hostpath, 33 + if ( strcmp( element->name, targetpath ) == 0 ) { 34 + printf( "Note: ignoring directories below '%s'\n", targetpath );
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-util | 515 if fnmatch.fnmatchcase(fullpth, args.targetpath): 520 logger.error("Unable to find any package producing path %s" % args.targetpath)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 637 for targetpath in pkgpnmap[p]['FILES_INFO']: 638 targetfilesize = pkgpnmap[p]['FILES_INFO'][targetpath] 640 path = targetpath,
|