machines.conf: Add can MACHINE_FEATURE when required
BugzID: 73593
This commit is contained in:
parent
1bf9ce5778
commit
473fedd18b
|
|
@ -22,6 +22,7 @@ WWAN_NBR = "1"
|
|||
WWAN_VENDORS = "ublox"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
can \
|
||||
wwan \
|
||||
bluetooth \
|
||||
tibluetooth \
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ WWAN_NBR="1"
|
|||
WWAN_VENDORS = "ublox"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
can \
|
||||
wwan \
|
||||
bluetooth \
|
||||
tibluetooth \
|
||||
|
|
|
|||
|
|
@ -22,7 +22,8 @@ USE_VT = "0"
|
|||
SERIAL_CONSOLES ?= "115200;ttyS1"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
can \
|
||||
bluetooth \
|
||||
tibluetooth \
|
||||
atsha \
|
||||
"
|
||||
"
|
||||
|
|
|
|||
|
|
@ -21,8 +21,9 @@ WWAN_NBR = "1"
|
|||
WWAN_VENDORS = "ublox"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
can \
|
||||
wwan \
|
||||
bluetooth \
|
||||
tibluetooth \
|
||||
atsha \
|
||||
"
|
||||
"
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ WWAN_NBR = "1"
|
|||
WWAN_VENDORS = "ublox"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
can \
|
||||
wwan \
|
||||
bluetooth \
|
||||
neo-m8l \
|
||||
|
|
|
|||
Loading…
Reference in New Issue