summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_cubox-i.inc
blob: ee5e759e487e9dcf553880dc827ab215e303436b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require agl_imx6-common.inc

# Force use of the community supported LTS kernel instead of the
# default linux-fslc
PREFERRED_PROVIDER_virtual/kernel = "linux-fslc-lts"

# Include devicetrees for SOM 1.5 and Hummingboard 2 hardware
KERNEL_DEVICETREE:append = " \
	imx6dl-hummingboard-som-v15.dtb \
	imx6q-hummingboard-som-v15.dtb \
	imx6dl-hummingboard2.dtb \
	imx6q-hummingboard2.dtb \
	imx6dl-hummingboard2-som-v15.dtb \
	imx6q-hummingboard2-som-v15.dtb \
"