]> code.ossystems Code Review - meta-freescale.git/commitdiff
Stop using linux-dtb.inc
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 6 Sep 2017 01:36:31 +0000 (22:36 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 12 Sep 2017 14:21:59 +0000 (11:21 -0300)
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 <otavio@ossystems.com.br>
recipes-kernel/linux/linux-fslc.inc
recipes-kernel/linux/linux-imx_4.1.15.bb
recipes-kernel/linux/linux-qoriq_4.4.bb

index 1501ae7f14a552dc9353931e6cbb49e4d4aa2186..f6d04d59ed8f0c0e9238068735b1df9af0bc5338 100644 (file)
@@ -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"
 
index 1d702e6a3189454b4cccd08c25875ae7ec0055be..20dae34778888e7247265139f4527f27130fda65 100644 (file)
@@ -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"
 
index f8dadfdf1ae67bd754323d740ed064c049513318..a22a51ce0282d5c7d2e0d0f80d43d42e645ed88f 100644 (file)
@@ -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"