diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-05-20 23:15:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:29:02 +0100 |
commit | b66b9f7548dba35f240ff9f810debe67b72bfb63 (patch) | |
tree | 1b4d77ff218643cbd00af1d80acf6e6f5c9912b8 /meta-yocto-bsp | |
parent | 2f9cf90ac8524e3f1b5667d33e156e3663a1e75b (diff) | |
download | poky-b66b9f7548dba35f240ff9f810debe67b72bfb63.tar.gz |
linux-yocto: bump genericx86 kernel version to v5.4.40
(From meta-yocto rev: bae0a97a39dad445c9655bc61ae3b7e6a667cbba)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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.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 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" | |||
7 | KMACHINE_genericx86-64 ?= "common-pc-64" | 7 | KMACHINE_genericx86-64 ?= "common-pc-64" |
8 | KMACHINE_beaglebone-yocto ?= "beaglebone" | 8 | KMACHINE_beaglebone-yocto ?= "beaglebone" |
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "f4d7dbafb103e4f782323017c239c548871c1567" | 10 | SRCREV_machine_genericx86 ?= "29f44c85c379c38f15e544828e7e77b3c008f378" |
11 | SRCREV_machine_genericx86-64 ?= "f4d7dbafb103e4f782323017c239c548871c1567" | 11 | SRCREV_machine_genericx86-64 ?= "29f44c85c379c38f15e544828e7e77b3c008f378" |
12 | SRCREV_machine_edgerouter ?= "f4d7dbafb103e4f782323017c239c548871c1567" | 12 | SRCREV_machine_edgerouter ?= "f4d7dbafb103e4f782323017c239c548871c1567" |
13 | SRCREV_machine_beaglebone-yocto ?= "f4d7dbafb103e4f782323017c239c548871c1567" | 13 | SRCREV_machine_beaglebone-yocto ?= "f4d7dbafb103e4f782323017c239c548871c1567" |
14 | 14 | ||
@@ -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.20" | 20 | LINUX_VERSION_genericx86 = "5.4.40" |
21 | LINUX_VERSION_genericx86-64 = "5.4.20" | 21 | LINUX_VERSION_genericx86-64 = "5.4.40" |
22 | LINUX_VERSION_edgerouter = "5.4.20" | 22 | LINUX_VERSION_edgerouter = "5.4.20" |
23 | LINUX_VERSION_beaglebone-yocto = "5.4.20" | 23 | LINUX_VERSION_beaglebone-yocto = "5.4.20" |