Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] midori: exclude from self-hosted for mips64
@ 2013-10-22  6:04 jackie.huang
  2013-10-22  6:04 ` [PATCH 1/1] " jackie.huang
  0 siblings, 1 reply; 5+ messages in thread
From: jackie.huang @ 2013-10-22  6:04 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

The following changes since commit 24a6b1324965080fef6c363edcb37768090eebea:

  wic: add pseudo to the populate-extfs step (2013-10-18 16:03:36 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib jhuang0/d_midori_1022_0
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_midori_1022_0

Jackie Huang (1):
  midori: exclude from self-hosted for mips64

 .../packagegroups/packagegroup-self-hosted.bb      |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

-- 
1.7.4.1



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

* [PATCH 1/1] midori: exclude from self-hosted for mips64
  2013-10-22  6:04 [PATCH 0/1] midori: exclude from self-hosted for mips64 jackie.huang
@ 2013-10-22  6:04 ` jackie.huang
  2013-10-25 12:32   ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: jackie.huang @ 2013-10-22  6:04 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

midori depends on webkit-gtk which could not build for mips64.

[YOCTO #5141]

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 .../packagegroups/packagegroup-self-hosted.bb      |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 61c99bc..108e678 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -26,6 +26,10 @@ RDEPENDS_packagegroup-self-hosted = "\
     packagegroup-self-hosted-host-tools \
     "
 
+# midori depends on webkit-gtk which could not build for mips64
+MIDORI = "midori"
+MIDORI_mips64 = ""
+
 RDEPENDS_packagegroup-self-hosted-host-tools = "\
     connman \
     connman-plugin-ethernet \
@@ -45,7 +49,7 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
     mc-helpers-perl \
     mc-helpers-python \
     leafpad \
-    midori \
+    ${MIDORI} \
     pcmanfm \
     parted \
     pseudo \
-- 
1.7.4.1



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

* Re: [PATCH 1/1] midori: exclude from self-hosted for mips64
  2013-10-22  6:04 ` [PATCH 1/1] " jackie.huang
@ 2013-10-25 12:32   ` Khem Raj
  2013-10-26  1:40     ` jhuang0
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2013-10-25 12:32 UTC (permalink / raw)
  To: jackie.huang; +Cc: Patches and discussions about the oe-core layer

On Mon, Oct 21, 2013 at 11:04 PM,  <jackie.huang@windriver.com> wrote:
> midori depends on webkit-gtk which could not build for mips64.

what issues do you see building webkit-gtk for mips64, IIRC I fixed it
some time ago


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

* Re: [PATCH 1/1] midori: exclude from self-hosted for mips64
  2013-10-25 12:32   ` Khem Raj
@ 2013-10-26  1:40     ` jhuang0
  2013-10-26  4:30       ` [PATCH 0/1] " Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: jhuang0 @ 2013-10-26  1:40 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer



On 10/25/2013 8:32 PM, Khem Raj wrote:
> On Mon, Oct 21, 2013 at 11:04 PM,  <jackie.huang@windriver.com> wrote:
>> midori depends on webkit-gtk which could not build for mips64.
>
> what issues do you see building webkit-gtk for mips64, IIRC I fixed it
> some time ago

I didn't see the webkit-gtk issue, but I saw:
commit 0d2ed6bca55319195b5efd74eac83a459bf58ee8
Author: Kang Kai <kai.kang@windriver.com>
Date:   Fri Jul 5 10:18:10 2013 +0000

     webkit: set COMPATIBLE_HOST for mips64

     webkit packages can NOT be built for mips64 with 64 bit userspace. Set
     COMPATIBLE_HOST to to block them build for such platform.

     Signed-off-by: Kai Kang <kai.kang@windriver.com>
     Signed-off-by: Saul Wold <sgw@linux.intel.com>


and midori depends ot webkit-gtk so it's not buildable for mips64.
If it's fixed, I think you should reset the COMPATIBLE_HOST back for 
both webkitgtk and midori, thanks!

Thanks,
Jackie


>

-- 
Jackie Huang
WIND RIVER | China Development Center
MSN:jackielily@hotmail.com
Tel: +86 8477 8594
Mobile: +86 138 1027 4745


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

* Re: [PATCH 0/1] midori: exclude from self-hosted for mips64
  2013-10-26  1:40     ` jhuang0
@ 2013-10-26  4:30       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2013-10-26  4:30 UTC (permalink / raw)
  To: jhuang0; +Cc: Patches and discussions about the oe-core layer

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

On Saturday, October 26, 2013, jhuang0 wrote:

>
>
> On 10/25/2013 8:32 PM, Khem Raj wrote:
>
>> On Mon, Oct 21, 2013 at 11:04 PM,  <jackie.huang@windriver.com> wrote:
>>
>>> midori depends on webkit-gtk which could not build for mips64.
>>>
>>
>> what issues do you see building webkit-gtk for mips64, IIRC I fixed it
>> some time ago
>>
>
> I didn't see the webkit-gtk issue, but I saw:
> commit 0d2ed6bca55319195b5efd74eac83a**459bf58ee8
> Author: Kang Kai <kai.kang@windriver.com>
> Date:   Fri Jul 5 10:18:10 2013 +0000
>
>     webkit: set COMPATIBLE_HOST for mips64
>
>     webkit packages can NOT be built for mips64 with 64 bit userspace. Set
>     COMPATIBLE_HOST to to block them build for such platform.
>
>     Signed-off-by: Kai Kang <kai.kang@windriver.com>
>     Signed-off-by: Saul Wold <sgw@linux.intel.com>
>
>
> and midori depends ot webkit-gtk so it's not buildable for mips64.



hmm it passed my notice
it would be nice to know the errors



> If it's fixed, I think you should reset the COMPATIBLE_HOST back for both
> webkitgtk and midori, thanks!
>
> Thanks,
> Jackie
>
>
>
>>
> --
> Jackie Huang
> WIND RIVER | China Development Center
> MSN:jackielily@hotmail.com
> Tel: +86 8477 8594
> Mobile: +86 138 1027 4745
>

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

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

end of thread, other threads:[~2013-10-26  4:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22  6:04 [PATCH 0/1] midori: exclude from self-hosted for mips64 jackie.huang
2013-10-22  6:04 ` [PATCH 1/1] " jackie.huang
2013-10-25 12:32   ` Khem Raj
2013-10-26  1:40     ` jhuang0
2013-10-26  4:30       ` [PATCH 0/1] " Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox