mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00: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
93305f7c3a
commit
085fb07e10
@ -1,7 +1,8 @@
|
||||
LINUX_VERSION ?= "5.4.59"
|
||||
LINUX_RPI_BRANCH ?= "rpi-5.4.y"
|
||||
|
||||
SRCREV = "423495b33efd681dc1c8be10b1303e679216be4c"
|
||||
SRCREV_machine = "423495b33efd681dc1c8be10b1303e679216be4c"
|
||||
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…
x
Reference in New Issue
Block a user