Searched refs:depname (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc.c | 172 const char *depname = NULL; in main() local 201 depname = optarg; in main() 281 if (depname) { in main() 282 depfile = fopen(depname, "w"); in main() 284 die("Couldn't open dependency file %s: %s\n", depname, in main()
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc.c | 168 const char *depname = NULL; in main() local 197 depname = optarg; in main() 280 if (depname) { in main() 281 depfile = fopen(depname, "w"); in main() 283 die("Couldn't open dependency file %s: %s\n", depname, in main()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 11 def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCaches): argument 43 if recipename == depname and depmc == mc: 49 if "%s->%s" % (recipename, depname) in siggen.saferecipedeps: 53 if "*->%s" % depname in siggen.saferecipedeps and recipename != depname: 63 if isPackageGroup(mc, fn) and isAllArch(mc, fn) and not isNative(depname): 67 if depname in siggen.abisaferecipes and not isImage(mc, fn): 144 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches = None): argument 145 return sstate_rundepfilter(self, fn, recipename, task, dep, depname, dataCaches)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | runqueue.py | 696 for depname in depids: 698 … if depname not in taskData[mc].build_targets or not taskData[mc].build_targets[depname]: 700 depdata = taskData[mc].build_targets[depname][0] 709 for depname in depids: 710 if depname not in taskData[mc].run_targets or not taskData[mc].run_targets[depname]: 712 depdata = taskData[mc].run_targets[depname][0] 783 for (depname, idependtask) in idepends: 784 …if depname in taskData[mc].build_targets and taskData[mc].build_targets[depname] and not depname i… 786 depdata = taskData[mc].build_targets[depname][0] 793 for (depname, idependtask) in irdepends: [all …]
|
H A D | siggen.py | 314 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches): argument 320 if self.twl.search(depname):
|