blob: 36493dcbf0e5c386337c366095a3a828b7f68087 (
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-imx
#IMX_DEFAULT_KERNEL:imx8mq-evk = "linux-fslc-imx"
# 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 := ""
|