From c30f27b000e825b6092b2bbcba56f72676b9ce6a Mon Sep 17 00:00:00 2001 From: Phong Tran Date: Sat, 12 Aug 2017 11:32:27 +0200 Subject: meta-agl: Init SDL feature Add new meta layer meta-agl-sdl for SmartDeviceLink feature. Tested build ok with: source meta-agl/scripts/aglsetup.sh -m raspberrypi3 agl-demo agl-netboot agl-appfw-smack agl-sdl The SmartDeviceLink packages are selected by "agl-sdl" in DISTRO_FEATURES. Bug-AGL: SPEC-805 Change-Id: I416d8418c0ef4fe4de5e5ce084e7b9075e64f85f Signed-off-by: Phong Tran Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10625 Reviewed-by: Jeremiah Foster Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Martin Kelly Reviewed-by: Jan-Simon Moeller --- templates/feature/agl-all-features/included.dep | 2 +- templates/feature/agl-ci-change-features/included.dep | 2 +- templates/feature/agl-ci-snapshot-features/included.dep | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/feature/agl-all-features/included.dep b/templates/feature/agl-all-features/included.dep index 1ed6763e7..70751f350 100644 --- a/templates/feature/agl-all-features/included.dep +++ b/templates/feature/agl-all-features/included.dep @@ -1 +1 @@ -agl-demo agl-netboot agl-sota +agl-demo agl-netboot agl-sota agl-sdl diff --git a/templates/feature/agl-ci-change-features/included.dep b/templates/feature/agl-ci-change-features/included.dep index 3f111d36c..10ab12bb3 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-appfw-smack \ No newline at end of file +agl-demo agl-devel agl-netboot agl-appfw-smack agl-sdl diff --git a/templates/feature/agl-ci-snapshot-features/included.dep b/templates/feature/agl-ci-snapshot-features/included.dep index 481ed89a5..1f68010e0 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 \ No newline at end of file +agl-demo agl-devel agl-netboot agl-appfw-smack agl-isafw agl-archiver agl-sdl -- cgit 1.2.3-korg