summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurat Kilivan <murat.kilivan@gmail.com>2020-09-25 00:05:21 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2020-10-05 12:06:03 +0100
commit085fb07e103745ca47cab9bf93195a416b1e83dd (patch)
treefdfb4f940ce4b5cb2b6de3fd5e637209d14da984
parent93305f7c3a9c338a3d2daef61514f61b4256f979 (diff)
downloadmeta-raspberrypi-085fb07e103745ca47cab9bf93195a416b1e83dd.tar.gz
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>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.bb3
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.inc5
2 files changed, 6 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb
index 5d086a1..9bea10d 100644
--- a/recipes-kernel/linux/linux-raspberrypi_5.4.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_5.4.bb
@@ -1,7 +1,8 @@
1LINUX_VERSION ?= "5.4.59" 1LINUX_VERSION ?= "5.4.59"
2LINUX_RPI_BRANCH ?= "rpi-5.4.y" 2LINUX_RPI_BRANCH ?= "rpi-5.4.y"
3 3
4SRCREV = "423495b33efd681dc1c8be10b1303e679216be4c" 4SRCREV_machine = "423495b33efd681dc1c8be10b1303e679216be4c"
5SRCREV_meta = "5d52d9eea95fa09d404053360c2351b2b91b323b"
5 6
6require linux-raspberrypi_5.4.inc 7require linux-raspberrypi_5.4.inc
7 8
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.inc b/recipes-kernel/linux/linux-raspberrypi_5.4.inc
index 232f8a9..9e8934a 100644
--- a/recipes-kernel/linux/linux-raspberrypi_5.4.inc
+++ b/recipes-kernel/linux/linux-raspberrypi_5.4.inc
@@ -1,7 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2 2
3KMETA = "kernel-meta"
4
3SRC_URI = " \ 5SRC_URI = " \
4 git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \ 6 git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
7 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA} \
5 " 8 "
6SRC_URI_remove = "file://rpi-kernel-misc.cfg" 9SRC_URI_remove = "file://rpi-kernel-misc.cfg"
7 10