]> code.ossystems Code Review - openembedded-core.git/commit
python-numpy: Use MIPS MACHINE_OVERRIDES to reduce duplication
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Wed, 23 Nov 2016 13:47:30 +0000 (13:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2016 15:47:12 +0000 (15:47 +0000)
commita48dbddab9524e78eeac53484d9dbfa0b484c561
tree8537ea2388817fce54d9db23b3c5746be9d24f49
parent85280798306c0c1b1f36e5a10394ffaa7c4041f9
python-numpy: Use MIPS MACHINE_OVERRIDES to reduce duplication

The mipsarch* MACHINE_OVERRIDES can be used to pass the same
parameters to MIPS pre-R2 and R6 ISA variants.

Use them to reduce duplication in supporting MIPS R6 ISA.

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
14 files changed:
meta/recipes-devtools/python-numpy/files/mipsarchn32eb/_numpyconfig.h [moved from meta/recipes-devtools/python-numpy/files/mips64n32/_numpyconfig.h with 100% similarity]
meta/recipes-devtools/python-numpy/files/mipsarchn32eb/config.h [moved from meta/recipes-devtools/python-numpy/files/mips64/config.h with 100% similarity]
meta/recipes-devtools/python-numpy/files/mipsarchn32el/_numpyconfig.h [new file with mode: 0644]
meta/recipes-devtools/python-numpy/files/mipsarchn32el/config.h [new file with mode: 0644]
meta/recipes-devtools/python-numpy/files/mipsarchn64eb/_numpyconfig.h [moved from meta/recipes-devtools/python-numpy/files/mips64/_numpyconfig.h with 100% similarity]
meta/recipes-devtools/python-numpy/files/mipsarchn64eb/config.h [moved from meta/recipes-devtools/python-numpy/files/mips64n32/config.h with 100% similarity]
meta/recipes-devtools/python-numpy/files/mipsarchn64el/_numpyconfig.h [new file with mode: 0644]
meta/recipes-devtools/python-numpy/files/mipsarchn64el/config.h [new file with mode: 0644]
meta/recipes-devtools/python-numpy/files/mipsarcho32eb/_numpyconfig.h [moved from meta/recipes-devtools/python-numpy/files/mips/_numpyconfig.h with 100% similarity]
meta/recipes-devtools/python-numpy/files/mipsarcho32eb/config.h [moved from meta/recipes-devtools/python-numpy/files/mips/config.h with 100% similarity]
meta/recipes-devtools/python-numpy/files/mipsarcho32el/config.h [moved from meta/recipes-devtools/python-numpy/files/mipsel/config.h with 100% similarity]
meta/recipes-devtools/python-numpy/files/mipsarcho32el/numpyconfig.h [moved from meta/recipes-devtools/python-numpy/files/mipsel/numpyconfig.h with 100% similarity]
meta/recipes-devtools/python-numpy/python-numpy_1.11.2.bb
meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb