diff options
Diffstat (limited to 'meta-agl-test/README.md')
-rw-r--r-- | meta-agl-test/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-agl-test/README.md b/meta-agl-test/README.md new file mode 100644 index 00000000..01d6f0ba --- /dev/null +++ b/meta-agl-test/README.md @@ -0,0 +1,20 @@ +# AGL test support layer + +This yocto layer adds the feature 'agl-test' + +'agl-test' is used to compile the test sets and test framework into the +image, make it more convenient to test target. + +For running test using 'agl-test', refer to: + https://git.automotivelinux.org/src/agl-test-framework/tree/README + +Now it's only support the target agl-demo-platform(ivi) + +## Setup + +Enable the `agl-test` AGL feature when setting up your build environment +with aglsetup.sh. + +This will add the `packagegroup-agl-extend-test` packagegroup to the image, +For specific packages to be added, please refer to the file: + ./recipes-platform/packagegroup/packagegroup-agl-extend-test.bb |