summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
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-27 22:52:41 +0100
commit8976319d5ba0c9d4dbcee9b5226c105df30a2166 (patch)
tree0507fdc1ee3d8b7cb0b3ccb54ceee96c83b941e7 /meta/recipes-kernel/linux
parent10c1a27501a32740a03c3c6c0684c7d24374af08 (diff)
downloadopenembedded-core-contrib-8976319d5ba0c9d4dbcee9b5226c105df30a2166.tar.gz
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 <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux')
-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 @@
-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.")
-}