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" WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \ MACHINE_FEATURES += " \
can \
wwan \ wwan \
bluetooth \ bluetooth \
tibluetooth \ tibluetooth \

View File

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

View File

@ -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 \
" "

View File

@ -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 \
" "

View File

@ -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 \