Searched refs:mark_dependency (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | gitver.bbclass | 57 from bb.parse import mark_dependency 63 mark_dependency(d, os.path.join(gitdir, "HEAD")) 66 mark_dependency(d, os.path.join(gitdir, "index")) 74 mark_dependency(d, os.path.join(gitdir, ref)) 79 mark_dependency(d, tagdir)
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | __init__.py | 93 def mark_dependency(d, f): function 137 mark_dependency(d, af) 142 mark_dependency(d, fn)
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
H A D | ConfHandler.py | 86 bb.parse.mark_dependency(data, af)
|
H A D | BBHandler.py | 63 bb.parse.mark_dependency(d, af)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image_types_wic.bbclass | 167 bb.parse.mark_dependency(d, wks_file)
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd-staticids.bbclass | 262 bb.parse.mark_dependency(d, bb.utils.which(bbpath, conf_file))
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3_3.13.1.bb | 340 bb.parse.mark_dependency(d, filename)
|