diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-21 15:08:02 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-22 15:48:20 +0100 |
commit | 7970db399710cf5a40d82d6766b6fe732b394b9e (patch) | |
tree | 438bf858d74543797e372b9189ecc2c7dda1b508 /meta-yocto-bsp | |
parent | 3a74f6cedc6bfdb2ff8d479e22ae53f6f644fb15 (diff) | |
download | poky-7970db399710cf5a40d82d6766b6fe732b394b9e.tar.gz |
yocto-bsp: update to v5.4.58
(From meta-yocto rev: cb67b9bcbd18a612a6e5e5bf6acfe1614aca990a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 | 16 |
1 files changed, 8 insertions, 8 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 e1c7372417..9c37f91bc1 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,17 +7,17 @@ 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 ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f" | 10 | SRCREV_machine_genericx86 ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd" |
11 | SRCREV_machine_genericx86-64 ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f" | 11 | SRCREV_machine_genericx86-64 ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd" |
12 | SRCREV_machine_edgerouter ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f" | 12 | SRCREV_machine_edgerouter ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd" |
13 | SRCREV_machine_beaglebone-yocto ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f" | 13 | SRCREV_machine_beaglebone-yocto ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd" |
14 | 14 | ||
15 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 15 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
16 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 16 | 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.56" | 20 | LINUX_VERSION_genericx86 = "5.4.58" |
21 | LINUX_VERSION_genericx86-64 = "5.4.56" | 21 | LINUX_VERSION_genericx86-64 = "5.4.58" |
22 | LINUX_VERSION_edgerouter = "5.4.56" | 22 | LINUX_VERSION_edgerouter = "5.4.58" |
23 | LINUX_VERSION_beaglebone-yocto = "5.4.56" | 23 | LINUX_VERSION_beaglebone-yocto = "5.4.58" |