hw23, hw21: add da9063-ignition machine feature.

ATM the system state framework only works properly if we have the da9063
with working ignition.

BugzID: 74987

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2021-09-28 10:41:48 +02:00 committed by Gitea
parent 8c76216b9b
commit 554d477873
2 changed files with 2 additions and 0 deletions

View File

@ -35,5 +35,6 @@ MACHINE_FEATURES += " \
wifi \ wifi \
ti-wifi \ ti-wifi \
user-module \ user-module \
da9063-ignition \
" "

View File

@ -56,6 +56,7 @@ MACHINE_FEATURES += " \
imx-boot \ imx-boot \
wifi \ wifi \
ublox-wifi \ ublox-wifi \
da9063-ignition \
" "
ACCEPT_FSL_EULA = "1" ACCEPT_FSL_EULA = "1"