aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-devtools/codexl/codexl
AgeCommit message (Collapse)Author
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>
2017-06-16codexl: Revert "Output versioned libs"Ahsan Hussain
CodeXL graphics webserver code finds and loads custom libraries, used in frame analysis. It just doesn't expect them to have qualified sonames/version numbers. While this can be easily fixed in the code, these libs are installed under codexl install dir hierarchy, and not the standard lib path hence versioning of libraries and associated fix seems unlikely to be accepted upstream. Hence this reverts commit 601aeeaad2cc92a151c74f2c4e61c9f26f43eb6
2017-02-09codexl: Output versioned libsMichael Powell
to resolve shlib dependency warnings
2017-01-19codexl: Resolve race conditions with mkdir.Drew Moseley
There is an apparent race condition with the mechanism used for making directories. There are corner cases where the compile step is invoked before the output objdir is created. This forces all compile steps to be prepended with a mkdir command. This may be more than is needed but does seem to resolve the current races. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-11-18codexl: fix build with gcc5.xMichael
2016-11-16codexl: fix build with gcc6Awais Belal
This patchset fixes build issues that are seen during the build of codexl using gcc6. The first two patches are taken directly from upstream but the remaining are self generated. 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)