blob: f3c4a736e9d5a5e2ada789385bae5339e6ec1895 (
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:imx8mqevk = "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 := ""
|