summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-raspberrypi_5.4.bb
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 /recipes-kernel/linux/linux-raspberrypi_5.4.bb
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>
Diffstat (limited to 'recipes-kernel/linux/linux-raspberrypi_5.4.bb')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.bb3
1 files changed, 2 insertions, 1 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