summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-09-05 22:36:31 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-09-12 11:21:59 -0300
commitdf8f4dafdf9ae9786d099d8c86985566e8c6e7da (patch)
tree5971fe24cc06903dd67a4c230f1834807ac98ce0 /recipes-kernel/linux/linux-fslc.inc
parent3351b1c100b7a7da1cdc15c2d6d4ccb502bc4ba5 (diff)
downloadmeta-freescale-df8f4dafdf9ae9786d099d8c86985566e8c6e7da.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-fslc.inc')
-rw-r--r--recipes-kernel/linux/linux-fslc.inc1
1 files changed, 0 insertions, 1 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 @@
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4require recipes-kernel/linux/linux-imx.inc 4require recipes-kernel/linux/linux-imx.inc
5require recipes-kernel/linux/linux-dtb.inc
6 5
7DEPENDS += "lzop-native bc-native" 6DEPENDS += "lzop-native bc-native"
8 7