diff options
author | Murat Kilivan <murat.kilivan@gmail.com> | 2020-09-25 00:05:21 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-10-05 12:05:39 +0100 |
commit | 329b50f252ed9abda98841266d126f77f3cc56a0 (patch) | |
tree | 64e012175b781e6cf8eefce7eb202c77dbe9683a | |
parent | 165845b95dc13bde4c0cc767407e694da3be3e47 (diff) | |
download | meta-raspberrypi-329b50f252ed9abda98841266d126f77f3cc56a0.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.bb | 3 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.inc | 5 |
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 594694c..571b144 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.4.bb +++ b/recipes-kernel/linux/linux-raspberrypi_5.4.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | LINUX_VERSION ?= "5.4.64" | 1 | LINUX_VERSION ?= "5.4.64" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "65caf603f3b1c43f4c92939f7fbb7149e054f486" | 4 | SRCREV_machine = "65caf603f3b1c43f4c92939f7fbb7149e054f486" |
5 | SRCREV_meta = "5d52d9eea95fa09d404053360c2351b2b91b323b" | ||
5 | 6 | ||
6 | require linux-raspberrypi_5.4.inc | 7 | require 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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" |
2 | 2 | ||
3 | KMETA = "kernel-meta" | ||
4 | |||
3 | SRC_URI = " \ | 5 | SRC_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 | " |
6 | SRC_URI_remove = "file://rpi-kernel-misc.cfg" | 9 | SRC_URI_remove = "file://rpi-kernel-misc.cfg" |
7 | 10 | ||