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 13:00:27 +0100 |
commit | 46314ed89c173440439fedda0a6a1e98461fa85b (patch) | |
tree | 9642d6dc2f570791c57c5f7998615fa25915856b | |
parent | fdfe2ec50f6a83488757ac813fe13a8918511ca8 (diff) | |
download | meta-raspberrypi-46314ed89c173440439fedda0a6a1e98461fa85b.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.10.bb | 3 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.10.bb b/recipes-kernel/linux/linux-raspberrypi_5.10.bb index 8487753..e1292fe 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.10.bb +++ b/recipes-kernel/linux/linux-raspberrypi_5.10.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | LINUX_VERSION ?= "5.10.17" | 1 | LINUX_VERSION ?= "5.10.17" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.10.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.10.y" |
3 | LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10" | ||
3 | 4 | ||
4 | SRCREV_machine = "ec967eb45f8d4ed59bebafb5748da38118383be7" | 5 | SRCREV_machine = "ec967eb45f8d4ed59bebafb5748da38118383be7" |
5 | SRCREV_meta = "5833ca701711d487c9094bd1efc671e8ef7d001e" | 6 | SRCREV_meta = "5833ca701711d487c9094bd1efc671e8ef7d001e" |
@@ -8,7 +9,7 @@ KMETA = "kernel-meta" | |||
8 | 9 | ||
9 | SRC_URI = " \ | 10 | SRC_URI = " \ |
10 | git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \ | 11 | git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \ |
11 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA} \ | 12 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ |
12 | file://powersave.cfg \ | 13 | file://powersave.cfg \ |
13 | file://android-drivers.cfg \ | 14 | file://android-drivers.cfg \ |
14 | " | 15 | " |
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb index c788818..5d78a04 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.83" | 1 | LINUX_VERSION ?= "5.4.83" |
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 = "08ae2dd9e7dc89c20bff823a3ef045de09bfd090" | 5 | SRCREV_machine = "08ae2dd9e7dc89c20bff823a3ef045de09bfd090" |
5 | SRCREV_meta = "d676bf5ff7b7071e14f44498d2482c0a596f14cd" | 6 | SRCREV_meta = "d676bf5ff7b7071e14f44498d2482c0a596f14cd" |
@@ -8,7 +9,7 @@ KMETA = "kernel-meta" | |||
8 | 9 | ||
9 | SRC_URI = " \ | 10 | SRC_URI = " \ |
10 | git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \ | 11 | git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \ |
11 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA} \ | 12 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ |
12 | file://0001-Revert-selftests-bpf-Skip-perf-hw-events-test-if-the.patch \ | 13 | file://0001-Revert-selftests-bpf-Skip-perf-hw-events-test-if-the.patch \ |
13 | file://0002-Revert-selftests-bpf-Fix-perf_buffer-test-on-systems.patch \ | 14 | file://0002-Revert-selftests-bpf-Fix-perf_buffer-test-on-systems.patch \ |
14 | file://powersave.cfg \ | 15 | file://powersave.cfg \ |