meta-intel/recipes-bsp
Naveen Saini cc60e742db thermald: fix 32-bit build error with musl v1.2.0
Recent musl upgrades to v1.2.0 causing below error:
Error log:
 ../git/src/thd_trip_point.cpp: In member function 'bool cthd_trip_point::thd_trip_point_check(int, unsigned int, int, bool*)':
| ../git/src/thd_trip_point.cpp:250:19: error: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Werror=format=]
|   250 |      thd_log_info("Too early to act zone:%d index %d tm %ld\n",

musl 1.2.0 have new feature:
time_t is now 64-bit on all archs (not just 64-bit archs)

Commit id:
https://git.musl-libc.org/cgit/musl/commit/?id=38143339646a4ccce8afe298c34467767c899f51

Release note link for musl 1.2.0:
https://git.musl-libc.org/cgit/musl/diff/

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-03-06 10:45:15 +08:00
..
ace ace: switch to using github release tarball instead of ftp 2019-12-12 13:33:05 +08:00
formfactor meta-intel: Reorganize the layout to remove common 2017-11-20 15:33:02 -08:00
metee metee: upgrade v2.1.1 -> v2.2.0 2020-02-11 14:32:30 +08:00
systemd-boot Revert "systemd-boot: remove joule specific workaround" 2019-04-04 11:06:15 +08:00
thermald thermald: fix 32-bit build error with musl v1.2.0 2020-03-06 10:45:15 +08:00