diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-21 18:10:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-22 23:57:27 +0000 |
commit | fff16d4755df346d3f753e60db65c708232b8ce9 (patch) | |
tree | 15f29c084c25d6c15c5a0295fa88b91127f3408d | |
parent | f34a99e2dd94cd8d02530680218a13d6b4152612 (diff) | |
download | poky-fff16d4755df346d3f753e60db65c708232b8ce9.tar.gz |
yocto-bsps: update to v5.4.20
Updating the SRCREVs for the h/w references to v5.4.20, which includes
the binutils fix for perf.
(From meta-yocto rev: 9fcac872e5f2cc05409cb06640c0f625bea6e8ba)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 |
1 files changed, 4 insertions, 4 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 49bf9efa98..956c4602aa 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,10 +7,10 @@ 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 ?= "cdda35317561d2741b396efa623ace0bd2212c16" | 10 | SRCREV_machine_genericx86 ?= "f4d7dbafb103e4f782323017c239c548871c1567" |
11 | SRCREV_machine_genericx86-64 ?= "cdda35317561d2741b396efa623ace0bd2212c16" | 11 | SRCREV_machine_genericx86-64 ?= "f4d7dbafb103e4f782323017c239c548871c1567" |
12 | SRCREV_machine_edgerouter ?= "cdda35317561d2741b396efa623ace0bd2212c16" | 12 | SRCREV_machine_edgerouter ?= "f4d7dbafb103e4f782323017c239c548871c1567" |
13 | SRCREV_machine_beaglebone-yocto ?= "cdda35317561d2741b396efa623ace0bd2212c16" | 13 | SRCREV_machine_beaglebone-yocto ?= "f4d7dbafb103e4f782323017c239c548871c1567" |
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" |