meta-agl-bsp: Pin i.MX platform kernels to 5.15 LTS
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_cubox-i.inc
1 require agl_imx6-common.inc
2
3 # Force use of the community supported LTS kernel instead of the
4 # default linux-fslc
5 PREFERRED_PROVIDER_virtual/kernel = "linux-fslc-lts"
6
7 # Include devicetrees for SOM 1.5 and Hummingboard 2 hardware
8 KERNEL_DEVICETREE:append = " \
9         imx6dl-hummingboard-som-v15.dtb \
10         imx6q-hummingboard-som-v15.dtb \
11         imx6dl-hummingboard2.dtb \
12         imx6q-hummingboard2.dtb \
13         imx6dl-hummingboard2-som-v15.dtb \
14         imx6q-hummingboard2-som-v15.dtb \
15 "