generate_config: New `-i` arg for j2 includes dir 61/52961/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 1 Mar 2018 22:47:31 +0000 (23:47 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 1 Mar 2018 22:53:17 +0000 (23:53 +0100)
commit87325878949d5a315535720828af5185ebaa7a9f
treea7e663a8d94635034e80b0ac6aeb2538dd9f20f0
parent47bd97b8cf09c26619e106874eab6c84b5060f67
generate_config: New `-i` arg for j2 includes dir

jinja2 does not support imports from parent directories, so in order
for j2 to be able to use '{% from <some>.j2 import ... %}' constructs
with included j2 residing on a separate dirpath than current j2, add
support for explicitly adding directories to the templater search
path.

This also allows calling generate_config with only file basename as
'-j' arg value, as long as the dirname is passed via '-i' (can be
extended later to parsing multiple j2 files at once).

Change-Id: I943fda9262a6f7de5ee6fcc3e7bc9828c339651a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
config/utils/generate_config.py