aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-support
AgeCommit message (Collapse)Author
2019-08-30boost: fix build with gcc8Arsalan H. Awan
Boost component libs/python/converter fails to compile with gcc8. This fixes the following in converter/builtin_converters.cpp:51:35: error: invalid conversion from 'const void*' to 'void*' [-fpermissive] Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-30boost: adjust BOOST_LIBS according to v1.59.0Arsalan H. Awan
poky/meta/recipes-support/boost/boost.inc for boost v1.69.0 in warrior branch changes the list of BOOST_LIBS. We change it back to previous settings as the library "contract" does not exist in boost v1.59.0, so the do_compile fails. This fixes that. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28common: rename to meta-amd-bspArsalan H. Awan
This renames common layers to meta-amd-bsp as it is going to hold all the bsps in it in the following commits. This also changes the layer title in layer.conf from "amd" to "amd-bsp" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>