Ed Tanous | 69e46c2 | 2020-08-17 15:16:39 -0700 | [diff] [blame] | 1 | #This is largely to improve our build times by not building or installing |
Ed Tanous | 6be1787 | 2020-10-16 14:42:00 -0700 | [diff] [blame] | 2 | #modules that OpenBMC does not use by our coding standard. Chrono and Thread |
| 3 | #should not be relied directly, but are required dependencies of context and |
| 4 | #coroutine at build time. See the relevant portion of the openbmc coding |
| 5 | #standard with regards to boost libraries |
Ed Tanous | 69e46c2 | 2020-08-17 15:16:39 -0700 | [diff] [blame] | 6 | # |
| 7 | #https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#boost |
| 8 | # |
Ed Tanous | 6be1787 | 2020-10-16 14:42:00 -0700 | [diff] [blame] | 9 | BOOST_LIBS_openbmc-phosphor = "chrono context coroutine thread" |
Ed Tanous | 69e46c2 | 2020-08-17 15:16:39 -0700 | [diff] [blame] | 10 | |