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:05:39 +0100
commit329b50f252ed9abda98841266d126f77f3cc56a0 (patch)
tree64e012175b781e6cf8eefce7eb202c77dbe9683a
parent165845b95dc13bde4c0cc767407e694da3be3e47 (diff)
downloadmeta-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.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 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 @@
1LINUX_VERSION ?= "5.4.64" 1LINUX_VERSION ?= "5.4.64"
2LINUX_RPI_BRANCH ?= "rpi-5.4.y" 2LINUX_RPI_BRANCH ?= "rpi-5.4.y"
3 3
4SRCREV = "65caf603f3b1c43f4c92939f7fbb7149e054f486" 4SRCREV_machine = "65caf603f3b1c43f4c92939f7fbb7149e054f486"
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