blob: ac7fc0edcc71bd243c9220eaeeb45770c14d34e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require agl_imx-common.inc
# Force use of the community supported LTS kernel instead of the
# default linux-fslc
IMX_DEFAULT_KERNEL:imx8mq-evk = "linux-fslc-lts"
# For EVKB wifi support
#MACHINE_FEATURES:append = " bcm4356"
# Add helper to drive setting up HCI UART device
MACHINE_EXTRA_RRECOMMENDS:append = " hci-uart-helper"
AGL_DEFAULT_INITRAMFS_FSTYPES := ""
|