diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.inc | 2 |
2 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 4a7182f..f897f1b 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.4.bb +++ b/recipes-kernel/linux/linux-raspberrypi_5.4.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | LINUX_VERSION ?= "5.4.72" | 1 | LINUX_VERSION ?= "5.4.72" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | LINUX_RPI_KMETA_BRANCH ?= "yocto-5.4" | ||
3 | 4 | ||
4 | SRCREV_machine = "154de7bbd5844a824a635d4f9e3f773c15c6ce11" | 5 | SRCREV_machine = "154de7bbd5844a824a635d4f9e3f773c15c6ce11" |
5 | SRCREV_meta = "5d52d9eea95fa09d404053360c2351b2b91b323b" | 6 | SRCREV_meta = "5d52d9eea95fa09d404053360c2351b2b91b323b" |
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.inc b/recipes-kernel/linux/linux-raspberrypi_5.4.inc index 9e8934a..9ed3ae5 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.4.inc +++ b/recipes-kernel/linux/linux-raspberrypi_5.4.inc | |||
@@ -4,7 +4,7 @@ KMETA = "kernel-meta" | |||
4 | 4 | ||
5 | SRC_URI = " \ | 5 | SRC_URI = " \ |
6 | git://github.com/raspberrypi/linux.git;name=machine;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} \ | 7 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ |
8 | " | 8 | " |
9 | SRC_URI_remove = "file://rpi-kernel-misc.cfg" | 9 | SRC_URI_remove = "file://rpi-kernel-misc.cfg" |
10 | 10 | ||