Maybe once the cros_config_host_py tool is ready, move everything into /host and /board folders? The /host stuff (python) will continue to grow right? While the cros_config stuff will be pared down?
You should be able to change these lines in the chromeos-config-tools ebuild:
for fname in cros_config_host_py/*.py; do
einfo "install ${fname}"
doexe "${fname}"
done
exeinto /usr/bin
doexe cros_config_host_py/cros_config_host_py
BTW, please install the validator (in validate/) at the same time.
Yes I think it is worth doing. Your tool will be the official one soon and should not be hidden away
Comment 1 by athilenius@chromium.org
, Oct 13 2017