From df8f4dafdf9ae9786d099d8c86985566e8c6e7da Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 5 Sep 2017 22:36:31 -0300 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-fslc.inc | 1 - recipes-kernel/linux/linux-imx_4.1.15.bb | 1 - recipes-kernel/linux/linux-qoriq_4.4.bb | 1 - 3 files changed, 3 deletions(-) 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" -- 2.40.1