[OE-core] [OE-Core][Patch 0/7] MIPS: sprinkle some patches
Zubair Lutfullah Kakakhel
Zubair.Kakakhel at imgtec.com
Wed Nov 23 13:47:26 UTC 2016
I'm running bitbake -k world using poky for various machine
configurations from https://github.com/MIPS/meta-img
Here are some patches
Regards,
ZubairLK
Zubair Lutfullah Kakakhel (7):
webkitgtk: Use MIPS MACHINE_OVERRIDES
qemu: Disable qemu on target for MIPS
valgrind: Use MIPS MACHINE_OVERRIDES
python-numpy: Use MIPS MACHINE_OVERRIDES to reduce duplication
gmp: Disable assembly for MIPS R6
perf: Add EXTRA_LDFLAGS for MIPS N32
ghostscript: Use MIPS MACHINE_OVERRIDES for objarch.h
.../{mips64n32 => mipsarchn32eb}/_numpyconfig.h | 0
.../files/{mips64 => mipsarchn32eb}/config.h | 0
.../files/mipsarchn32el/_numpyconfig.h | 31 +++++
.../python-numpy/files/mipsarchn32el/config.h | 138 +++++++++++++++++++++
.../files/{mips64 => mipsarchn64eb}/_numpyconfig.h | 0
.../files/{mips64n32 => mipsarchn64eb}/config.h | 0
.../files/mipsarchn64el/_numpyconfig.h | 32 +++++
.../python-numpy/files/mipsarchn64el/config.h | 138 +++++++++++++++++++++
.../files/{mips => mipsarcho32eb}/_numpyconfig.h | 0
.../files/{mips => mipsarcho32eb}/config.h | 0
.../files/{mipsel => mipsarcho32el}/config.h | 0
.../files/{mipsel => mipsarcho32el}/numpyconfig.h | 0
.../python-numpy/python-numpy_1.11.2.bb | 16 ++-
.../python-numpy/python3-numpy_1.11.2.bb | 16 ++-
meta/recipes-devtools/qemu/qemu_2.7.0.bb | 3 +-
meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 7 +-
.../{mips64 => mipsarchn32eb}/objarch.h | 0
.../{mips64el => mipsarchn32el}/objarch.h | 0
.../{mips64n32 => mipsarchn64eb}/objarch.h | 0
.../{mips64eln32 => mipsarchn64el}/objarch.h | 0
.../ghostscript/{mips => mipsarcho32eb}/objarch.h | 0
.../{mipsel => mipsarcho32el}/objarch.h | 0
meta/recipes-kernel/perf/perf.bb | 7 ++
meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | 6 +-
meta/recipes-support/gmp/gmp_6.1.1.bb | 1 +
25 files changed, 381 insertions(+), 14 deletions(-)
rename meta/recipes-devtools/python-numpy/files/{mips64n32 => mipsarchn32eb}/_numpyconfig.h (100%)
rename meta/recipes-devtools/python-numpy/files/{mips64 => mipsarchn32eb}/config.h (100%)
create mode 100644 meta/recipes-devtools/python-numpy/files/mipsarchn32el/_numpyconfig.h
create mode 100644 meta/recipes-devtools/python-numpy/files/mipsarchn32el/config.h
rename meta/recipes-devtools/python-numpy/files/{mips64 => mipsarchn64eb}/_numpyconfig.h (100%)
rename meta/recipes-devtools/python-numpy/files/{mips64n32 => mipsarchn64eb}/config.h (100%)
create mode 100644 meta/recipes-devtools/python-numpy/files/mipsarchn64el/_numpyconfig.h
create mode 100644 meta/recipes-devtools/python-numpy/files/mipsarchn64el/config.h
rename meta/recipes-devtools/python-numpy/files/{mips => mipsarcho32eb}/_numpyconfig.h (100%)
rename meta/recipes-devtools/python-numpy/files/{mips => mipsarcho32eb}/config.h (100%)
rename meta/recipes-devtools/python-numpy/files/{mipsel => mipsarcho32el}/config.h (100%)
rename meta/recipes-devtools/python-numpy/files/{mipsel => mipsarcho32el}/numpyconfig.h (100%)
rename meta/recipes-extended/ghostscript/ghostscript/{mips64 => mipsarchn32eb}/objarch.h (100%)
rename meta/recipes-extended/ghostscript/ghostscript/{mips64el => mipsarchn32el}/objarch.h (100%)
rename meta/recipes-extended/ghostscript/ghostscript/{mips64n32 => mipsarchn64eb}/objarch.h (100%)
rename meta/recipes-extended/ghostscript/ghostscript/{mips64eln32 => mipsarchn64el}/objarch.h (100%)
rename meta/recipes-extended/ghostscript/ghostscript/{mips => mipsarcho32eb}/objarch.h (100%)
rename meta/recipes-extended/ghostscript/ghostscript/{mipsel => mipsarcho32el}/objarch.h (100%)
--
2.10.2
More information about the Openembedded-core
mailing list