commit | 6a22664c655438f3effeab16f333f6095060ca92 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu Mar 14 14:08:59 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Thu Mar 14 14:24:22 2019 -0700 |
tree | 93cc92ecf4de6202caa117aef83c76a4044f2504 | |
parent | 085760350accbcd69b7b8dbb20199ad043e473de [diff] |
environment: Add in preliminary support for a whitelisted env This provides initial support for a whitelisted environment using globbing similar to the way ssh is configured. Change-Id: I2d5a70f5fa42522509abd1dd45ac9ec7a1fc17ff
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.