diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-07-05 22:10:41 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-12 21:33:54 +0000 |
commit | 3e7f2c1526db589b38a59f4f9c18d5ce5e26c88b (patch) | |
tree | 816cbf7cdc091d3f8703e317cca05377cb2977d9 | |
parent | d9919ba0ff9a52b0601ca5f979ac6bc47953e6ad (diff) |
Enable agl-audio-4a-framework in CI
Use the 4a feature in gerrit (ci-change) and snapshot builds.
Change-Id: I1d0550a2f1759388dc658f0951a51c3183ca7662
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/feature/agl-ci-change-features-nogfx/included.dep b/templates/feature/agl-ci-change-features-nogfx/included.dep index 56b4cd1a9..21d30f731 100644 --- a/templates/feature/agl-ci-change-features-nogfx/included.dep +++ b/templates/feature/agl-ci-change-features-nogfx/included.dep @@ -1 +1 @@ -agl-devel agl-netboot
\ No newline at end of file +agl-devel agl-netboot agl-audio-4a-framework
\ No newline at end of file diff --git a/templates/feature/agl-ci-change-features/included.dep b/templates/feature/agl-ci-change-features/included.dep index 280452454..9ac3a13b1 100644 --- a/templates/feature/agl-ci-change-features/included.dep +++ b/templates/feature/agl-ci-change-features/included.dep @@ -1 +1 @@ -agl-demo agl-devel agl-netboot +agl-demo agl-devel agl-netboot agl-audio-4a-framework diff --git a/templates/feature/agl-ci-snapshot-features-nogfx/included.dep b/templates/feature/agl-ci-snapshot-features-nogfx/included.dep index c2e48284f..3cd90cef2 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-archiver +agl-devel agl-netboot agl-archiver agl-audio-4a-framework diff --git a/templates/feature/agl-ci-snapshot-features/included.dep b/templates/feature/agl-ci-snapshot-features/included.dep index c382e609c..b57ee7c65 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-archiver +agl-demo agl-devel agl-netboot agl-archiver agl-audio-4a-framework |