From: Otavio Salvador Date: Wed, 6 Sep 2017 01:36:31 +0000 (-0300) Subject: Stop using linux-dtb.inc X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=df8f4dafdf9ae9786d099d8c86985566e8c6e7da;p=meta-freescale.git Stop using linux-dtb.inc The Device Tree support is now handled by the kernel class. This patch removes the inclusion of linux-dtb.inc from the kernel recipes in this layer. Change-Id: I3193f626b490af134e2691f02fc8655f78eb8621 Signed-off-by: Otavio Salvador --- diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc index 1501ae7f..f6d04d59 100644 --- a/recipes-kernel/linux/linux-fslc.inc +++ b/recipes-kernel/linux/linux-fslc.inc @@ -2,7 +2,6 @@ # Released under the MIT license (see COPYING.MIT for the terms) require recipes-kernel/linux/linux-imx.inc -require recipes-kernel/linux/linux-dtb.inc DEPENDS += "lzop-native bc-native" diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb index 1d702e6a..20dae347 100644 --- a/recipes-kernel/linux/linux-imx_4.1.15.bb +++ b/recipes-kernel/linux/linux-imx_4.1.15.bb @@ -7,7 +7,6 @@ DESCRIPTION = "Linux Kernel provided and supported by Freescale with focus on \ i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU." require recipes-kernel/linux/linux-imx.inc -require recipes-kernel/linux/linux-dtb.inc DEPENDS += "lzop-native bc-native" diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb b/recipes-kernel/linux/linux-qoriq_4.4.bb index f8dadfdf..a22a51ce 100644 --- a/recipes-kernel/linux/linux-qoriq_4.4.bb +++ b/recipes-kernel/linux/linux-qoriq_4.4.bb @@ -1,6 +1,5 @@ inherit kernel qoriq_build_64bit_kernel inherit fsl-kernel-localversion -require recipes-kernel/linux/linux-dtb.inc SUMMARY = "Linux Kernel for Freescale QorIQ platforms" SECTION = "kernel"