summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-05-20 23:15:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-14 23:50:23 +0100
commit58cacf22496fa424ae0b8d2b0221793f0d28370f (patch)
treefcfcd08d798d62c9251908fd9cb756c795df7785 /meta-yocto-bsp
parentc253fd28ad26b4996666b0794dfee1d59c14e3ca (diff)
downloadpoky-58cacf22496fa424ae0b8d2b0221793f0d28370f.tar.gz
linux-yocto: bump genericx86 kernel version to v5.4.40
(From meta-yocto rev: cfab89c1ff526f5276a5ff264ad1f99cf2b613f0) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bae0a97a39dad445c9655bc61ae3b7e6a667cbba) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend8
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 9734cd571c..7207442008 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
@@ -7,8 +7,8 @@ KMACHINE_genericx86 ?= "common-pc"
7KMACHINE_genericx86-64 ?= "common-pc-64" 7KMACHINE_genericx86-64 ?= "common-pc-64"
8KMACHINE_beaglebone-yocto ?= "beaglebone" 8KMACHINE_beaglebone-yocto ?= "beaglebone"
9 9
10SRCREV_machine_genericx86 ?= "f4d7dbafb103e4f782323017c239c548871c1567" 10SRCREV_machine_genericx86 ?= "29f44c85c379c38f15e544828e7e77b3c008f378"
11SRCREV_machine_genericx86-64 ?= "f4d7dbafb103e4f782323017c239c548871c1567" 11SRCREV_machine_genericx86-64 ?= "29f44c85c379c38f15e544828e7e77b3c008f378"
12SRCREV_machine_edgerouter ?= "f4d7dbafb103e4f782323017c239c548871c1567" 12SRCREV_machine_edgerouter ?= "f4d7dbafb103e4f782323017c239c548871c1567"
13SRCREV_machine_beaglebone-yocto ?= "f4d7dbafb103e4f782323017c239c548871c1567" 13SRCREV_machine_beaglebone-yocto ?= "f4d7dbafb103e4f782323017c239c548871c1567"
14 14
@@ -17,7 +17,7 @@ COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
17COMPATIBLE_MACHINE_edgerouter = "edgerouter" 17COMPATIBLE_MACHINE_edgerouter = "edgerouter"
18COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" 18COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
19 19
20LINUX_VERSION_genericx86 = "5.4.20" 20LINUX_VERSION_genericx86 = "5.4.40"
21LINUX_VERSION_genericx86-64 = "5.4.20" 21LINUX_VERSION_genericx86-64 = "5.4.40"
22LINUX_VERSION_edgerouter = "5.4.20" 22LINUX_VERSION_edgerouter = "5.4.20"
23LINUX_VERSION_beaglebone-yocto = "5.4.20" 23LINUX_VERSION_beaglebone-yocto = "5.4.20"