diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-02-20 13:04:54 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-03-19 11:44:53 +0000 |
commit | 62564777c4562f79519b5bd36cac53a187b526a5 (patch) | |
tree | 690b4ebb4b1de092421c043f9e5a0c5b2fae0f79 /recipes-platform/images/agl-demo-features.inc | |
parent | 3909ee206c177c7130c5d5a5f9b25aaad9897866 (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
(cherry picked from commit 188db67d4205a7d37c374cc20d9d3bd90324cb41)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29761
Diffstat (limited to 'recipes-platform/images/agl-demo-features.inc')
-rw-r--r-- | recipes-platform/images/agl-demo-features.inc | 5 |
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)} \ |