summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-demo-features.inc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-02-20 13:04:54 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-03-08 18:27:03 +0000
commit188db67d4205a7d37c374cc20d9d3bd90324cb41 (patch)
tree40dc5c43fa21cc108cfed25ff11056a504fbc743 /recipes-platform/images/agl-demo-features.inc
parent0c14b48d5b0c1129e79f7a59daaedd3f55989c5c (diff)
Add CAN test tools image feature
Add can-test-tools image feature and use it to remove duplication of adding the tools to various images. Bug-AGL: SPEC-5083 Change-Id: I4f4eec87eb26825f69f056183829feab7d90caf5 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29700 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'recipes-platform/images/agl-demo-features.inc')
-rw-r--r--recipes-platform/images/agl-demo-features.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-features.inc b/recipes-platform/images/agl-demo-features.inc
index b33749761..a8112c83d 100644
--- a/recipes-platform/images/agl-demo-features.inc
+++ b/recipes-platform/images/agl-demo-features.inc
@@ -1,3 +1,8 @@
+FEATURE_PACKAGES_can-test-tools = " \
+ can-utils \
+ cannelloni \
+"
+
FEATURE_PACKAGES_kuksa-val-databroker-client = " \
kuksa-certificates-agl-ca \
${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'packagegroup-agl-kuksa-val-databroker-devel' , '', d)} \