summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/dtc/files/0001-Fix-compiler-warnings-seen-with-musl.patch
Commit message (Collapse)AuthorAgeFilesLines
* dtc-145: Remove class and recipeMihai Lindner2020-04-021-55/+0
| | | | | | | | These were used as workaround for issues with building u-boot 2017.03 and older, after dtc upgrade to 1.4.6 and newer. We can drop them after upgrading all providers of u-boot. Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
* dtc-145: Fix compile failure with latest master on muslKhem Raj2018-10-071-0/+55
This issue is primarily seen when building the target recipe on musl the fix is a partial backport from upstream to get over the hump Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>