blob: fabb7f55e9d38922d9d1270415face7b64f71467 [file] [log] [blame]
Ed Tanous9eeb80f2020-08-17 15:16:39 -07001#This is largely to improve our build times by not building or installing
Ed Tanous57acb462020-10-16 14:42:00 -07002#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 Tanous9eeb80f2020-08-17 15:16:39 -07006#
7#https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#boost
8#
Ed Tanous57acb462020-10-16 14:42:00 -07009BOOST_LIBS_openbmc-phosphor = "chrono context coroutine thread"
Ed Tanous9eeb80f2020-08-17 15:16:39 -070010