summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-08-23 17:37:50 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-28 11:31:22 +0100
commitbcff4d74a19b24c60b89329a436b45e4919798db (patch)
tree160bd09fa7ac27e7aed2cc738f6359eea474d27c
parente886473bd426eef2975a659991e63aee1fed15a4 (diff)
downloadpoky-bcff4d74a19b24c60b89329a436b45e4919798db.tar.gz
linux-dtb.inc: Remove
It only printed a warning since Yocto 2.4, documented to be removed in a future release. (From OE-Core rev: 8976319d5ba0c9d4dbcee9b5226c105df30a2166) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-dtb.inc3
1 files changed, 0 insertions, 3 deletions
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 @@
1python() {
2 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.")
3}