mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-08-11 23:30:16 +00:00
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>
This commit is contained in:
parent
16eef23486
commit
56ab926557
@ -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 += " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user