diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2017-12-28 10:59:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-20 14:56:18 +0000 |
commit | a42a1d9ac2d9d9066925a7f838be3a22f8742817 (patch) | |
tree | 0b88a3a54d0c067f2b6e915100779b8285d54a5d | |
parent | 78b184ac0b033b1a7cc0a1c6c1283185aedd0716 (diff) | |
download | poky-a42a1d9ac2d9d9066925a7f838be3a22f8742817.tar.gz |
linux-yocto: update genericx86* SRCREVs for v4.9
Bump to stable kernel release v4.9.65.
(From meta-yocto rev: 0a5ac4a30f19ed57360fd04ac00b627e6986c937)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend index 5fab8398cf..357edae437 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend | |||
@@ -7,8 +7,8 @@ KBRANCH_edgerouter = "standard/edgerouter" | |||
7 | KBRANCH_beaglebone = "standard/beaglebone" | 7 | KBRANCH_beaglebone = "standard/beaglebone" |
8 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | 8 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" |
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404" | 10 | SRCREV_machine_genericx86 ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621" |
11 | SRCREV_machine_genericx86-64 ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404" | 11 | SRCREV_machine_genericx86-64 ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621" |
12 | SRCREV_machine_edgerouter ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621" | 12 | SRCREV_machine_edgerouter ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621" |
13 | SRCREV_machine_beaglebone-yocto ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621" | 13 | SRCREV_machine_beaglebone-yocto ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621" |
14 | SRCREV_machine_mpc8315e-rdb ?= "98afa8ec2086fb2262d43040094e6c786d3847ba" | 14 | SRCREV_machine_mpc8315e-rdb ?= "98afa8ec2086fb2262d43040094e6c786d3847ba" |
@@ -19,8 +19,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter" | |||
19 | COMPATIBLE_MACHINE_beaglebone = "beaglebone" | 19 | COMPATIBLE_MACHINE_beaglebone = "beaglebone" |
20 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | 20 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |
21 | 21 | ||
22 | LINUX_VERSION_genericx86 = "4.9.49" | 22 | LINUX_VERSION_genericx86 = "4.9.65" |
23 | LINUX_VERSION_genericx86-64 = "4.9.49" | 23 | LINUX_VERSION_genericx86-64 = "4.9.65" |
24 | LINUX_VERSION_edgerouter = "4.9.65" | 24 | LINUX_VERSION_edgerouter = "4.9.65" |
25 | LINUX_VERSION_beaglebone-yocto = "4.9.65" | 25 | LINUX_VERSION_beaglebone-yocto = "4.9.65" |
26 | LINUX_VERSION_mpc8315e-rdb = "4.9.65" | 26 | LINUX_VERSION_mpc8315e-rdb = "4.9.65" |