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-01-26 10:07:51 +0000
commit56ab9265570892d1357dd29cb92c04d4a0ce6d75 (patch)
tree45169c54cea56e35b6e5e7116e111d568416009f
parent16eef23486cb8bec448c05a4a936419809e547fd (diff)
downloadmeta-raspberrypi-56ab9265570892d1357dd29cb92c04d4a0ce6d75.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>
-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 += " \