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:06:03 +0100 |
| commit | 085fb07e103745ca47cab9bf93195a416b1e83dd (patch) | |
| tree | fdfb4f940ce4b5cb2b6de3fd5e637209d14da984 /recipes-kernel | |
| parent | 93305f7c3a9c338a3d2daef61514f61b4256f979 (diff) | |
| download | meta-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')
| -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 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 @@ | |||
| 1 | LINUX_VERSION ?= "5.4.59" | 1 | LINUX_VERSION ?= "5.4.59" |
| 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
| 3 | 3 | ||
| 4 | SRCREV = "423495b33efd681dc1c8be10b1303e679216be4c" | 4 | SRCREV_machine = "423495b33efd681dc1c8be10b1303e679216be4c" |
| 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 | ||
