All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi] No package 'wayland-egl' found
@ 2018-05-14 21:43 Bill Jenkins
  2018-05-15  0:48 ` Bill Jenkins
  0 siblings, 1 reply; 4+ messages in thread
From: Bill Jenkins @ 2018-05-14 21:43 UTC (permalink / raw)
  To: yocto

Hi,

I just sync'd to the head of the master branch in the poky and meta-raspberrypi repos today 
and tried a build that successfully completed last week, but now fails with the error message
"No package 'wayland-egl' found" during the gtk+3_3.22.29.bb:do_configure task.

I see some recent commits in both branches related to egl movement between wayland
and userland. I made sure to be up-to-date in both repos. What could I be missing?

I'm running the command "bitbake core-image-minimal -c populate_sdk"  and the relevant 
lines in local.conf are:

MACHINE ??= "raspberrypi3-64"

IMAGE_INSTALL_append = " apt gdbserver openssh-sftp-server mdns-dev perfcnt-enable libasound alsa-utils-alsactl alsa-utils-alsamixer ${VIRTUAL-RUNTIME_alsa-state} libjack jack-server jack-utils"

CORE_IMAGE_EXTRA_INSTALL += " avahi-daemon"

TOOLCHAIN_HOST_TASK_append = " nativesdk-cmake"

EXTRA_IMAGE_FEATURES ?= "debug-tweaks x11-base tools-debug splash ssh-server-dropbear package-management"


Everything else is pretty much the default. I've also tried it without the populate_sdk command 
with the same result.

Any advice is greatly appreciated.

Thanks
Bill



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

* Re: [meta-raspberrypi] No package 'wayland-egl' found
  2018-05-14 21:43 [meta-raspberrypi] No package 'wayland-egl' found Bill Jenkins
@ 2018-05-15  0:48 ` Bill Jenkins
  2018-05-15 11:18   ` Andrei Gherzan
  0 siblings, 1 reply; 4+ messages in thread
From: Bill Jenkins @ 2018-05-15  0:48 UTC (permalink / raw)
  To: yocto


> On May 14, 2018, at 2:43 PM, Bill Jenkins <bill@korgrd.com> wrote:
> 
> Hi,
> 
> I just sync'd to the head of the master branch in the poky and meta-raspberrypi repos today 
> and tried a build that successfully completed last week, but now fails with the error message
> "No package 'wayland-egl' found" during the gtk+3_3.22.29.bb:do_configure task.
> 
> I see some recent commits in both branches related to egl movement between wayland
> and userland. I made sure to be up-to-date in both repos. What could I be missing?
> 

I found that by removing the do_install_append_rpi() from commit de8912cb, the build
finishes successfully. Is there something else that this commit is depending on that I do
not have?



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

* Re: [meta-raspberrypi] No package 'wayland-egl' found
  2018-05-15  0:48 ` Bill Jenkins
@ 2018-05-15 11:18   ` Andrei Gherzan
  2018-05-15 19:18     ` Bill Jenkins
  0 siblings, 1 reply; 4+ messages in thread
From: Andrei Gherzan @ 2018-05-15 11:18 UTC (permalink / raw)
  To: Bill Jenkins; +Cc: hhromic, yocto

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

Hi,

On Tue, May 15, 2018 at 1:48 AM, Bill Jenkins <bill@korgrd.com> wrote:

>
> > On May 14, 2018, at 2:43 PM, Bill Jenkins <bill@korgrd.com> wrote:
> >
> > Hi,
> >
> > I just sync'd to the head of the master branch in the poky and
> meta-raspberrypi repos today
> > and tried a build that successfully completed last week, but now fails
> with the error message
> > "No package 'wayland-egl' found" during the gtk+3_3.22.29.bb:do_configure
> task.
> >
> > I see some recent commits in both branches related to egl movement
> between wayland
> > and userland. I made sure to be up-to-date in both repos. What could I
> be missing?
> >
>
> I found that by removing the do_install_append_rpi() from commit de8912cb,
> the build
> finishes successfully. Is there something else that this commit is
> depending on that I do
> not have?
>
>
I can confirm this is an issue introduced by https://github.com/
agherzan/meta-raspberrypi/pull/247 . We will be fixing this soon but in the
meanwhile could you create a new issue in github?

Regards,
Andrei

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

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

* Re: [meta-raspberrypi] No package 'wayland-egl' found
  2018-05-15 11:18   ` Andrei Gherzan
@ 2018-05-15 19:18     ` Bill Jenkins
  0 siblings, 0 replies; 4+ messages in thread
From: Bill Jenkins @ 2018-05-15 19:18 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: hhromic, yocto

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

Hi Andrei,

Thanks so much for confirming the issue.

> On May 15, 2018, at 4:18 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> 
> Hi,
> 
> On Tue, May 15, 2018 at 1:48 AM, Bill Jenkins <bill@korgrd.com <mailto:bill@korgrd.com>> wrote:
> 
> > On May 14, 2018, at 2:43 PM, Bill Jenkins <bill@korgrd.com <mailto:bill@korgrd.com>> wrote:
> > 
> > Hi,
> > 
> > I just sync'd to the head of the master branch in the poky and meta-raspberrypi repos today 
> > and tried a build that successfully completed last week, but now fails with the error message
> > "No package 'wayland-egl' found" during the gtk+3_3.22.29.bb:do_configure task.
> > 
> > I see some recent commits in both branches related to egl movement between wayland
> > and userland. I made sure to be up-to-date in both repos. What could I be missing?
> > 
> 
> I found that by removing the do_install_append_rpi() from commit de8912cb, the build
> finishes successfully. Is there something else that this commit is depending on that I do
> not have?
> 
> 
> I can confirm this is an issue introduced by https://github.com/agherzan/meta-raspberrypi/pull/247 <https://github.com/agherzan/meta-raspberrypi/pull/247> . We will be fixing this soon but in the meanwhile could you create a new issue in github?

Done. It is entered as issue 259 in the meta-raspberry repo (https://github.com/agherzan/meta-raspberrypi/issues/259 <https://github.com/agherzan/meta-raspberrypi/issues/259>).

Best regards,
Bill



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

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

end of thread, other threads:[~2018-05-15 19:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-14 21:43 [meta-raspberrypi] No package 'wayland-egl' found Bill Jenkins
2018-05-15  0:48 ` Bill Jenkins
2018-05-15 11:18   ` Andrei Gherzan
2018-05-15 19:18     ` Bill Jenkins

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.