diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-26 16:18:49 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-28 16:11:47 +0100 |
commit | ddfe573eeff26161b590ac9a83eb044c636f8f2f (patch) | |
tree | 0607033e91ac885f223a5b726d73287cab2a4117 /docs/3-Installation-J1939.md | |
parent | 420d8d0fee32599381db6e0cd663b16da34e03cd (diff) |
Update documentation.
Bug-AGL: SPEC-2386
Bug-AGL: SPEC-2976
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
Change-Id: I9e6b07ef48d634fe643e0eb2477fedfd34a7abb9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/3-Installation-J1939.md')
-rw-r--r-- | docs/3-Installation-J1939.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/3-Installation-J1939.md b/docs/3-Installation-J1939.md index 8ab15f33..8098d47f 100644 --- a/docs/3-Installation-J1939.md +++ b/docs/3-Installation-J1939.md @@ -79,25 +79,3 @@ cp include/uapi/linux/can.h /usr/include/linux/can.h cp include/uapi/linux/can/j1939.h /usr/include/linux/can/ ``` - - -### Activate J1939 CMAKE - -To activate J1939 at the compilation. - -Edit the file conf.d/cmake/cmake/config.cmake - -And change the line : - -```cmake -option(WITH_FEATURE_J1939 "Activate J1939" OFF) -``` - -With : - -```cmake -option(WITH_FEATURE_J1939 "Activate J1939" ON) -``` - - - |