From 246392fade81b768e1676411a2c938ce67cc596b Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Sat, 16 Feb 2019 04:26:53 +0200 Subject: meta-agl-profile-telematic: recipes-core: systemd: backport CANbus network support Backport changes to enable configuration of CANbus interfaces automatically on device detected, and on bootup. Bug-AGL: SPEC-2189 Change-Id: I837aa50038e25f32ec3143513067fc3eec69385d Signed-off-by: Matt Ranostay (cherry picked from commit 6a89e444a26a854e482b39b50d04f8e16aa01744) --- .../recipes-core/systemd/files/canbus-can0.network | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-agl-profile-telematics/recipes-core/systemd/files/canbus-can0.network (limited to 'meta-agl-profile-telematics/recipes-core/systemd/files/canbus-can0.network') diff --git a/meta-agl-profile-telematics/recipes-core/systemd/files/canbus-can0.network b/meta-agl-profile-telematics/recipes-core/systemd/files/canbus-can0.network new file mode 100644 index 000000000..8e548ce59 --- /dev/null +++ b/meta-agl-profile-telematics/recipes-core/systemd/files/canbus-can0.network @@ -0,0 +1,5 @@ +[Match] +Name=can0 + +[CAN] +BitRate=500K -- cgit 1.2.3-korg