diff options
| author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-23 13:47:30 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:07 +0000 |
| commit | 3680c265a43138b6e177f8b3155ba1095bfcd5b4 (patch) | |
| tree | b3d3701f5126d26366bbc84eefd3a383509319a7 /meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb | |
| parent | 61ad3d8da0d5a03727a0166cbc18e78649fb8577 (diff) | |
| download | poky-3680c265a43138b6e177f8b3155ba1095bfcd5b4.tar.gz | |
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.
(From OE-Core rev: a48dbddab9524e78eeac53484d9dbfa0b484c561)
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb index c34df6fa9a..d5fe50c36f 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb | |||
| @@ -26,7 +26,7 @@ CONFIGFILESURI_armeb = " \ | |||
| 26 | file://config.h \ | 26 | file://config.h \ |
| 27 | file://numpyconfig.h \ | 27 | file://numpyconfig.h \ |
| 28 | " | 28 | " |
| 29 | CONFIGFILESURI_mipsel = " \ | 29 | CONFIGFILESURI_mipsarcho32el = " \ |
| 30 | file://config.h \ | 30 | file://config.h \ |
| 31 | file://numpyconfig.h \ | 31 | file://numpyconfig.h \ |
| 32 | " | 32 | " |
| @@ -38,7 +38,7 @@ CONFIGFILESURI_x86-64 = " \ | |||
| 38 | file://config.h \ | 38 | file://config.h \ |
| 39 | file://_numpyconfig.h \ | 39 | file://_numpyconfig.h \ |
| 40 | " | 40 | " |
| 41 | CONFIGFILESURI_mips = " \ | 41 | CONFIGFILESURI_mipsarcho32eb = " \ |
| 42 | file://config.h \ | 42 | file://config.h \ |
| 43 | file://_numpyconfig.h \ | 43 | file://_numpyconfig.h \ |
| 44 | " | 44 | " |
| @@ -50,11 +50,19 @@ CONFIGFILESURI_powerpc64 = " \ | |||
| 50 | file://config.h \ | 50 | file://config.h \ |
| 51 | file://_numpyconfig.h \ | 51 | file://_numpyconfig.h \ |
| 52 | " | 52 | " |
| 53 | CONFIGFILESURI_mips64 = " \ | 53 | CONFIGFILESURI_mipsarchn64eb = " \ |
| 54 | file://config.h \ | 54 | file://config.h \ |
| 55 | file://_numpyconfig.h \ | 55 | file://_numpyconfig.h \ |
| 56 | " | 56 | " |
| 57 | CONFIGFILESURI_mips64n32 = " \ | 57 | CONFIGFILESURI_mipsarchn64el = " \ |
| 58 | file://config.h \ | ||
| 59 | file://_numpyconfig.h \ | ||
| 60 | " | ||
| 61 | CONFIGFILESURI_mipsarchn32eb = " \ | ||
| 62 | file://config.h \ | ||
| 63 | file://_numpyconfig.h \ | ||
| 64 | " | ||
| 65 | CONFIGFILESURI_mipsarchn32el = " \ | ||
| 58 | file://config.h \ | 66 | file://config.h \ |
| 59 | file://_numpyconfig.h \ | 67 | file://_numpyconfig.h \ |
| 60 | " | 68 | " |
