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"
|
WWAN_VENDORS = "ublox"
|
||||||
|
|
||||||
MACHINE_FEATURES += " \
|
MACHINE_FEATURES += " \
|
||||||
|
can \
|
||||||
wwan \
|
wwan \
|
||||||
bluetooth \
|
bluetooth \
|
||||||
tibluetooth \
|
tibluetooth \
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ WWAN_NBR="1"
|
||||||
WWAN_VENDORS = "ublox"
|
WWAN_VENDORS = "ublox"
|
||||||
|
|
||||||
MACHINE_FEATURES += " \
|
MACHINE_FEATURES += " \
|
||||||
|
can \
|
||||||
wwan \
|
wwan \
|
||||||
bluetooth \
|
bluetooth \
|
||||||
tibluetooth \
|
tibluetooth \
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,8 @@ USE_VT = "0"
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS1"
|
SERIAL_CONSOLES ?= "115200;ttyS1"
|
||||||
|
|
||||||
MACHINE_FEATURES += " \
|
MACHINE_FEATURES += " \
|
||||||
|
can \
|
||||||
bluetooth \
|
bluetooth \
|
||||||
tibluetooth \
|
tibluetooth \
|
||||||
atsha \
|
atsha \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,9 @@ WWAN_NBR = "1"
|
||||||
WWAN_VENDORS = "ublox"
|
WWAN_VENDORS = "ublox"
|
||||||
|
|
||||||
MACHINE_FEATURES += " \
|
MACHINE_FEATURES += " \
|
||||||
|
can \
|
||||||
wwan \
|
wwan \
|
||||||
bluetooth \
|
bluetooth \
|
||||||
tibluetooth \
|
tibluetooth \
|
||||||
atsha \
|
atsha \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ WWAN_NBR = "1"
|
||||||
WWAN_VENDORS = "ublox"
|
WWAN_VENDORS = "ublox"
|
||||||
|
|
||||||
MACHINE_FEATURES += " \
|
MACHINE_FEATURES += " \
|
||||||
|
can \
|
||||||
wwan \
|
wwan \
|
||||||
bluetooth \
|
bluetooth \
|
||||||
neo-m8l \
|
neo-m8l \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue