diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-01-29 08:59:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-30 12:09:43 +0000 |
commit | f7dea5552f0400d5bb1b58c2dfce774c3bbb683c (patch) | |
tree | eaa3716cc97ab0e99d1da56af637b216fb8cbae6 | |
parent | a917490c27c94e400c794cd9adcbee611e8e8ebc (diff) | |
download | poky-f7dea5552f0400d5bb1b58c2dfce774c3bbb683c.tar.gz |
linux-yocto: update genericx86* SRCREVs for v4.4
Bump to stable kernel release 4.4.113.
(From meta-yocto rev: 0cf39e1429549a11e6487906e89c830bdf985741)
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.4.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend index ed20f3495b..fa271e3e6d 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -8,8 +8,8 @@ KBRANCH_beaglebone-yocto = "standard/beaglebone" | |||
8 | KMACHINE_beaglebone-yocto = "beaglebone" | 8 | KMACHINE_beaglebone-yocto = "beaglebone" |
9 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | 9 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" |
10 | 10 | ||
11 | SRCREV_machine_genericx86 ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd" | 11 | SRCREV_machine_genericx86 ?= "4d31a8b7661509ff1044abcf9050750cc2478e20" |
12 | SRCREV_machine_genericx86-64 ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd" | 12 | SRCREV_machine_genericx86-64 ?= "4d31a8b7661509ff1044abcf9050750cc2478e20" |
13 | SRCREV_machine_edgerouter ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd" | 13 | SRCREV_machine_edgerouter ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd" |
14 | SRCREV_machine_beaglebone-yocto ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd" | 14 | SRCREV_machine_beaglebone-yocto ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd" |
15 | SRCREV_machine_mpc8315e-rdb ?= "df06daf8e6de559934d16e88129bbba0237d0292" | 15 | SRCREV_machine_mpc8315e-rdb ?= "df06daf8e6de559934d16e88129bbba0237d0292" |
@@ -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.4.93" | 23 | LINUX_VERSION_genericx86 = "4.4.113" |
24 | LINUX_VERSION_genericx86-64 = "4.4.93" | 24 | LINUX_VERSION_genericx86-64 = "4.4.113" |
25 | LINUX_VERSION_edgerouter = "4.4.93" | 25 | LINUX_VERSION_edgerouter = "4.4.93" |
26 | LINUX_VERSION_beaglebone-yocto = "4.4.93" | 26 | LINUX_VERSION_beaglebone-yocto = "4.4.93" |
27 | LINUX_VERSION_mpc8315e-rdb = "4.4.93" | 27 | LINUX_VERSION_mpc8315e-rdb = "4.4.93" |