From: Otavio Salvador <[email protected]> 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.
Signed-off-by: Otavio Salvador <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-kernel/linux/linux-ti-staging_4.9.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb index 0898523..5de1c75 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.9.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.9.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" inherit kernel -require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/setup-defconfig.inc require recipes-kernel/linux/cmem.inc require recipes-kernel/linux/ti-uio.inc -- 1.7.9.5 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
