From 93120ad0d3e509c89d65f2a33dff09b2b32708cc Mon Sep 17 00:00:00 2001 From: Jonas Vautherin Date: Thu, 21 Jan 2021 22:32:33 +0100 Subject: [PATCH] linux-raspberrypi: Superfluous 'inherit kernel' 'recipes-kernel/linux/linux-yocto.inc' already inherits 'kernel'. This commit removes the superfluous one in 'linux-raspberrypi.inc'. Signed-off-by: Jonas Vautherin (cherry picked from commit 56ab9265570892d1357dd29cb92c04d4a0ce6d75) Signed-off-by: Ricardo Salveti --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index db1dbdb..ea4fcb5 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc @@ -8,7 +8,7 @@ COMPATIBLE_MACHINE = "^rpi$" PE = "1" PV = "${LINUX_VERSION}+git${SRCPV}" -inherit kernel siteinfo +inherit siteinfo require recipes-kernel/linux/linux-yocto.inc SRC_URI += " \