mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
linux-raspberrypi_5.4.bb: Add kernel-cache source
Fixes the following error: ERROR. input file "cfg/virtio.scc" does not exist Signed-off-by: Murat Kilivan <murat.kilivan@gmail.com>
This commit is contained in:
parent
165845b95d
commit
329b50f252
|
@ -1,7 +1,8 @@
|
|||
LINUX_VERSION ?= "5.4.64"
|
||||
LINUX_RPI_BRANCH ?= "rpi-5.4.y"
|
||||
|
||||
SRCREV = "65caf603f3b1c43f4c92939f7fbb7149e054f486"
|
||||
SRCREV_machine = "65caf603f3b1c43f4c92939f7fbb7149e054f486"
|
||||
SRCREV_meta = "5d52d9eea95fa09d404053360c2351b2b91b323b"
|
||||
|
||||
require linux-raspberrypi_5.4.inc
|
||||
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
|
||||
|
||||
KMETA = "kernel-meta"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \
|
||||
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA} \
|
||||
"
|
||||
SRC_URI_remove = "file://rpi-kernel-misc.cfg"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user