diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-14 02:08:32 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-14 03:44:29 +0200 |
commit | ec26de7ad1430322731f1424e72c4a2f7584cbd3 (patch) | |
tree | 802489256d09db4f8f5caf3d2e1cda481a3b1b5f /recipes-platform/images/agl-image-ivi.bb | |
parent | baecf0edf5f3e3e5a097102b727caa608620075f (diff) |
Adapt packages of agl-image-ivi-crosssdk
The agl-image-ivi-crosssdk image was missing multiple services required for CI use.
Bug-AGL: SPEC-3598
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ide6a367955b9a019863d7b29e04157c94dd33f60
Diffstat (limited to 'recipes-platform/images/agl-image-ivi.bb')
-rw-r--r-- | recipes-platform/images/agl-image-ivi.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-platform/images/agl-image-ivi.bb b/recipes-platform/images/agl-image-ivi.bb index 1e5870062..b3c72de0c 100644 --- a/recipes-platform/images/agl-image-ivi.bb +++ b/recipes-platform/images/agl-image-ivi.bb @@ -6,8 +6,3 @@ require agl-image-ivi.inc LICENSE = "MIT" -IMAGE_INSTALL_append = "\ - packagegroup-agl-image-ivi \ - " - -DISTRO_FEATURES_append = " agl-core-image-profile" |