From 6295efdc2f60ea16f48962e7ffc4355dfbdfabf8 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 15 Nov 2020 16:43:52 -0500 Subject: Enable testing without CAN hardware Changes: - Add can-dev-mapping-helper support changes from meta-agl-demo. It is less than ideal to duplicate them, but the timing of the planned layer reorganization and slimming down of meta-agl makes this seem less hassle. Once the shift to the new layout is done, things can be rationalized as necessary. - Also add the simple_can_simulator.py script, since without any physical CAN connection something is needed to drive testing. Bug-AGL: SPEC-3689 Signed-off-by: Scott Murray Change-Id: I655409806026024c804942415ac476e59b916c28 --- .../packagegroups/packagegroup-agl-telematics-demo-platform.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-platform/packagegroups/packagegroup-agl-telematics-demo-platform.bb') diff --git a/recipes-platform/packagegroups/packagegroup-agl-telematics-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-telematics-demo-platform.bb index e3614de..0dbbd62 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-telematics-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-telematics-demo-platform.bb @@ -27,6 +27,7 @@ RDEPENDS_${PN}_append = " \ gpsd \ sw-gpsd-udev-conf \ usb-can-udev-conf \ + simple-can-simulator \ ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'ofono-tests gps-utils' , '', d)} \ ${AGL_APPS} \ ${AGL_APIS} \ -- cgit 1.2.3-korg