aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-support
AgeCommit message (Collapse)Author
2018-10-17numactl: fix build with glibc 2.28+Awais Belal
This is an upstream backport required for MEL Lite which is based on glibc 2.28. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-10-16libunistring: fix build with glibc 2.28+Awais Belal
This is essentially a backport from oe-core master and required for mel-lite as it uses gcc8.2 based on glibc 2.28 Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-17boost: fix fuzz in the patch to avoid QA warningAwais Belal
The new bitbake scheme does not allow fuzzes in the patches and throws a warning if one is seen. This fixes WARNING: boost-1.59.0-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: ... Applying patch boost-math-disable-pch-for-gcc.patch patching file libs/math/build/Jamfile.v2 Hunk #1 succeeded at 13 with fuzz 1. ... Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-02-19Merge remote-tracking branch 'origin/morty' into masterAwais Belal
2018-01-16boost: fix build failure due to pchAwais Belal
This backports http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-support/boost?id=9f30160f8623aebe8459e5b155d01397ff0f13b3 The failure occurs due to a race condition so it is hard to reproduce reliably but it is seen every now and then. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-02-06fltk: Remove local patch which is no longer needed.Drew Moseley
The master branch of meta-oe has moved forward to version 1.3.4 so this local patch is no longer necessary. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2017-01-03libffi: fix deployment of dev headersAwais Belal
libffi headers are checked by packages which depend on it so we need to provide these on the sysroot. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-11-04Support CodeXL Remote Agent and dependent componentsMichael
- AMDTRemoteDebuggingServer - VulkanEnv - VulkanServer - CapturePlayer - GPUPerfServer - AMDTPowerProfilingDrivers - CodeXLGpuProfiler - CodeXLPwrProf kernel module - Build Teapot and ClassicMatMul examples - Build using bitbake environment for tinyxml, libGLEW, and Boost Signed-off-by: Adeel Arshad (adeel_arshad@mentor.com) Signed-off-by: Michael Powell (michael_powell@mentor.com)
2015-01-16Revert "enca: Fix broken automake in enca."Drew Moseley
This reverts commit 2a231e5fd42403015e68abfc70af3d8e26d3a381. This has been merged into poky/master.
2014-11-26evtest: Remove specific version.Drew Moseley
We added this in the release/2014.05 branch to fix a build failure in the corresponding daisy branch of meta-oe. It is no longer needed with the dizzy branch. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-11-19evtest: update recipe rev to _gitAwais Belal
The yocto 1.7 now has a recipe for evtest_git so we drop the version specific recipe as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-08-06evtest: Provide new checksums.Drew Moseley
The upstream archives have been updated so the checksums recorded in the main bb file in meta-oe are invalid. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-18enca: Fix broken automake in enca.Drew Moseley
This may need to be submitted to poky/master at some point but for now we'll keep it meta-amd specific.