blob: eb16acaa21263a997a82c1ee91d6b1287811ea4c [file] [log] [blame]
Ed Tanous9936f862022-09-19 09:13:20 -07001PACKAGECONFIG:openbmc-phosphor:class-target = ""
2
Ed Tanous9eeb80f2020-08-17 15:16:39 -07003#This is largely to improve our build times by not building or installing
Andrew Geissler56a82922020-11-03 08:16:37 -06004#modules that OpenBMC does not use by our coding standard. Another thing to
5#note is that for most targets, coroutine and context libraries are also added
Patrick Williams12fc9392021-08-06 09:16:53 -05006#with a BOOST_LIBS:append:<platform> for most targets. Chrono/Thread should not
Andrew Geissler56a82922020-11-03 08:16:37 -06007#be relied directly, but are required dependencies of context and coroutine.
8#See the relevant portion of the openbmc coding standard with regards to boost
9#libraries
Ed Tanous9eeb80f2020-08-17 15:16:39 -070010#
11#https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#boost
12#
Jason M. Bills0be39b32022-08-25 11:40:15 -070013BOOST_LIBS:openbmc-phosphor:class-target = "chrono thread context coroutine"