summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Vautherin <jonas.vautherin@protonmail.ch>2021-01-21 22:32:33 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-03-16 22:25:08 +0000
commit93120ad0d3e509c89d65f2a33dff09b2b32708cc (patch)
tree2b947b35ca5336eb631688a308d2c335bd676319
parentf09042dd785d4121e09861d5feb76dfe497cbc7e (diff)
downloadmeta-raspberrypi-93120ad0d3e509c89d65f2a33dff09b2b32708cc.tar.gz
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 <jonas.vautherin@protonmail.ch> (cherry picked from commit 56ab9265570892d1357dd29cb92c04d4a0ce6d75) Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc2
1 files changed, 1 insertions, 1 deletions
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$"
8PE = "1" 8PE = "1"
9PV = "${LINUX_VERSION}+git${SRCPV}" 9PV = "${LINUX_VERSION}+git${SRCPV}"
10 10
11inherit kernel siteinfo 11inherit siteinfo
12require recipes-kernel/linux/linux-yocto.inc 12require recipes-kernel/linux/linux-yocto.inc
13 13
14SRC_URI += " \ 14SRC_URI += " \