diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-05-19 15:04:14 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-06-07 12:59:57 +0100 |
commit | 22b7a1d5f3652f4e531b238f510902f8aa320f3d (patch) | |
tree | 7b3da76733314c3043ecda683cdd858f98438618 | |
parent | ee5a06b7f0c1a3fa0a3f7c3b047f02b9deacbb67 (diff) | |
download | meta-raspberrypi-22b7a1d5f3652f4e531b238f510902f8aa320f3d.tar.gz |
linux-raspberrypi: allow to change the yocto-kernel-cache branch with LINUX_RPI_KMETA_BRANCH
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 | ||