blob: faa00918602146d53fe3f76918ae3f8fb88f48e3 [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#
Andrew Geissler312d6132023-10-10 13:40:28 -050013BOOST_LIBS:openbmc-phosphor:class-target = "chrono thread context coroutine url"
Jayanth Othayothd778f562023-03-20 22:25:51 -050014
15BOOST_LIBS:openbmc-phosphor:class-target:append:df-etcd = " \
16 random system filesystem atomic date_time regex"