Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
PACKAGECONFIG:openbmc-phosphor:class-target = ""
|
||||
|
||||
#This is largely to improve our build times by not building or installing
|
||||
#modules that OpenBMC does not use by our coding standard. Another thing to
|
||||
#note is that for most targets, coroutine and context libraries are also added
|
||||
#with a BOOST_LIBS:append:<platform> for most targets. Chrono/Thread should not
|
||||
#be relied directly, but are required dependencies of context and coroutine.
|
||||
#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:class-target = "chrono thread context coroutine"
|
||||
|
||||
BOOST_LIBS:openbmc-phosphor:class-target:append:df-etcd = " \
|
||||
random system filesystem atomic date_time regex"
|
||||
Reference in New Issue
Block a user