From 89d593eaf90fb7037252be55c4d892b950cd52a9 Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Thu, 17 May 2018 15:13:16 +0200 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-netmodule_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index e7de5e9..aaf4d04 100755 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -1,7 +1,6 @@ # Copyright (C) 2013 NetModule AG inherit kernel -require linux-dtb.inc DESCRIPTION = "Linux kernel for various NetModule hardware"