diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-22 08:45:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-22 23:57:27 +0000 |
commit | b9e965a219ccfb018a219d5e7694f678dce98b11 (patch) | |
tree | 0a143eeacd46f11f57132ac6b1202b9ae94484dc /meta-yocto-bsp/recipes-kernel | |
parent | fff16d4755df346d3f753e60db65c708232b8ce9 (diff) | |
download | poky-b9e965a219ccfb018a219d5e7694f678dce98b11.tar.gz |
linux-yocto: Fix the kernel verison to match the kernel revisions
This avoids warnings due to kernel version mismatches
(From meta-yocto rev: 4d8122bca9e5a8788521537610411fe59b1ba8a6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend index 956c4602aa..9734cd571c 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend | |||
@@ -17,7 +17,7 @@ COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | |||
17 | COMPATIBLE_MACHINE_edgerouter = "edgerouter" | 17 | COMPATIBLE_MACHINE_edgerouter = "edgerouter" |
18 | COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" | 18 | COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" |
19 | 19 | ||
20 | LINUX_VERSION_genericx86 = "5.4.15" | 20 | LINUX_VERSION_genericx86 = "5.4.20" |
21 | LINUX_VERSION_genericx86-64 = "5.4.15" | 21 | LINUX_VERSION_genericx86-64 = "5.4.20" |
22 | LINUX_VERSION_edgerouter = "5.4.15" | 22 | LINUX_VERSION_edgerouter = "5.4.20" |
23 | LINUX_VERSION_beaglebone-yocto = "5.4.15" | 23 | LINUX_VERSION_beaglebone-yocto = "5.4.20" |