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:
parent
8fcd9ed60f
commit
89d593eaf9
|
|
@ -1,7 +1,6 @@
|
||||||
# Copyright (C) 2013 NetModule AG
|
# Copyright (C) 2013 NetModule AG
|
||||||
|
|
||||||
inherit kernel
|
inherit kernel
|
||||||
require linux-dtb.inc
|
|
||||||
|
|
||||||
DESCRIPTION = "Linux kernel for various NetModule hardware"
|
DESCRIPTION = "Linux kernel for various NetModule hardware"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue