summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-06-14 05:25:33 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-06-19 15:26:01 +0300
commitfef6a90d2b2f21d885b2ec2d348bfcdb7751c118 (patch)
tree10620fdfdcbe6764320c0b6d5a8f8801027fea58 /README
parent6ca13666c26995ebc4ef9d612d88517702bab1ee (diff)
vsp-lib: Use gen-image to generate frames at runtime
Replace the build time reference frames generation system by runtime generation of the frames. This saves a lot of disk space and allows tests to easily use new reference frames. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index f551b4d..fb6abb9 100644
--- a/README
+++ b/README
@@ -14,10 +14,10 @@ Building
--------
The vsp-tests suite requires the following tools to be installed on the host
-to generate the test script and test data.
+to generate the test scripts and applications
+* gcc
* make
-* python
After installing the needed packages, you can build the test suite by running
@@ -27,9 +27,8 @@ in the vsp-tests root directory. Then, to install the test suite, run
make install INSTALL_DIR=/path/to/target/directory
-This will copy the test scripts and data to the target directory to be copied
-or exported to the host. As test data take more than 200MB of disk space usage
-of nfsroot is recommended to run the tests.
+This will copy the test scripts and applications to the target directory to be
+copied or exported to the host.
--------------------