diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-23 17:37:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-28 11:31:22 +0100 |
commit | bcff4d74a19b24c60b89329a436b45e4919798db (patch) | |
tree | 160bd09fa7ac27e7aed2cc738f6359eea474d27c /meta/recipes-kernel | |
parent | e886473bd426eef2975a659991e63aee1fed15a4 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-dtb.inc | 3 |
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 @@ | |||
1 | python() { | ||
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 | } | ||