linux-netmodule: remove linux-dtb which moved to kernel in sumo

The Device Tree code has moved to a kernel-devicetree class.
Functionality is automatically enabled for any recipe that inherits
the kernel class and sets the KERNEL_DEVICETREE variable.
(4.12.4. Kernel Device Tree Move, Sumo, Ref-Manual)

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2018-05-17 15:13:16 +02:00
parent 8fcd9ed60f
commit 89d593eaf9
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# Copyright (C) 2013 NetModule AG
inherit kernel
require linux-dtb.inc
DESCRIPTION = "Linux kernel for various NetModule hardware"