Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Doe-setup-build27 template_dir = os.path.join(os.path.dirname(layers_file), layer, 'conf','templates')
28 if os.path.exists(template_dir):
29 for d in sorted(os.listdir(template_dir)):
30 templatepath = os.path.join(template_dir,d)
36 notespath = os.path.join(template_dir, d, 'conf-notes.txt')
39 try: summary = open(os.path.join(template_dir, d, 'conf-summary.txt')).read()
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dcreate.py22 def read_template(template, template_dir='templates'): argument
24 with open(os.path.join(os.path.dirname(__file__), template_dir, template)) as fd:
/openbmc/openbmc/meta-arm/scripts/
H A Dmachine-summary.py182 template_dir = os.path.dirname(os.path.abspath(__file__))
184 loader=jinja2.FileSystemLoader(template_dir),
/openbmc/openbmc/poky/meta/recipes-devtools/git/
H A Dgit_2.44.0.bb64 template_dir=${datadir}/git-core/templates
/openbmc/linux/tools/perf/
H A DMakefile.config1188 template_dir = share/perf-core/templates
1220 template_dir_SQ = $(subst ','\'',$(template_dir))