aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-devtools/python/python
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>
2016-05-20Merge remote-tracking branch 'origin/cedar' into masterAwais Belal
Conflicts: common/recipes-devtools/python/python_2.7.9.bbappend
2016-04-22python: test_ossaudiodev.py: fix assertion to be more lenientMichael
2015-12-21Revert "python: ensure usage of native modules while cross compiling"Drew Moseley
This reverts commit ddcee79c137e27f313086e4618ac7255eeb1f176.
2015-11-11python: ensure usage of native modules while cross compilingAwais Belal
The PYTHONPATH variable augments the default search path and is prepended to it. We need to make sure that host modules are used while cross compiling otherwise an illegal instruction error is generated if the modules built for target are imported. We add the patch conditionally here so open yocto builds can leverage this as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>