diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-02-05 18:09:03 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-02-06 13:23:34 +0000 |
commit | dd163e0856dbc035456e4e9f675e4383e6cb2437 (patch) | |
tree | 31a79f89ac6696750be9c1b9cc531d41a7a50ed7 | |
parent | 48d081265d06d14090f3b22c44f712a603116fba (diff) | |
download | meta-raspberrypi-dd163e0856dbc035456e4e9f675e4383e6cb2437.tar.gz |
linux-raspberrypi: add recipe for 5.10 version
* 5.10.11 is now considered stable:
https://github.com/raspberrypi/firmware/blob/stable/extra/uname_string7
https://github.com/raspberrypi/firmware/commit/8572bb50bf24a9ffef949ced69776e66559f4afe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.10.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.10.bb b/recipes-kernel/linux/linux-raspberrypi_5.10.bb new file mode 100644 index 0000000..4522c61 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_5.10.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | LINUX_VERSION ?= "5.10.13" | ||
2 | LINUX_RPI_BRANCH ?= "rpi-5.10.y" | ||
3 | |||
4 | SRCREV_machine = "34263dc81a12862c66e2593bb26c09d5fd20f46d" | ||
5 | SRCREV_meta = "5833ca701711d487c9094bd1efc671e8ef7d001e" | ||
6 | |||
7 | KMETA = "kernel-meta" | ||
8 | |||
9 | SRC_URI = " \ | ||
10 | 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 | file://powersave.cfg \ | ||
13 | file://android-drivers.cfg \ | ||
14 | " | ||
15 | |||
16 | require linux-raspberrypi.inc | ||
17 | |||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
19 | |||
20 | KERNEL_DTC_FLAGS += "-@ -H epapr" | ||