diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-02-20 10:56:41 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-08 18:27:03 +0000 |
commit | e756238f831c825a02c0d27a01d85afdbfca4004 (patch) | |
tree | 69f642700f9dde726ca9803362c6ea04471f2c0c /recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb | |
parent | 158a7416d439aefc3de00b30d62ca4a13e365c98 (diff) |
Rework IVI image packagegroups
The all-in-one packagegroup-agl-image-ivi makes it difficult to
use the dependencies it pulls into images in a piecemeal fashion.
It has been removed and instead its dependencies are included in
the base IVI image defintion. As well, the IVI services
packagegroup has been split to have packagegroups for applaunchd
versus platform-dependent services (audio, HVAC, etc.).
These will enable doing using conditional logic in the IVI image
defintion that will be more visible and not break binary packaging.
Bug-AGL: SPEC-5082
Change-Id: Ia4e95656e2fbc6d8ed6ba98c19b33f6fe6ca5971
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29698
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb b/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb deleted file mode 100644 index c3d6f57c6..000000000 --- a/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "The middlewares for AGL IVI profile" -DESCRIPTION = "The set of packages required for AGL Distribution" -LICENSE = "MIT" - -inherit packagegroup - -PACKAGES = "\ - packagegroup-agl-image-ivi \ - " - -ALLOW_EMPTY:${PN} = "1" - -RDEPENDS:${PN} += "\ - packagegroup-agl-image-minimal \ -" - -RDEPENDS:${PN} += "\ - packagegroup-agl-ivi-connectivity \ - packagegroup-agl-ivi-graphics \ - packagegroup-agl-ivi-multimedia \ - packagegroup-agl-ivi-multimedia-hardware \ - packagegroup-agl-ivi-navigation \ - packagegroup-agl-ivi-identity \ - packagegroup-agl-ivi-services \ - " - |