mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 11:46:29 +00:00
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>
This commit is contained in:
parent
fff16d4755
commit
b9e965a219
@ -17,7 +17,7 @@ COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
||||
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
|
||||
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
|
||||
|
||||
LINUX_VERSION_genericx86 = "5.4.15"
|
||||
LINUX_VERSION_genericx86-64 = "5.4.15"
|
||||
LINUX_VERSION_edgerouter = "5.4.15"
|
||||
LINUX_VERSION_beaglebone-yocto = "5.4.15"
|
||||
LINUX_VERSION_genericx86 = "5.4.20"
|
||||
LINUX_VERSION_genericx86-64 = "5.4.20"
|
||||
LINUX_VERSION_edgerouter = "5.4.20"
|
||||
LINUX_VERSION_beaglebone-yocto = "5.4.20"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user