summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-support/boost/boost_%.bbappend
blob: fabb7f55e9d38922d9d1270415face7b64f71467 (plain)
1
2
3
4
5
6
7
8
9
10
#This is largely to improve our build times by not building or installing
#modules that OpenBMC does not use by our coding standard.  Chrono and Thread
#should not be relied directly, but are required dependencies of context and
#coroutine at build time.  See the relevant portion of the openbmc coding
#standard with regards to boost libraries
#
#https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#boost
#
BOOST_LIBS_openbmc-phosphor = "chrono context coroutine thread"