Fix up i.MX8MQ EVK configuration
[AGL/meta-agl.git] / meta-agl-bsp / meta-freescale-layer / recipes-kernel / linux / linux-fslc.inc
1 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2
3 require recipes-kernel/linux/linux-yocto-agl.inc
4
5 # Make sure these are enabled so that AGL systemd configuration works
6 AGL_KCONFIG_FRAGMENTS += " \
7     tmpfs.cfg \
8     namespace.cfg \
9     cgroup.cfg \
10 "
11
12 # Support for CFG80211 subsystem
13 AGL_KCONFIG_FRAGMENTS += "cfg80211.cfg"
14
15 # Turn off a couple of things enabled by default by Freescale
16 # (lock debugging and userspace firmware loader fallback)
17 AGL_KCONFIG_FRAGMENTS += "fixups.cfg"
18
19 do_install:append:cubox-i() {
20     # Add symlink to work with default Hummingboard 2 u-boot configuration
21     ln -sf imx6q-hummingboard2.dtb ${D}/boot/imx6q-hummingboard2-emmc.dtb
22 }