Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Revert "Move context and coroutine"
Browse files Browse the repository at this point in the history
This reverts commit 6be1787.

openbmc/openbmc#3720 tracks the issue we've been having with the latest
poky update. For now we're going to have to revert it which means we
need to go back to handling the older boost.

Lets revert this so we go back to not minimizing our boost library which
will cause a bit larger library in flash but allow us to support both
the old and new boost packaging.

Change-Id: I121ec2cbeb234b3ea541330829f629a7ba71fee0
Signed-off-by: Andrew Geissler <[email protected]>
  • Loading branch information
geissonator committed Nov 3, 2020
1 parent 29d26b3 commit 3ee1f9d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions recipes-support/boost/boost_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#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
#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 = "chrono context coroutine thread"
#BOOST_LIBS_openbmc-phosphor = "chrono thread"

0 comments on commit 3ee1f9d

Please sign in to comment.