commit | 36fe5df200a94e3ce82ba2dcad16c0a4127f6d46 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Mon Oct 19 10:10:53 2020 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Oct 19 12:45:27 2020 -0500 |
tree | a68d0f9da2de77386d8f032e03d2fcd8d296c8e2 | |
parent | a2681d9b6ff6eb6e4456d769b8d76e77b2c4d51d [diff] |
boost: temp fix for upstream yocto boost change Yocto upstream moved context and coroutine directly into BOOST_LIBS, which means that they're not added back for our arm variant. https://github.com/lgirdk/poky/commit/624262541605c476f5a0bd415b08d00379c15b00 Temporarily remove our BOOST_LIBS override so we can pull the upstream yocto in, then come back and add specifically what we need again. Tested: None, letting CI verify it (From meta-phosphor rev: 8c30e9b47641854502a31c0a8402d3142586fd55) Change-Id: I4f174a2473525a02e5c5c080ffc90929f5e4770e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-support/boost/boost_%.bbappend b/meta-phosphor/recipes-support/boost/boost_%.bbappend index aa93d73..b614346 100644 --- a/meta-phosphor/recipes-support/boost/boost_%.bbappend +++ b/meta-phosphor/recipes-support/boost/boost_%.bbappend
@@ -8,5 +8,5 @@ # #https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#boost # -BOOST_LIBS_openbmc-phosphor = "chrono thread" +#BOOST_LIBS_openbmc-phosphor = "chrono thread"