diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-11-07 08:08:43 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-11-08 02:36:29 +0000 |
commit | 736893d0d9810a133e41ddcbd2fe7ef608d2841b (patch) | |
tree | 85d7cbb83c267fd3bae36ec56a201a0e0a90e747 /recipes-platform/packagegroups | |
parent | b3610d066f49a64e1c0c9f366ec1420e101a389d (diff) |
Finalize and automate sllin setup for LIN on demo unit
Provide the systemd unit, the init script, the module options and the autoload command.
Change-Id: I8dfe59338f377ca8ac1b94fe568dff9e2b36bf97
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-platform/packagegroups')
-rwxr-xr-x | recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb index d79a36b96..f3191ca18 100755 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -22,8 +22,8 @@ RDEPENDS_${PN} += "\ MOST_DRIVERS = " \ most \ - sllin \ " +MOST_DRIVERS_append_m3ulcb = " sllin" # HVAC dependencies depend on drivers above MOST_HVAC = " " |