diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2019-02-26 10:37:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-07 10:13:13 +0100 |
commit | ee3d4fbd02efbe9fa7133e6d137c4f77da7f61f0 (patch) | |
tree | ca38746ac19f4099d72887eb1e50b25d85fe5a33 /meta-yocto-bsp/recipes-kernel | |
parent | 198434d2957a5ef7b53da2a5aad9af2a777d068f (diff) | |
download | poky-ee3d4fbd02efbe9fa7133e6d137c4f77da7f61f0.tar.gz |
linux-yocto: update genericx86* SRCREV for 4.19
Bump to kernel release v4.19.19
(From meta-yocto rev: 09f4441f242e4a07ee84341ddcb4f959f702b314)
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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_4.19.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend index 8e708cb664..6025230c73 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend | |||
@@ -8,8 +8,8 @@ KMACHINE_genericx86 ?= "common-pc" | |||
8 | KMACHINE_genericx86-64 ?= "common-pc-64" | 8 | KMACHINE_genericx86-64 ?= "common-pc-64" |
9 | KMACHINE_beaglebone-yocto ?= "beaglebone" | 9 | KMACHINE_beaglebone-yocto ?= "beaglebone" |
10 | 10 | ||
11 | SRCREV_machine_genericx86 ?= "eebb51300a07804a020ec468b5f8c5bf720198d9" | 11 | SRCREV_machine_genericx86 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" |
12 | SRCREV_machine_genericx86-64 ?= "eebb51300a07804a020ec468b5f8c5bf720198d9" | 12 | SRCREV_machine_genericx86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" |
13 | SRCREV_machine_edgerouter ?= "eebb51300a07804a020ec468b5f8c5bf720198d9" | 13 | SRCREV_machine_edgerouter ?= "eebb51300a07804a020ec468b5f8c5bf720198d9" |
14 | SRCREV_machine_beaglebone-yocto ?= "eebb51300a07804a020ec468b5f8c5bf720198d9" | 14 | SRCREV_machine_beaglebone-yocto ?= "eebb51300a07804a020ec468b5f8c5bf720198d9" |
15 | SRCREV_machine_mpc8315e-rdb ?= "8b60f968823256f5d2889c4520d70299ca21411b" | 15 | SRCREV_machine_mpc8315e-rdb ?= "8b60f968823256f5d2889c4520d70299ca21411b" |
@@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter" | |||
20 | COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" | 20 | COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" |
21 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | 21 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |
22 | 22 | ||
23 | LINUX_VERSION_genericx86 = "4.19.14" | 23 | LINUX_VERSION_genericx86 = "4.19.19" |
24 | LINUX_VERSION_genericx86-64 = "4.19.14" | 24 | LINUX_VERSION_genericx86-64 = "4.19.19" |
25 | LINUX_VERSION_edgerouter = "4.19.14" | 25 | LINUX_VERSION_edgerouter = "4.19.14" |
26 | LINUX_VERSION_beaglebone-yocto = "4.19.14" | 26 | LINUX_VERSION_beaglebone-yocto = "4.19.14" |
27 | LINUX_VERSION_mpc8315e-rdb = "4.19.14" | 27 | LINUX_VERSION_mpc8315e-rdb = "4.19.14" |