diff options
| author | Jonas Vautherin <jonas.vautherin@protonmail.ch> | 2021-01-21 22:32:33 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-01-26 10:07:51 +0000 |
| commit | 56ab9265570892d1357dd29cb92c04d4a0ce6d75 (patch) | |
| tree | 45169c54cea56e35b6e5e7116e111d568416009f | |
| parent | 16eef23486cb8bec448c05a4a936419809e547fd (diff) | |
| download | meta-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.inc | 2 |
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$" | |||
| 8 | PE = "1" | 8 | PE = "1" |
| 9 | PV = "${LINUX_VERSION}+git${SRCPV}" | 9 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 10 | 10 | ||
| 11 | inherit kernel siteinfo | 11 | inherit siteinfo |
| 12 | require recipes-kernel/linux/linux-yocto.inc | 12 | require recipes-kernel/linux/linux-yocto.inc |
| 13 | 13 | ||
| 14 | SRC_URI += " \ | 14 | SRC_URI += " \ |
