aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-devtools/codexl/codexl/makefile-mkdir-ordering.patch
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-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>