All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686
@ 2015-06-04  3:31 Andre McCurdy
  2015-06-04  3:31 ` [PATCH 2/4] gstreamer1.0-plugins-base.inc: " Andre McCurdy
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andre McCurdy @ 2015-06-04  3:31 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-devtools/python/python-numpy_1.7.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
index d4fd279..28ad97f 100644
--- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb
+++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
@@ -30,6 +30,10 @@ CONFIGFILESURI_i586 = " \
     file://config.h \
     file://numpyconfig.h \
 "
+CONFIGFILESURI_i686 = " \
+    file://config.h \
+    file://numpyconfig.h \
+"
 CONFIGFILESURI_x86-64 = " \
     file://config.h \
     file://_numpyconfig.h \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/4] gstreamer1.0-plugins-base.inc: duplicate i586 over-ride for i686
  2015-06-04  3:31 [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686 Andre McCurdy
@ 2015-06-04  3:31 ` Andre McCurdy
  2015-06-04  3:31 ` [PATCH 3/4] lame: " Andre McCurdy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Andre McCurdy @ 2015-06-04  3:31 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index 06eac67..c9abc85 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
@@ -38,3 +38,4 @@ EXTRA_OECONF += " \
 FILES_${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict"
 
 CACHED_CONFIGUREVARS_append_i586 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no"
+CACHED_CONFIGUREVARS_append_i686 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 3/4] lame: duplicate i586 over-ride for i686
  2015-06-04  3:31 [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686 Andre McCurdy
  2015-06-04  3:31 ` [PATCH 2/4] gstreamer1.0-plugins-base.inc: " Andre McCurdy
@ 2015-06-04  3:31 ` Andre McCurdy
  2015-06-04  3:31 ` [PATCH 4/4] x264: " Andre McCurdy
  2015-06-04  6:30 ` [PATCH 1/4] python-numpy: " Khem Raj
  3 siblings, 0 replies; 7+ messages in thread
From: Andre McCurdy @ 2015-06-04  3:31 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-multimedia/lame/lame_3.99.5.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb
index d0e8872..2ceb45a 100644
--- a/meta/recipes-multimedia/lame/lame_3.99.5.bb
+++ b/meta/recipes-multimedia/lame/lame_3.99.5.bb
@@ -28,3 +28,4 @@ FILES_libmp3lame-dev = "${includedir} ${libdir}/*"
 FILES_${PN}-dev = ""
 
 CACHED_CONFIGUREVARS_append_i586 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no"
+CACHED_CONFIGUREVARS_append_i686 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 4/4] x264: duplicate i586 over-ride for i686
  2015-06-04  3:31 [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686 Andre McCurdy
  2015-06-04  3:31 ` [PATCH 2/4] gstreamer1.0-plugins-base.inc: " Andre McCurdy
  2015-06-04  3:31 ` [PATCH 3/4] lame: " Andre McCurdy
@ 2015-06-04  3:31 ` Andre McCurdy
  2015-06-04  6:30 ` [PATCH 1/4] python-numpy: " Khem Raj
  3 siblings, 0 replies; 7+ messages in thread
From: Andre McCurdy @ 2015-06-04  3:31 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-multimedia/x264/x264_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 0e856b3..9d893f0 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -52,4 +52,5 @@ do_install() {
 
 # PIC can't be enabled for 32-bit x86
 INSANE_SKIP_${PN}_append_i586 = " textrel"
+INSANE_SKIP_${PN}_append_i686 = " textrel"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686
  2015-06-04  3:31 [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686 Andre McCurdy
                   ` (2 preceding siblings ...)
  2015-06-04  3:31 ` [PATCH 4/4] x264: " Andre McCurdy
@ 2015-06-04  6:30 ` Khem Raj
  2015-06-04  8:39   ` Andre McCurdy
  3 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2015-06-04  6:30 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]


> On Jun 3, 2015, at 8:31 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
> 
> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
> ---
> meta/recipes-devtools/python/python-numpy_1.7.0.bb | 4 ++++
> 1 file changed, 4 insertions(+)
> 
> diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
> index d4fd279..28ad97f 100644
> --- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb
> +++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
> @@ -30,6 +30,10 @@ CONFIGFILESURI_i586 = " \
>     file://config.h \
>     file://numpyconfig.h \
> "
> +CONFIGFILESURI_i686 = " \
> +    file://config.h \
> +    file://numpyconfig.h \
> +”


can we use x86 override instead ?

> CONFIGFILESURI_x86-64 = " \
>     file://config.h \
>     file://_numpyconfig.h \
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686
  2015-06-04  6:30 ` [PATCH 1/4] python-numpy: " Khem Raj
@ 2015-06-04  8:39   ` Andre McCurdy
  2015-06-04 10:20     ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Andre McCurdy @ 2015-06-04  8:39 UTC (permalink / raw)
  To: Khem Raj; +Cc: OE Core mailing list

On Wed, Jun 3, 2015 at 11:30 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
>> On Jun 3, 2015, at 8:31 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
>>
>> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
>> ---
>> meta/recipes-devtools/python/python-numpy_1.7.0.bb | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
>> index d4fd279..28ad97f 100644
>> --- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb
>> +++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
>> @@ -30,6 +30,10 @@ CONFIGFILESURI_i586 = " \
>>     file://config.h \
>>     file://numpyconfig.h \
>> "
>> +CONFIGFILESURI_i686 = " \
>> +    file://config.h \
>> +    file://numpyconfig.h \
>> +”
>
>
> can we use x86 override instead ?

Yes, I'll send a v2.

I'm hopeful that this set of fixes will be acceptable for fido, which
is why I initially went for adding i686 over-rides instead of a more
widespread clean-up to replace i586 with x86.

>> CONFIGFILESURI_x86-64 = " \
>>     file://config.h \
>>     file://_numpyconfig.h \
>> --
>> 1.9.1
>>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686
  2015-06-04  8:39   ` Andre McCurdy
@ 2015-06-04 10:20     ` Burton, Ross
  0 siblings, 0 replies; 7+ messages in thread
From: Burton, Ross @ 2015-06-04 10:20 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: OE Core mailing list

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

On 4 June 2015 at 09:39, Andre McCurdy <armccurdy@gmail.com> wrote:

> Yes, I'll send a v2.
>
> I'm hopeful that this set of fixes will be acceptable for fido, which
> is why I initially went for adding i686 over-rides instead of a more
> widespread clean-up to replace i586 with x86.
>

Changing i586 to x86 is a sensible fix, I can't see why that wouldn't be
suitable for fido.

Ross

[-- Attachment #2: Type: text/html, Size: 803 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-04 10:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-04  3:31 [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686 Andre McCurdy
2015-06-04  3:31 ` [PATCH 2/4] gstreamer1.0-plugins-base.inc: " Andre McCurdy
2015-06-04  3:31 ` [PATCH 3/4] lame: " Andre McCurdy
2015-06-04  3:31 ` [PATCH 4/4] x264: " Andre McCurdy
2015-06-04  6:30 ` [PATCH 1/4] python-numpy: " Khem Raj
2015-06-04  8:39   ` Andre McCurdy
2015-06-04 10:20     ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.