From: Phong Tran Date: Sat, 12 Aug 2017 09:32:27 +0000 (+0200) Subject: meta-agl: Init SDL feature X-Git-Tag: 4.99.1~49 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F10625%2F5;p=AGL%2Fmeta-agl.git 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 --- 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