Home
last modified time | relevance | path

Searched refs:pkgfiles (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage.bbclass370 oe.package.process_fixsymlinks(pkgfiles, d)
390 oe.packagedata.emit_pkgdata(pkgfiles, d)
403 oe.package.process_filedeps(pkgfiles, d)
410 oe.package.process_shlibs(pkgfiles, d)
414 oe.package.process_pkgconfig(pkgfiles, d)
434 oe.package.process_depchains(pkgfiles, d)
554 global pkgfiles
555 pkgfiles = {}
559 pkgfiles[pkg] = []
562 pkgfiles[pkg].append(walkroot + os.sep + file)
H A Ddebian.bbclass63 for f in pkgfiles[orig_pkg]:
H A Dinsane.bbclass850 for path in pkgfiles[package]:
866 for path in pkgfiles[package]:
1188 global pkgfiles
1189 pkgfiles = {}
1191 pkgfiles[pkg] = []
1201 pkgfiles[pkg].append(os.path.join(walkroot, file))
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py211 (pkg, pkgfiles, rpmdeps, pkgdest) = arg
1427 def process_fixsymlinks(pkgfiles, d): argument
1438 for path in pkgfiles[pkg]:
1470 def process_filedeps(pkgfiles, d): argument
1496 for files in chunks(pkgfiles[pkg], 100):
1527 def process_shlibs(pkgfiles, d): argument
1697 for file in pkgfiles[pkg]:
1720 pkgfiles[pkg].remove(old)
1810 def process_pkgconfig(pkgfiles, d): argument
1827 for file in sorted(pkgfiles[pkg]):
[all …]
H A Dpackagedata.py185 def emit_pkgdata(pkgfiles, d): argument
287 for f in pkgfiles[pkg]: