All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java] pyro, rocko and per-recipe sysroots
@ 2017-12-22  7:55 Jacob Kroon
  2017-12-22  9:30 ` Jacob Kroon
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Kroon @ 2017-12-22  7:55 UTC (permalink / raw)
  To: openembedded-devel

Hi all,

I'm trying to get a recent yocto build together with meta-java up and
running, but ran into some problems:

1. For rocko, I don't see the corresponding branch in meta-java,
should I use "master" ?
2. For pyro, there is a branch in meta-java, but the build fails
unless I backport the patch in commit
c4b9b97c7c60ad5c0c3392ccf143b2e4e6c7df24:

"java-library.bbclass: compatibility with per-recipe sysroots"

Could we get this patch officially backported to pyro ?

Thanks
Jacob


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

* Re: [meta-java] pyro, rocko and per-recipe sysroots
  2017-12-22  7:55 [meta-java] pyro, rocko and per-recipe sysroots Jacob Kroon
@ 2017-12-22  9:30 ` Jacob Kroon
  2017-12-22 12:26   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Kroon @ 2017-12-22  9:30 UTC (permalink / raw)
  To: openembedded-devel

Hi,

On Fri, Dec 22, 2017 at 8:55 AM, Jacob Kroon <jacob.kroon@gmail.com> wrote:
> Hi all,
>
> I'm trying to get a recent yocto build together with meta-java up and
> running, but ran into some problems:
>
> 1. For rocko, I don't see the corresponding branch in meta-java,
> should I use "master" ?
> 2. For pyro, there is a branch in meta-java, but the build fails
> unless I backport the patch in commit
> c4b9b97c7c60ad5c0c3392ccf143b2e4e6c7df24:
>
> "java-library.bbclass: compatibility with per-recipe sysroots"
>
> Could we get this patch officially backported to pyro ?
>

One more patch I needed backported for pyro to build:

2a706cd2d656a203ecb83bef1c687703c969732e
"icedtea-native: Fix segmentation build during build"

since I'm on Fedora with a recent gcc7 I assume.

/Jacob


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

* Re: [meta-java] pyro, rocko and per-recipe sysroots
  2017-12-22  9:30 ` Jacob Kroon
@ 2017-12-22 12:26   ` Otavio Salvador
  2017-12-22 14:17     ` Jacob Kroon
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2017-12-22 12:26 UTC (permalink / raw)
  To: Jacob Kroon; +Cc: OpenEmbedded Devel List

On Fri, Dec 22, 2017 at 7:30 AM, Jacob Kroon <jacob.kroon@gmail.com> wrote:
> Hi,
>
> On Fri, Dec 22, 2017 at 8:55 AM, Jacob Kroon <jacob.kroon@gmail.com> wrote:
>> Hi all,
>>
>> I'm trying to get a recent yocto build together with meta-java up and
>> running, but ran into some problems:
>>
>> 1. For rocko, I don't see the corresponding branch in meta-java,
>> should I use "master" ?
>> 2. For pyro, there is a branch in meta-java, but the build fails
>> unless I backport the patch in commit
>> c4b9b97c7c60ad5c0c3392ccf143b2e4e6c7df24:
>>
>> "java-library.bbclass: compatibility with per-recipe sysroots"
>>
>> Could we get this patch officially backported to pyro ?
>>
>
> One more patch I needed backported for pyro to build:
>
> 2a706cd2d656a203ecb83bef1c687703c969732e
> "icedtea-native: Fix segmentation build during build"
>
> since I'm on Fedora with a recent gcc7 I assume.

I backported both for pyro; please try rocko using master ... I've
been using it without problem for few customers.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [meta-java] pyro, rocko and per-recipe sysroots
  2017-12-22 12:26   ` Otavio Salvador
@ 2017-12-22 14:17     ` Jacob Kroon
  0 siblings, 0 replies; 4+ messages in thread
From: Jacob Kroon @ 2017-12-22 14:17 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: OpenEmbedded Devel List

Hi Otavio,

On Fri, Dec 22, 2017 at 1:26 PM, Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
> On Fri, Dec 22, 2017 at 7:30 AM, Jacob Kroon <jacob.kroon@gmail.com> wrote:
>> Hi,
>>
>> On Fri, Dec 22, 2017 at 8:55 AM, Jacob Kroon <jacob.kroon@gmail.com> wrote:
>>> Hi all,
>>>
>>> I'm trying to get a recent yocto build together with meta-java up and
>>> running, but ran into some problems:
>>>
>>> 1. For rocko, I don't see the corresponding branch in meta-java,
>>> should I use "master" ?
>>> 2. For pyro, there is a branch in meta-java, but the build fails
>>> unless I backport the patch in commit
>>> c4b9b97c7c60ad5c0c3392ccf143b2e4e6c7df24:
>>>
>>> "java-library.bbclass: compatibility with per-recipe sysroots"
>>>
>>> Could we get this patch officially backported to pyro ?
>>>
>>
>> One more patch I needed backported for pyro to build:
>>
>> 2a706cd2d656a203ecb83bef1c687703c969732e
>> "icedtea-native: Fix segmentation build during build"
>>
>> since I'm on Fedora with a recent gcc7 I assume.
>
> I backported both for pyro; please try rocko using master ... I've
> been using it without problem for few customers.

Thanks, with those pyro is building fine now, will try rocko with
meta-java/master next.

/Jacob


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

end of thread, other threads:[~2017-12-22 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-22  7:55 [meta-java] pyro, rocko and per-recipe sysroots Jacob Kroon
2017-12-22  9:30 ` Jacob Kroon
2017-12-22 12:26   ` Otavio Salvador
2017-12-22 14:17     ` Jacob Kroon

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.