diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-13 18:06:34 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-01-13 18:06:34 -0500 |
commit | d677492f3180e33d3628239e27ddd26ead273fff (patch) | |
tree | c006d55acbd9253df940b90e64822df3151903f4 /recipes-config | |
parent | b1e5801ba688672facfefaec3ee815413dd1dd3e (diff) |
dev-mapping-demo: update bus mappingsjellyfish_10.0.2jellyfish/10.0.210.0.2
Add the now required "j1939" bus mapping to the dev-mapping.conf
configuration installed by the dev-mapping-demo recipe.
Bug-AGL: SPEC-3756
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib4dcd6661df748353220482f777df062594465f6
Diffstat (limited to 'recipes-config')
-rw-r--r-- | recipes-config/dev-mapping-demo/dev-mapping-demo/dev-mapping.conf.demo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-config/dev-mapping-demo/dev-mapping-demo/dev-mapping.conf.demo b/recipes-config/dev-mapping-demo/dev-mapping-demo/dev-mapping.conf.demo index 93b0a020b..1fd12ad03 100644 --- a/recipes-config/dev-mapping-demo/dev-mapping-demo/dev-mapping.conf.demo +++ b/recipes-config/dev-mapping-demo/dev-mapping-demo/dev-mapping.conf.demo @@ -4,3 +4,4 @@ [CANbus-mapping] hs="can0" ls="sllin0" +j1939="can0" |