1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

extras: Update README & reflow

Update README to contain information about the Dockerfile and
re-wrapped to 80 characters.
This commit is contained in:
Sascha Bischoff 2018-03-09 16:49:24 +00:00 committed by Marc Bonnici
parent 2743103e08
commit ae6d62da39

View File

@ -1,12 +1,20 @@
This directory is intended for miscellaneous extra stuff that may be useful while developing This directory is intended for miscellaneous extra stuff that may be
Workload Automation. It should *NOT* contain anything necessary for *using* workload automation. useful while developing Workload Automation. It should *NOT* contain
Whenever you add something to this directory, please also add a short description of what it is in anything necessary for *using* workload automation. Whenever you add
this file. something to this directory, please also add a short description of
what it is in this file.
Dockerfile
Docker file for generating a Docker image containing WA,
devlib, and the required parts of the Android SDK. This can be
run in a container to avoid configuring WA on the host. Should
work "out of the box".
pylintrc pylintrc
pylint configuration file set up for WA development (see comment at the top of the file pylint configuration file set up for WA development (see
for how to use). comment at the top of the file for how to use).
walog.vim walog.vim
Vim syntax file for WA logs; adds highlighting similar to what comes out Vim syntax file for WA logs; adds highlighting similar to what
in the console. See comment in the file for how to enable it. comes out in the console. See comment in the file for how to
enable it.