summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorduerpei <duep.fnst@fujitsu.com>2022-09-02 14:20:45 +0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-09-07 17:07:17 +0000
commit0457026fc28c1914d4e12a444c61f1a25ca257dd (patch)
tree3c9695d9f9507ade9ec2288f01ebc9ff4a4e8c87 /templates
parent0dd1e7508ac5b710cf0b94fa7e6b56089f760b46 (diff)
meta-agl-test:add new 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. Now it's only support the target agl-demo-platform(ivi) 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 For running test using 'agl-test', refer to: https://git.automotivelinux.org/src/agl-test-framework/tree/README Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: Ic217bff672f3dae1ac3abc18c01ba802ebcb8fe1
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-test/50_bblayers.conf.inc3
-rw-r--r--templates/feature/agl-test/50_local.conf.inc2
-rw-r--r--templates/feature/agl-test/included.dep1
3 files changed, 6 insertions, 0 deletions
diff --git a/templates/feature/agl-test/50_bblayers.conf.inc b/templates/feature/agl-test/50_bblayers.conf.inc
new file mode 100644
index 00000000..43d28c2a
--- /dev/null
+++ b/templates/feature/agl-test/50_bblayers.conf.inc
@@ -0,0 +1,3 @@
+BBLAYERS =+ " \
+ ${METADIR}/meta-agl-devel/meta-agl-test \
+"
diff --git a/templates/feature/agl-test/50_local.conf.inc b/templates/feature/agl-test/50_local.conf.inc
new file mode 100644
index 00000000..1c2cee8f
--- /dev/null
+++ b/templates/feature/agl-test/50_local.conf.inc
@@ -0,0 +1,2 @@
+#see meta-agl-devel/meta-agl-test/conf/include/agl-extend-test.inc
+require conf/include/agl-extend-test.inc
diff --git a/templates/feature/agl-test/included.dep b/templates/feature/agl-test/included.dep
new file mode 100644
index 00000000..0d586c2d
--- /dev/null
+++ b/templates/feature/agl-test/included.dep
@@ -0,0 +1 @@
+agl-ptest agl-devel