summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* yocto-bsps: drop 5.2 bbappendBruce Ashfield2020-03-061-23/+0
| | | | | | | | | | The 5.2 recipes have been dropped from oe-core, so we drop the 5.2 bbappends to match. (From meta-yocto rev: 1da347d7c9b50974648bf216b766bcb958159fa0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsps/5.2: backport perf build fix for latest binutilsBruce Ashfield2020-03-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ Author: Changbin Du <changbin.du@gmail.com> Date: Tue Jan 28 23:29:38 2020 +0800 perf: Make perf able to build with latest libbfd libbfd has changed the bfd_section_* macros to inline functions bfd_section_<field> since 2019-09-18. See below two commits: o http://www.sourceware.org/ml/gdb-cvs/2019-09/msg00064.html o https://www.sourceware.org/ml/gdb-cvs/2019-09/msg00072.html This fix make perf able to build with both old and new libbfd. Signed-off-by: Changbin Du <changbin.du@gmail.com> Acked-by: Jiri Olsa <jolsa@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lore.kernel.org/lkml/20200128152938.31413-1-changbin.du@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From meta-yocto rev: 207feb95be473359785e67df340e07942a376c54) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: Fix the kernel verison to match the kernel revisionsRichard Purdie2020-02-221-4/+4
| | | | | | | | This avoids warnings due to kernel version mismatches (From meta-yocto rev: 4d8122bca9e5a8788521537610411fe59b1ba8a6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsps: update to v5.4.20Bruce Ashfield2020-02-221-4/+4
| | | | | | | | | | 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>
* yocto-bsp: drop 4.19 bbappendBruce Ashfield2020-02-221-23/+0
| | | | | | | | | | 5.4 is the new LTS kernel, so we drop the 4.19 bbappens as the 4.19 kernel will be removed. (From meta-yocto rev: 36e7756b89a2adb0df470e862a71fbfda98a8682) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86 SRCREVs for v5.4Anuj Mittal2020-02-151-0/+10
| | | | | | | (From meta-yocto rev: 79aa685e65b8f0c521ed26406b1e2c245efac1e5) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Bump to the v5.4 kernel for the non-x86 boardsKevin Hao2020-02-141-0/+13
| | | | | | | | | Build and boot test for the beaglebone and edgerouter. (From meta-yocto rev: db4247b8c95ec997fa90226a49df36d7366c469f) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/machine: Remove mpc8315e-rdb machineRichard Purdie2020-02-023-10/+0
| | | | | | | | | | | | | | | | | | This hardware is old/obsolete and unobtainable. Its proving hard to support with nobody fixing bugs or helping keep the platform running/up to date. Whilst there is value in real hardware testing, this platform ist just too old and obsolete to support. This does leave a gap for the power architecture but at this point there is nobody willing to step up to cover it. The TSC did discuss and agree support for this platform should be removed. It calls into question the support/testing of the architecture by Yocto Project which is being discussed by the TSC and governing board. (From meta-yocto rev: aa691d49ceb6700eb1881b789fe34f8369bcb0ef) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsps: update to v5.2.17Bruce Ashfield2019-09-271-10/+10
| | | | | | | | | | | Updating the reference BSP SRCREVs and versions to 5.2.17 to match the latest for qemu* and to pickup some reference board specific patches. (From meta-yocto rev: fcc920580380a2b57b5b8e1649b4ad94bd3d15b7) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Bump to the v5.2 kernelKevin Hao2019-09-062-27/+27
| | | | | | | | | | | | | | | Boot test for all the supported boards. Also drop the v5.0 bbappend since we no plan to support it anymore. There are some kernel_configcheck warning when building some boards, the patches [1] for them have been sent to kernel-meta for merging. [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2019-August/007908.html (From meta-yocto rev: c6e974e12c1d7fe0d155b6cf1bc0c1f4a6ee69d0) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Bump to the latest stable kernel for all the BSPKevin Hao2019-05-122-20/+20
| | | | | | | | | Boot test for all these boards. (From meta-yocto rev: 3407018bc9d4e4660bba1b1a153815df4640de7e) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREV for 4.19Naveen Saini2019-05-071-4/+4
| | | | | | | | | | 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>
* linux-yocto: Drop 4.18 kernelRichard Purdie2019-04-101-27/+0
| | | | | | (From meta-yocto rev: 1a9d86574ae0e2491bdd33b6addfd8ba6069d628) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Bump to the latest stable kernel for all the BSPsKevin Hao2019-04-031-10/+10
| | | | | | | | | Boot test for all these boards. (From meta-yocto rev: 135958cd17531fd5eeb5e1eff3e673c435def1b2) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Add the v5.0 kernel support for all the BSPsKevin Hao2019-03-111-12/+12
| | | | | | | | | | Boot test for all the boards. (From meta-yocto rev: 8abaf3bfbbb6c0dd51e35ef4c3f6e8455b9109d4) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: introduce 5.0 bbappendBruce Ashfield2019-03-111-0/+27
| | | | | | | | | | Although the hardware reference boards are not using the 5.x kernel yet, we generate a baseline bbappend for future work. (From meta-yocto rev: c3b875dcc01de567ba0320bcba5922000cfb2e2f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREV for 4.18Naveen Saini2019-03-041-4/+4
| | | | | | | | | Bump to kernel release v4.18.27 (From meta-yocto rev: a115d5b939d229c6ca6a91356dcf6dddad5f8656) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Bump to the latest stable kernel for the non-x86 BSPsKevin Hao2019-01-261-6/+6
| | | | | | | | | Bump to the latest stable kernel for 4.18. (From meta-yocto rev: 317dab2926a6f6a59f19fb3c4453a313af041b60) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Add the v4.19 support for the non-x86 BSPsKevin Hao2019-01-261-0/+13
| | | | | | | (From meta-yocto rev: fbb45d1e81c2ecc49e4b9a2cebe9acab1e8cf0bd) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREV for 4.19Naveen Saini2019-01-161-4/+4
| | | | | | | | | Bump to kernel release v4.19.14 (From meta-yocto rev: f46c62dd3d368ab535c4b489b8adcdc0a551939e) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREV for 4.18Naveen Saini2019-01-141-4/+4
| | | | | | | | | Bump to kernel release v4.18.22 (From meta-yocto rev: 664673a107ef5f0943e2ecd64313adfd1dbb5a59) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: introduce 4.19 bbappend for genericx86 BSPsNaveen Saini2019-01-031-0/+14
| | | | | | | | | And bump the kernel version to v4.19.8. (From meta-yocto rev: 19f5a52f102f61dadb55a19f4643ba7da5e678c8) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREV for 4.18Naveen Saini2019-01-031-4/+4
| | | | | | | | | Bump kernel version to v4.18.21. (From meta-yocto rev: 3e977e47d77d5b70ff9a918b1c3503ba2b03eeff) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-4.14: Drop bbappendRichard Purdie2018-12-181-27/+0
| | | | | | (From meta-yocto rev: 5ec7bf02e21fd4137721184af41e1836b4a883ff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREV for 4.18Anuj Mittal2018-10-201-4/+4
| | | | | | | | | Bump to kernel release v4.18.14. (From meta-yocto rev: 7cf931279918affe77330f7803e57678c33f5e51) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREV for 4.14Anuj Mittal2018-10-201-4/+4
| | | | | | | | | Bump to kernel release v4.14.76. (From meta-yocto rev: e864c929738fcd07e1b2a2d1e04800d82030b4a5) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPsKevin Hao2018-09-252-12/+12
| | | | | | | | | Bump to the latest stable kernel for 4.14 and 4.18. (From meta-yocto rev: f7d36129adfeb0d0d5fe26675e2668c49573a32d) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREV for 4.14Anuj Mittal2018-09-241-4/+4
| | | | | | | | | Bump to kernel release v4.14.71. (From meta-yocto rev: b08448debe424211ee721e54eff28f78469cc2a2) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREV for 4.18Anuj Mittal2018-09-241-4/+4
| | | | | | | | | Bump to kernel release v4.18.9. (From meta-yocto rev: c3fb4f3d469272ade1584ca8f76fa116ab09e2e4) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsp: drop 4.12 bbappendRichard Purdie2018-09-041-28/+0
| | | | | | | | | 4.18 is replacing 4.12 as the latest kernel in the upcoming release, so we drop this dangling bbappend. (From meta-yocto rev: 6686fbad03d8de5d29d58aae149e253474336d5f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsp: drop 4.15 bbappendBruce Ashfield2018-09-041-27/+0
| | | | | | | | | | 4.18 is replacing 4.15 as the latest kernel in the upcoming release, so we drop this dangling bbappend. (From meta-yocto rev: 14e89c34cc0cb9e74075cd5a86500426701b1c8d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Bump the kernel to v4.18Kevin Hao2018-08-281-0/+27
| | | | | | | | | Bump the kernel to v4.18 for all the boards in meta-yocto-bsp layer. (From meta-yocto rev: 1e672581cc3fc695570f1ae9f951efbe4b05733a) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Workaround the Ethernet malfunction on edgerouter when ↵Kevin Hao2018-06-212-2/+2
| | | | | | | | | | | | building with gcc8 Update the kernel for v4.14 and v4.15 to include a workaround of the Ethernet malfunction on edgerouter board when building with gcc8. (From meta-yocto rev: a503919e72fad9556ab0f51a78b92ef3e0075e97) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Let yocto BSPs be able to build with linux-yocto-devHe Zhe2018-06-211-0/+15
| | | | | | | (From meta-yocto rev: 28f141bc0015664c05c2cd33155fefd58def3b59) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: bump to the latest linux stable kernel for edgerouter/beagleboneuninative-2.12.6_M1Richard Purdie2018-06-122-3/+3
| | | | | | | | | Bump to the latest stable kernel for 4.14 and 4.15 for edgerouter/beaglebone to fix gcc8 build issues. (From meta-yocto rev: c5e07b460cf9477181d2dcde8ea93daeeacc9a2e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPsKevin Hao2018-06-123-18/+18
| | | | | | | | | Bump to the latest stable kernel for 4.12, 4.14 and 4.15. (From meta-yocto rev: eb025ae398c0042ddc7be75e4ebdeb1fb1344c03) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREVs for 4.15Anuj Mittal2018-06-121-4/+4
| | | | | | | | | Bump to kernel release 4.15.18. (From meta-yocto rev: 64e3554d2bdaf037fc7ed86ace468ff2f75a698b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREVs for 4.14Anuj Mittal2018-06-121-4/+4
| | | | | | | | | Bump to kernel release 4.14.48. (From meta-yocto rev: f37cf4dbcadabbbc8445b5c51187a59c2e64d3ec) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREVs for 4.12Anuj Mittal2018-06-121-4/+4
| | | | | | | | | Bump to kernel release 4.12.24. (From meta-yocto rev: a2960aacf413837c168e303a89b80fdbb12d3263) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: introduce v4.14&v4.15 kernel for non-x86 BSPsKevin Hao2018-03-302-0/+26
| | | | | | | | | Also set the default kernel of these BSPs to v4.15. (From meta-yocto rev: 4c35cdf84b24104c341b986dd3e04323aca894c4) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: bump to the latest v4.12 stable kernel for the non-x86 BSPsKevin Hao2018-03-301-6/+6
| | | | | | | (From meta-yocto rev: 08884dc6ed749da5e7f73c9045a56d2dd53827bb) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREVs for 4.15Anuj Mittal2018-03-301-4/+4
| | | | | | | | | Bump to stable kernel release 4.15.13. (From meta-yocto rev: 5c9a1efdf7d563fd73660e6caf8c17db1fd6b32d) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREVs for 4.14Anuj Mittal2018-03-301-4/+4
| | | | | | | | | Bump to stable kernel release 4.14.30 (From meta-yocto rev: 88be67e699c4a9e4277f3977f3525b9c3b3ff101) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREVs for 4.12Anuj Mittal2018-03-301-4/+4
| | | | | | | | | Bump to stable kernel release 4.12.21. (From meta-yocto rev: de49fbc8dda014ab26294ff97955d545dd09123c) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: introduce 4.15 bbappend for genericx86* BSPsAnuj Mittal2018-02-201-0/+14
| | | | | | | | | Sync with stable kernel release 4.15.3 in oe-core. (From meta-yocto rev: b86dc8e9954b30202ac09ece96a2a3dc55f429b9) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: introduce 4.14 bbappend for genericx86* BSPsAnuj Mittal2018-02-201-0/+14
| | | | | | | | | Sync with stable kernel release 4.14.19 in oe-core. (From meta-yocto rev: f58ff02412b0b22e4e7cfe55f578a5e3e5b971c6) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREVs for v4.12Anuj Mittal2018-02-201-4/+4
| | | | | | | | | Bump to stable kernel release 4.12.20 (From meta-yocto rev: a3d67bf445f07b374ad47c2489706a3d50a7e474) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsp: delete bbappends for removed kernelsBruce Ashfield2018-02-153-81/+0
| | | | | | | | | | | | | | 4.4/4.9/4.10 are gone from oe-core master, so we can drop our bbappends. 4.12 will be removed in the future and 4.14/4.15 added, but all default versions should be 4.12+ now. (From meta-yocto rev: fd333864ce66ca32828b3d290ea8aae4f489de9b) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPsKevin Hao2018-02-153-18/+18
| | | | | | | | | Bump to the latest stable kernel for 4.4, 4.9 and 4.12. (From meta-yocto rev: 4e71a79346351f8026a65cfbd68ed0bc8f5eed5c) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update genericx86* SRCREVs for v4.9Anuj Mittal2018-01-301-4/+4
| | | | | | | | | Bump to stable kernel release 4.9.78. (From meta-yocto rev: 8a895e83a7a5c09d2f9f4069b8c8eb92d9b3b738) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>