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-kvm-demo-platform.bb | |
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-kvm-demo-platform.bb')
-rw-r--r-- | recipes-platform/images/agl-kvm-demo-platform.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-kvm-demo-platform.bb b/recipes-platform/images/agl-kvm-demo-platform.bb index 338b3e6c5..feafe2e13 100644 --- a/recipes-platform/images/agl-kvm-demo-platform.bb +++ b/recipes-platform/images/agl-kvm-demo-platform.bb @@ -11,6 +11,7 @@ IMAGE_FEATURES += "splash package-management ssh-server-openssh" # some clients run on the host IMAGE_FEATURES += " \ ${@bb.utils.contains("AGL_FEATURES", "agl-kvm-host-kuksa", "kuksa-val-databroker kuksa-val-databroker-client", "", d)} \ + ${@bb.utils.contains("DISTRO_FEATURES", "agl-devel", "can-test-tools" , "", d)} \ " # Add packages for KVM+QEMU demo platform here |