machines.conf: Add can MACHINE_FEATURE when required

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-19 22:06:09 +02:00 committed by Gitea
parent 1bf9ce5778
commit 473fedd18b
5 changed files with 7 additions and 2 deletions

View File

@ -22,6 +22,7 @@ WWAN_NBR = "1"
WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \
can \
wwan \
bluetooth \
tibluetooth \

View File

@ -22,6 +22,7 @@ WWAN_NBR="1"
WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \
can \
wwan \
bluetooth \
tibluetooth \

View File

@ -22,6 +22,7 @@ USE_VT = "0"
SERIAL_CONSOLES ?= "115200;ttyS1"
MACHINE_FEATURES += " \
can \
bluetooth \
tibluetooth \
atsha \

View File

@ -21,6 +21,7 @@ WWAN_NBR = "1"
WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \
can \
wwan \
bluetooth \
tibluetooth \

View File

@ -42,6 +42,7 @@ WWAN_NBR = "1"
WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \
can \
wwan \
bluetooth \
neo-m8l \