summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-10-12 11:53:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-13 09:42:08 +0100
commit893c644215f0a6d45e100047e89080dcfb50d253 (patch)
treec2659ab7184778238042c3b1e7438a58dd8b2255 /meta-yocto-bsp
parent13fb0d14d5eb337a4c407faae09e391d02c52c5a (diff)
downloadpoky-893c644215f0a6d45e100047e89080dcfb50d253.tar.gz
linux-yocto: update genericx86* SRCREV for 5.8
Bump to kernel release v5.8.13 (From meta-yocto rev: 1c7a7a43213d53d2b9cd1dd850ae1b859400426a) Signed-off-by: Naveen Saini <naveen.kumar.saini@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.8.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.8.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.8.bbappend
index 5d844423af..a04f332cfa 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.8.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.8.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 ?= "912adf166eb0688e011154048f5fa0e5863249c3" 10SRCREV_machine_genericx86 ?= "5981001bf03f0d0c1cf641a2287ab6368baf628a"
11SRCREV_machine_genericx86-64 ?= "912adf166eb0688e011154048f5fa0e5863249c3" 11SRCREV_machine_genericx86-64 ?= "5981001bf03f0d0c1cf641a2287ab6368baf628a"
12SRCREV_machine_edgerouter ?= "912adf166eb0688e011154048f5fa0e5863249c3" 12SRCREV_machine_edgerouter ?= "912adf166eb0688e011154048f5fa0e5863249c3"
13SRCREV_machine_beaglebone-yocto ?= "912adf166eb0688e011154048f5fa0e5863249c3" 13SRCREV_machine_beaglebone-yocto ?= "912adf166eb0688e011154048f5fa0e5863249c3"
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.8.2" 20LINUX_VERSION_genericx86 = "5.8.13"
21LINUX_VERSION_genericx86-64 = "5.8.2" 21LINUX_VERSION_genericx86-64 = "5.8.13"
22LINUX_VERSION_edgerouter = "5.8.2" 22LINUX_VERSION_edgerouter = "5.8.2"
23LINUX_VERSION_beaglebone-yocto = "5.8.2" 23LINUX_VERSION_beaglebone-yocto = "5.8.2"