commit | 6344b0e1d16596097565a67183eb015471f98ec0 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Tue Feb 05 15:19:33 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Tue Feb 05 15:19:33 2019 -0800 |
tree | 44a427adca5edc5bccaad9071c7e2492e5a27379 | |
parent | 08c5ea60657b18d1064e5b0967600c596db313f1 [diff] |
keygen: Update the cached vars after a keygen This makes sure we can just re-use the same keystore without having to reinitialize it. Change-Id: I15e54030a54c0176dc755d8a6704bd51ae90104a
MDT is a simple tool to aid in working with single board computers that the Mendel Linux distribution runs on. It consists of a whole bunch of pre-existing open source tooling, coupled with some simple wrappers written in python to ease their use.
It also provides an easy way to interact with these boards without having to fight with serial consoles, IP addresses, and other fiddly bits, reducing barrier to entry when working with these boards.
With minimal effort, MDT should also be portable to existing systems such as Debian and Ubuntu, if needed. This, however, is out of the scope of this project.