diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-04 14:14:02 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-30 13:28:27 +0200 |
commit | 1176769bf98c8f8ddf45ea44294040409956e575 (patch) | |
tree | 601565c514528a1ce27c18333a83e8ce27ddfb0b /conf | |
parent | 665ca2e096eefcfd6b211b891944059e1071ead5 (diff) |
colibri-imx7: add kernel 4.1.15 recipe
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/colibri-imx7.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/colibri-imx7.conf b/conf/machine/colibri-imx7.conf index e568d45..ea337b0 100644 --- a/conf/machine/colibri-imx7.conf +++ b/conf/machine/colibri-imx7.conf @@ -11,7 +11,7 @@ SOC_FAMILY = "mx7" PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex" KERNEL_IMAGETYPE = "zImage" -KERNEL_DEVICETREE += "imx7d-colibri.dtb imx7s-colibri.dtb" +KERNEL_DEVICETREE += "imx7d-colibri-eval-v3.dtb imx7s-colibri-eval-v3.dtb" # U-Boot of our newer release read the Kernel and device tree from static UBI # volumes, hence no need to deploy the kernel binary in the image itself |