commit | 08c5ea60657b18d1064e5b0967600c596db313f1 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Tue Feb 05 15:15:49 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Tue Feb 05 15:17:47 2019 -0800 |
tree | 409ad33038ff518102b6f0f026d8b6515d599d15 | |
parent | e1517430d2f9421b5fe3112b865697f9536b259e [diff] |
config: Add in default support This allows us to have default attributes unless the user has specified one already for that attribute. Useful to make MDT a bit more general. Change-Id: I4225b540ecf32bd5a50145b0752d40f469e8f80f
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.