Re: [yocto] Custom eSDK build fails

2019-05-28 Thread Priyanshu Sharma
eason, this file is not getting auto-generated for my custom image. Any hints? Warm Regards, Priyanshu Sharma On Wed, May 15, 2019 at 3:57 PM Priyanshu Sharma < ms.priyanshu.sha...@gmail.com> wrote: > I see that my custom layers are not being copied in > /sdk-ext/image/opt/${DISTR

Re: [yocto] extensible SDK build failure

2019-05-19 Thread Priyanshu Sharma
Hi Russell, I'm also hitting the same "unexpected" errors for my linux-yocto-xxx.bb recipe/tasks while building extensible SDK for my platform. How did it work for you? Warm Regards, Priyanshu Sharma -- ___ yocto mailing list yocto@y

Re: [yocto] Custom eSDK build fails

2019-05-15 Thread Priyanshu Sharma
I see that my custom layers are not being copied in /sdk-ext/image/opt/${DISTRO}/${POKY_VERSION}/layers. Though the conf files at /sdk-ext/image/opt/${DISTRO}/${POKY_VERSION}/conf. How can I include my layers also in this? Warm Regards, Priyanshu Sharma On Thu, May 2, 2019 at 3:12 PM Priyanshu

[yocto] Custom eSDK build fails

2019-05-02 Thread Priyanshu Sharma
ted but getting deleted afterwards. And the one left after build fails is - <>/sdk-ext/image//opt//layers Is there any configuration to be modified/added for my custom image? Warm regards, Priyanshu Sharma -- ___ yocto mailing list yocto@yoctoprojec

[yocto] How to remove packages from Image coming because of RDEPENDS

2019-04-23 Thread Priyanshu Sharma
ific files after do_rootfs task is done. But is there a way to remove entire package, instead of removing each file ? Warm Regards, Priyanshu Sharma -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [Yocto][meta-qt5][qtwayland]Qtwayland recipe fails with Yocto 2.5

2019-04-15 Thread Priyanshu Sharma
successfully. The bitbake did not throw error for missing driver. It just printed it in logs. Warm Regards, Priyanshu Sharma On Mon, Apr 1, 2019 at 1:00 PM Priyanshu Sharma < ms.priyanshu.sha...@gmail.com> wrote: > The compilation of features.egl was failing because wayland-client.h was >

Re: [yocto] [Yocto][meta-qt5][qtwayland]Qtwayland recipe fails with Yocto 2.5

2019-04-01 Thread Priyanshu Sharma
successfully. The bitbake did not throw error for missing driver. It just printed it in logs. Warm Regards, Priyanshu Sharma On Wed, Mar 27, 2019 at 4:20 PM Priyanshu Sharma < ms.priyanshu.sha...@gmail.com> wrote: > Found that the missing features.egl is provided by QTBase recipe. And in

Re: [yocto] [Yocto][meta-qt5][qtwayland]Qtwayland recipe fails with Yocto 2.5

2019-03-27 Thread Priyanshu Sharma
ECONFIG[eg] of qtbase is not enabling it. How can egl be enabled in qtbase? Warm regards, Priyanshu Sharma On Tue, Mar 19, 2019 at 1:23 PM Priyanshu Sharma < ms.priyanshu.sha...@gmail.com> wrote: > Hi All, > > I'm consistently getting a build failure after upgrading Poky to 2.5 f

Re: [yocto] [Yocto][meta-qt5][qtwayland]Qtwayland recipe fails with Yocto 2.5

2019-03-19 Thread Priyanshu Sharma
set as PREFERRED_PROVIDER also. What is the missing dependency here when virtual/egl is provided? What exactly is features.egl looking for? ( virtual/egl provides egl.pc ) I've not changed anything in meta-qt5 layer. And the version is 5.9.2 QT5. However, is fails with 5.12 also. Warm Regards,