19936f86dSEd TanousPACKAGECONFIG:openbmc-phosphor:class-target = "" 29936f86dSEd Tanous 39eeb80ffSEd Tanous#This is largely to improve our build times by not building or installing 456a8292bSAndrew Geissler#modules that OpenBMC does not use by our coding standard. Another thing to 556a8292bSAndrew Geissler#note is that for most targets, coroutine and context libraries are also added 612fc939cSPatrick Williams#with a BOOST_LIBS:append:<platform> for most targets. Chrono/Thread should not 756a8292bSAndrew Geissler#be relied directly, but are required dependencies of context and coroutine. 856a8292bSAndrew Geissler#See the relevant portion of the openbmc coding standard with regards to boost 956a8292bSAndrew Geissler#libraries 109eeb80ffSEd Tanous# 119eeb80ffSEd Tanous#https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#boost 129eeb80ffSEd Tanous# 13*312d6130SAndrew GeisslerBOOST_LIBS:openbmc-phosphor:class-target = "chrono thread context coroutine url" 14d778f563SJayanth Othayoth 15d778f563SJayanth OthayothBOOST_LIBS:openbmc-phosphor:class-target:append:df-etcd = " \ 16d778f563SJayanth Othayoth random system filesystem atomic date_time regex" 17