diff options
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-ci-snapshot-features-nogfx/included.dep | 2 | ||||
-rw-r--r-- | templates/feature/agl-ci-snapshot-features/included.dep | 2 | ||||
-rw-r--r-- | templates/feature/agl-ptest/90_local.conf.inc | 7 |
3 files changed, 9 insertions, 2 deletions
diff --git a/templates/feature/agl-ci-snapshot-features-nogfx/included.dep b/templates/feature/agl-ci-snapshot-features-nogfx/included.dep index 0a88d5ef9..ba9820a46 100644 --- a/templates/feature/agl-ci-snapshot-features-nogfx/included.dep +++ b/templates/feature/agl-ci-snapshot-features-nogfx/included.dep @@ -1 +1 @@ -agl-devel agl-netboot agl-appfw-smack agl-isafw agl-archiver
\ No newline at end of file +agl-devel agl-netboot agl-appfw-smack agl-isafw agl-archiver agl-ptest diff --git a/templates/feature/agl-ci-snapshot-features/included.dep b/templates/feature/agl-ci-snapshot-features/included.dep index 1f68010e0..b09eff04b 100644 --- a/templates/feature/agl-ci-snapshot-features/included.dep +++ b/templates/feature/agl-ci-snapshot-features/included.dep @@ -1 +1 @@ -agl-demo agl-devel agl-netboot agl-appfw-smack agl-isafw agl-archiver agl-sdl +agl-demo agl-devel agl-netboot agl-appfw-smack agl-archiver agl-sdl agl-ptest diff --git a/templates/feature/agl-ptest/90_local.conf.inc b/templates/feature/agl-ptest/90_local.conf.inc new file mode 100644 index 000000000..f7fc9392b --- /dev/null +++ b/templates/feature/agl-ptest/90_local.conf.inc @@ -0,0 +1,7 @@ + +# Enabling ptest in image ... + +DISTRO_FEATURES_append = " ptest" +EXTRA_IMAGE_FEATURES_append = " ptest-pkgs" + +# / ptest
\ No newline at end of file |