summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-support
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-10-19 18:10:53 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-19 20:45:27 +0300
commit36fe5df200a94e3ce82ba2dcad16c0a4127f6d46 (patch)
treea68d0f9da2de77386d8f032e03d2fcd8d296c8e2 /meta-phosphor/recipes-support
parenta2681d9b6ff6eb6e4456d769b8d76e77b2c4d51d (diff)
downloadopenbmc-36fe5df200a94e3ce82ba2dcad16c0a4127f6d46.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-support')
-rw-r--r--meta-phosphor/recipes-support/boost/boost_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-support/boost/boost_%.bbappend b/meta-phosphor/recipes-support/boost/boost_%.bbappend
index aa93d7305..b614346af 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"