diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-11-24 00:20:45 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-28 12:27:48 +0000 |
commit | 9b20b1c48912b225e246a63ac84c2b6c6355654a (patch) | |
tree | 51e31bb900caa9af708aba6a17d00f6ba5145269 /recipes-demo/cluster-dashboard/cluster-dashboard_git.bb | |
parent | c75d04a5ee7c32e0405ecb6de0c20d7f48b7f1e9 (diff) |
Explicitly add CA certificate package to cluster images
Explicitly add kuksa-certificates-ca-agl to the cluster demo images so
it will be included in both regular and agl-demo-preload builds. Also
remove obsolete dependency on kuksa-val-certificates-client from the
cluster-dashboard recipe. These changes fix the regular vs
agl-demo-preload behavior for the agl-cluster-demo-platform build.
Bug-AGL: SPEC-4986
Change-Id: I62b1d976c66824fde50a3effdcdd34b428e82d54
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29472
ci-image-build: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
(cherry picked from commit b5ca98fe204a7ec6f4a1cf84c19ffeb5f4deb128)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29365
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo/cluster-dashboard/cluster-dashboard_git.bb')
-rw-r--r-- | recipes-demo/cluster-dashboard/cluster-dashboard_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb index 1404f6715..fc0b35cdb 100644 --- a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb +++ b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb @@ -54,5 +54,4 @@ RDEPENDS:${PN} += " \ qtquickcontrols2-qmlplugins \ qtgraphicaleffects-qmlplugins \ qtsvg-plugins \ - kuksa-val-certificates-client \ " |