Home
last modified time | relevance | path

Searched refs:targetpath (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py38 def find_target_file(targetpath, d, pkglist=None): argument
56 if fnmatch.fnmatchcase(targetpath, d.expand(pthspec)):
59 targetpath_re = re.compile(r'\s+(\$D)?%s(\s|$)' % targetpath)
81 if fnmatch.fnmatchcase(fullpth, targetpath):
82 recipes[targetpath].append(pn)
85 if 'update-alternatives --install %s ' % targetpath in scriptval:
86 recipes[targetpath].append('?%s' % pn)
88 recipes[targetpath].append('!%s' % pn)
99 def determine_file_source(targetpath, rd): argument
108 elements = check_do_install(rd, targetpath)
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-util515 if fnmatch.fnmatchcase(fullpth, args.targetpath):
520 logger.error("Unable to find any package producing path %s" % args.targetpath)
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py640 for targetpath in pkgpnmap[p]['FILES_INFO']:
641 targetfilesize = pkgpnmap[p]['FILES_INFO'][targetpath]
643 path = targetpath,