From: Adrian Bunk Date: Fri, 23 Aug 2019 14:37:50 +0000 (+0300) Subject: linux-dtb.inc: Remove X-Git-Tag: uninative-2.7~370 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8976319d5ba0c9d4dbcee9b5226c105df30a2166;p=openembedded-core.git linux-dtb.inc: Remove It only printed a warning since Yocto 2.4, documented to be removed in a future release. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc deleted file mode 100644 index f1912775ca..0000000000 --- a/meta/recipes-kernel/linux/linux-dtb.inc +++ /dev/null @@ -1,3 +0,0 @@ -python() { - bb.warn("You are using the linux-dtb.inc which is deprecated. You can safely remove it as the Device Tree support is automatically enabled when KERNEL_DEVICETREE is set.") -}