All of lore.kernel.org
 help / color / mirror / Atom feed
* [kirkstone] core-image-weston doesn't build
@ 2022-10-13  7:52 Marta Rybczynska
  2022-10-13  8:00 ` [OE-core] " Alexandre Belloni
  0 siblings, 1 reply; 7+ messages in thread
From: Marta Rybczynska @ 2022-10-13  7:52 UTC (permalink / raw)
  To: OE-core

Hello all,
I'm trying to build the core-image-weston in kirkstone to look into
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14926

It turns out that the image does not build (oe-core
e728d0965d6fda8ac54e065ca7bf7eb9da9a8170 with bitbake
6603c3e39f1cf746669ec6c9f0be8c6e6ece426e). I'm getting:

$ bitbake core-image-weston
Loading cache: 100%
|###################################################################################################################################|
Time: 0:00:00
Loaded 1640 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'weston-xwayland' (but
/oe-standalone/oe-core/meta/recipes-graphics/images/core-image-weston.bb
RDEPENDS on
or otherwise requires it)
NOTE: Runtime target 'weston-xwayland' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['weston-xwayland']
ERROR: Required build target 'core-image-weston' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-weston',
'weston-xwayland']

Summary: There were 2 ERROR messages, returning a non-zero exit code.

I can't find this one in bugzilla. Is it a known issue?

Kind regards,
Marta


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

* Re: [OE-core] [kirkstone] core-image-weston doesn't build
  2022-10-13  7:52 [kirkstone] core-image-weston doesn't build Marta Rybczynska
@ 2022-10-13  8:00 ` Alexandre Belloni
  2022-10-13  8:10   ` Marta Rybczynska
  0 siblings, 1 reply; 7+ messages in thread
From: Alexandre Belloni @ 2022-10-13  8:00 UTC (permalink / raw)
  To: Marta Rybczynska; +Cc: OE-core

On 13/10/2022 09:52:44+0200, Marta Rybczynska wrote:
> Hello all,
> I'm trying to build the core-image-weston in kirkstone to look into
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=14926
> 
> It turns out that the image does not build (oe-core
> e728d0965d6fda8ac54e065ca7bf7eb9da9a8170 with bitbake
> 6603c3e39f1cf746669ec6c9f0be8c6e6ece426e). I'm getting:
> 
> $ bitbake core-image-weston
> Loading cache: 100%
> |###################################################################################################################################|
> Time: 0:00:00
> Loaded 1640 entries from dependency cache.
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'weston-xwayland' (but
> /oe-standalone/oe-core/meta/recipes-graphics/images/core-image-weston.bb
> RDEPENDS on
> or otherwise requires it)
> NOTE: Runtime target 'weston-xwayland' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['weston-xwayland']
> ERROR: Required build target 'core-image-weston' has no buildable providers.
> Missing or unbuildable dependency chain was: ['core-image-weston',
> 'weston-xwayland']
> 
> Summary: There were 2 ERROR messages, returning a non-zero exit code.
> 
> I can't find this one in bugzilla. Is it a known issue?
> 

Did you remove x11 from your DISTRO_FEATURES?



-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [OE-core] [kirkstone] core-image-weston doesn't build
  2022-10-13  8:00 ` [OE-core] " Alexandre Belloni
@ 2022-10-13  8:10   ` Marta Rybczynska
  2022-10-13  8:15     ` Alexander Kanavin
  0 siblings, 1 reply; 7+ messages in thread
From: Marta Rybczynska @ 2022-10-13  8:10 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: OE-core

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

On Thu, 13 Oct 2022, 17:00 Alexandre Belloni, <alexandre.belloni@bootlin.com>
wrote:

> On 13/10/2022 09:52:44+0200, Marta Rybczynska wrote:
> > Hello all,
> > I'm trying to build the core-image-weston in kirkstone to look into
> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14926
> >
> > It turns out that the image does not build (oe-core
> > e728d0965d6fda8ac54e065ca7bf7eb9da9a8170 with bitbake
> > 6603c3e39f1cf746669ec6c9f0be8c6e6ece426e). I'm getting:
> >
> > $ bitbake core-image-weston
> > Loading cache: 100%
> >
> |###################################################################################################################################|
> > Time: 0:00:00
> > Loaded 1640 entries from dependency cache.
> > NOTE: Resolving any missing task queue dependencies
> > ERROR: Nothing RPROVIDES 'weston-xwayland' (but
> > /oe-standalone/oe-core/meta/recipes-graphics/images/core-image-weston.bb
> > RDEPENDS on
> > or otherwise requires it)
> > NOTE: Runtime target 'weston-xwayland' is unbuildable, removing...
> > Missing or unbuildable dependency chain was: ['weston-xwayland']
> > ERROR: Required build target 'core-image-weston' has no buildable
> providers.
> > Missing or unbuildable dependency chain was: ['core-image-weston',
> > 'weston-xwayland']
> >
> > Summary: There were 2 ERROR messages, returning a non-zero exit code.
> >
> > I can't find this one in bugzilla. Is it a known issue?
> >
>
> Did you remove x11 from your DISTRO_FEATURES?
>

No. This is a fresh clone. The only changes I have are in local.conf:
DL_DIR and parallel build options. That's why I'm surprised.

Regards
Marta

>

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

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

* Re: [OE-core] [kirkstone] core-image-weston doesn't build
  2022-10-13  8:10   ` Marta Rybczynska
@ 2022-10-13  8:15     ` Alexander Kanavin
  2022-10-13  9:59       ` Marta Rybczynska
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Kanavin @ 2022-10-13  8:15 UTC (permalink / raw)
  To: Marta Rybczynska; +Cc: Alexandre Belloni, OE-core

What happens when you run 'bitbake weston'?

Alex

On Thu, 13 Oct 2022 at 10:10, Marta Rybczynska <rybczynska@gmail.com> wrote:
>
>
>
> On Thu, 13 Oct 2022, 17:00 Alexandre Belloni, <alexandre.belloni@bootlin.com> wrote:
>>
>> On 13/10/2022 09:52:44+0200, Marta Rybczynska wrote:
>> > Hello all,
>> > I'm trying to build the core-image-weston in kirkstone to look into
>> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14926
>> >
>> > It turns out that the image does not build (oe-core
>> > e728d0965d6fda8ac54e065ca7bf7eb9da9a8170 with bitbake
>> > 6603c3e39f1cf746669ec6c9f0be8c6e6ece426e). I'm getting:
>> >
>> > $ bitbake core-image-weston
>> > Loading cache: 100%
>> > |###################################################################################################################################|
>> > Time: 0:00:00
>> > Loaded 1640 entries from dependency cache.
>> > NOTE: Resolving any missing task queue dependencies
>> > ERROR: Nothing RPROVIDES 'weston-xwayland' (but
>> > /oe-standalone/oe-core/meta/recipes-graphics/images/core-image-weston.bb
>> > RDEPENDS on
>> > or otherwise requires it)
>> > NOTE: Runtime target 'weston-xwayland' is unbuildable, removing...
>> > Missing or unbuildable dependency chain was: ['weston-xwayland']
>> > ERROR: Required build target 'core-image-weston' has no buildable providers.
>> > Missing or unbuildable dependency chain was: ['core-image-weston',
>> > 'weston-xwayland']
>> >
>> > Summary: There were 2 ERROR messages, returning a non-zero exit code.
>> >
>> > I can't find this one in bugzilla. Is it a known issue?
>> >
>>
>> Did you remove x11 from your DISTRO_FEATURES?
>
>
> No. This is a fresh clone. The only changes I have are in local.conf: DL_DIR and parallel build options. That's why I'm surprised.
>
> Regards
> Marta
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171687): https://lists.openembedded.org/g/openembedded-core/message/171687
> Mute This Topic: https://lists.openembedded.org/mt/94299411/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [OE-core] [kirkstone] core-image-weston doesn't build
  2022-10-13  8:15     ` Alexander Kanavin
@ 2022-10-13  9:59       ` Marta Rybczynska
  2022-10-13 10:02         ` Alexander Kanavin
  2022-10-13 14:01         ` Khem Raj
  0 siblings, 2 replies; 7+ messages in thread
From: Marta Rybczynska @ 2022-10-13  9:59 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Alexandre Belloni, OE-core

$ bitbake weston
Loading cache: 100%
|###################################################################################################################################|
Time: 0:00:00
Loaded 1640 entries from dependency cache.
ERROR: Nothing PROVIDES 'weston'
weston was skipped: missing required distro features 'wayland opengl'
(not in DISTRO_FEATURES)

Summary: There was 1 ERROR message, returning a non-zero exit code.

I can add distro-features et al, just wondering if this image is
expected to build by default with oe-core?

Regards,
Marta

On Thu, Oct 13, 2022 at 10:15 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> What happens when you run 'bitbake weston'?
>
> Alex
>
> On Thu, 13 Oct 2022 at 10:10, Marta Rybczynska <rybczynska@gmail.com> wrote:
> >
> >
> >
> > On Thu, 13 Oct 2022, 17:00 Alexandre Belloni, <alexandre.belloni@bootlin.com> wrote:
> >>
> >> On 13/10/2022 09:52:44+0200, Marta Rybczynska wrote:
> >> > Hello all,
> >> > I'm trying to build the core-image-weston in kirkstone to look into
> >> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14926
> >> >
> >> > It turns out that the image does not build (oe-core
> >> > e728d0965d6fda8ac54e065ca7bf7eb9da9a8170 with bitbake
> >> > 6603c3e39f1cf746669ec6c9f0be8c6e6ece426e). I'm getting:
> >> >
> >> > $ bitbake core-image-weston
> >> > Loading cache: 100%
> >> > |###################################################################################################################################|
> >> > Time: 0:00:00
> >> > Loaded 1640 entries from dependency cache.
> >> > NOTE: Resolving any missing task queue dependencies
> >> > ERROR: Nothing RPROVIDES 'weston-xwayland' (but
> >> > /oe-standalone/oe-core/meta/recipes-graphics/images/core-image-weston.bb
> >> > RDEPENDS on
> >> > or otherwise requires it)
> >> > NOTE: Runtime target 'weston-xwayland' is unbuildable, removing...
> >> > Missing or unbuildable dependency chain was: ['weston-xwayland']
> >> > ERROR: Required build target 'core-image-weston' has no buildable providers.
> >> > Missing or unbuildable dependency chain was: ['core-image-weston',
> >> > 'weston-xwayland']
> >> >
> >> > Summary: There were 2 ERROR messages, returning a non-zero exit code.
> >> >
> >> > I can't find this one in bugzilla. Is it a known issue?
> >> >
> >>
> >> Did you remove x11 from your DISTRO_FEATURES?
> >
> >
> > No. This is a fresh clone. The only changes I have are in local.conf: DL_DIR and parallel build options. That's why I'm surprised.
> >
> > Regards
> > Marta
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#171687): https://lists.openembedded.org/g/openembedded-core/message/171687
> > Mute This Topic: https://lists.openembedded.org/mt/94299411/1686489
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >


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

* Re: [OE-core] [kirkstone] core-image-weston doesn't build
  2022-10-13  9:59       ` Marta Rybczynska
@ 2022-10-13 10:02         ` Alexander Kanavin
  2022-10-13 14:01         ` Khem Raj
  1 sibling, 0 replies; 7+ messages in thread
From: Alexander Kanavin @ 2022-10-13 10:02 UTC (permalink / raw)
  To: Marta Rybczynska; +Cc: Alexandre Belloni, OE-core

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

I guess it’s not. I’ve been pushing to enable these in oe-core but we’re
not there yet. You get them enabled by default in poky.

Alex

On Thu 13. Oct 2022 at 11.59, Marta Rybczynska <rybczynska@gmail.com> wrote:

> $ bitbake weston
> Loading cache: 100%
>
> |###################################################################################################################################|
> Time: 0:00:00
> Loaded 1640 entries from dependency cache.
> ERROR: Nothing PROVIDES 'weston'
> weston was skipped: missing required distro features 'wayland opengl'
> (not in DISTRO_FEATURES)
>
> Summary: There was 1 ERROR message, returning a non-zero exit code.
>
> I can add distro-features et al, just wondering if this image is
> expected to build by default with oe-core?
>
> Regards,
> Marta
>
> On Thu, Oct 13, 2022 at 10:15 AM Alexander Kanavin
> <alex.kanavin@gmail.com> wrote:
> >
> > What happens when you run 'bitbake weston'?
> >
> > Alex
> >
> > On Thu, 13 Oct 2022 at 10:10, Marta Rybczynska <rybczynska@gmail.com>
> wrote:
> > >
> > >
> > >
> > > On Thu, 13 Oct 2022, 17:00 Alexandre Belloni, <
> alexandre.belloni@bootlin.com> wrote:
> > >>
> > >> On 13/10/2022 09:52:44+0200, Marta Rybczynska wrote:
> > >> > Hello all,
> > >> > I'm trying to build the core-image-weston in kirkstone to look into
> > >> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14926
> > >> >
> > >> > It turns out that the image does not build (oe-core
> > >> > e728d0965d6fda8ac54e065ca7bf7eb9da9a8170 with bitbake
> > >> > 6603c3e39f1cf746669ec6c9f0be8c6e6ece426e). I'm getting:
> > >> >
> > >> > $ bitbake core-image-weston
> > >> > Loading cache: 100%
> > >> >
> |###################################################################################################################################|
> > >> > Time: 0:00:00
> > >> > Loaded 1640 entries from dependency cache.
> > >> > NOTE: Resolving any missing task queue dependencies
> > >> > ERROR: Nothing RPROVIDES 'weston-xwayland' (but
> > >> > /oe-standalone/oe-core/meta/recipes-graphics/images/
> core-image-weston.bb
> > >> > RDEPENDS on
> > >> > or otherwise requires it)
> > >> > NOTE: Runtime target 'weston-xwayland' is unbuildable, removing...
> > >> > Missing or unbuildable dependency chain was: ['weston-xwayland']
> > >> > ERROR: Required build target 'core-image-weston' has no buildable
> providers.
> > >> > Missing or unbuildable dependency chain was: ['core-image-weston',
> > >> > 'weston-xwayland']
> > >> >
> > >> > Summary: There were 2 ERROR messages, returning a non-zero exit
> code.
> > >> >
> > >> > I can't find this one in bugzilla. Is it a known issue?
> > >> >
> > >>
> > >> Did you remove x11 from your DISTRO_FEATURES?
> > >
> > >
> > > No. This is a fresh clone. The only changes I have are in local.conf:
> DL_DIR and parallel build options. That's why I'm surprised.
> > >
> > > Regards
> > > Marta
> > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#171687):
> https://lists.openembedded.org/g/openembedded-core/message/171687
> > > Mute This Topic: https://lists.openembedded.org/mt/94299411/1686489
> > > Group Owner: openembedded-core+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
> [alex.kanavin@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
>

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

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

* Re: [OE-core] [kirkstone] core-image-weston doesn't build
  2022-10-13  9:59       ` Marta Rybczynska
  2022-10-13 10:02         ` Alexander Kanavin
@ 2022-10-13 14:01         ` Khem Raj
  1 sibling, 0 replies; 7+ messages in thread
From: Khem Raj @ 2022-10-13 14:01 UTC (permalink / raw)
  To: Marta Rybczynska; +Cc: Alexander Kanavin, Alexandre Belloni, OE-core

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

On Thu, Oct 13, 2022 at 2:59 AM Marta Rybczynska <rybczynska@gmail.com>
wrote:

> $ bitbake weston
> Loading cache: 100%
>
> |###################################################################################################################################|
> Time: 0:00:00
> Loaded 1640 entries from dependency cache.
> ERROR: Nothing PROVIDES 'weston'
> weston was skipped: missing required distro features 'wayland opengl'
> (not in DISTRO_FEATURES)
>
> Summary: There was 1 ERROR message, returning a non-zero exit code.
>
> I can add distro-features et al, just wondering if this image is
> expected to build by default with oe-core?


With poky yes but with vanilla oe-core it needs to enable OpenGL by default
for nodistro

>
>
> Regards,
> Marta
>
> On Thu, Oct 13, 2022 at 10:15 AM Alexander Kanavin
> <alex.kanavin@gmail.com> wrote:
> >
> > What happens when you run 'bitbake weston'?
> >
> > Alex
> >
> > On Thu, 13 Oct 2022 at 10:10, Marta Rybczynska <rybczynska@gmail.com>
> wrote:
> > >
> > >
> > >
> > > On Thu, 13 Oct 2022, 17:00 Alexandre Belloni, <
> alexandre.belloni@bootlin.com> wrote:
> > >>
> > >> On 13/10/2022 09:52:44+0200, Marta Rybczynska wrote:
> > >> > Hello all,
> > >> > I'm trying to build the core-image-weston in kirkstone to look into
> > >> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14926
> > >> >
> > >> > It turns out that the image does not build (oe-core
> > >> > e728d0965d6fda8ac54e065ca7bf7eb9da9a8170 with bitbake
> > >> > 6603c3e39f1cf746669ec6c9f0be8c6e6ece426e). I'm getting:
> > >> >
> > >> > $ bitbake core-image-weston
> > >> > Loading cache: 100%
> > >> >
> |###################################################################################################################################|
> > >> > Time: 0:00:00
> > >> > Loaded 1640 entries from dependency cache.
> > >> > NOTE: Resolving any missing task queue dependencies
> > >> > ERROR: Nothing RPROVIDES 'weston-xwayland' (but
> > >> > /oe-standalone/oe-core/meta/recipes-graphics/images/
> core-image-weston.bb
> > >> > RDEPENDS on
> > >> > or otherwise requires it)
> > >> > NOTE: Runtime target 'weston-xwayland' is unbuildable, removing...
> > >> > Missing or unbuildable dependency chain was: ['weston-xwayland']
> > >> > ERROR: Required build target 'core-image-weston' has no buildable
> providers.
> > >> > Missing or unbuildable dependency chain was: ['core-image-weston',
> > >> > 'weston-xwayland']
> > >> >
> > >> > Summary: There were 2 ERROR messages, returning a non-zero exit
> code.
> > >> >
> > >> > I can't find this one in bugzilla. Is it a known issue?
> > >> >
> > >>
> > >> Did you remove x11 from your DISTRO_FEATURES?
> > >
> > >
> > > No. This is a fresh clone. The only changes I have are in local.conf:
> DL_DIR and parallel build options. That's why I'm surprised.
> > >
> > > Regards
> > > Marta
> > >
> > >
> > >
> > >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171696):
> https://lists.openembedded.org/g/openembedded-core/message/171696
> Mute This Topic: https://lists.openembedded.org/mt/94299411/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

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

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

end of thread, other threads:[~2022-10-13 14:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13  7:52 [kirkstone] core-image-weston doesn't build Marta Rybczynska
2022-10-13  8:00 ` [OE-core] " Alexandre Belloni
2022-10-13  8:10   ` Marta Rybczynska
2022-10-13  8:15     ` Alexander Kanavin
2022-10-13  9:59       ` Marta Rybczynska
2022-10-13 10:02         ` Alexander Kanavin
2022-10-13 14:01         ` Khem Raj

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.