|
How to remove shared libraries dependencies?
I've a requirement in which I want to package veritysetup binary in a minimal filesystem (which is size constraint) Including "cryptsetup" package in IMAGE_INSTALL is adding the binary but also a lot
I've a requirement in which I want to package veritysetup binary in a minimal filesystem (which is size constraint) Including "cryptsetup" package in IMAGE_INSTALL is adding the binary but also a lot
|
By
Priyanshu Sharma
· #58444
·
|
|
How to remove shared libraries dependencies?
I've a requirement in which I want to package veritysetup binary in a minimal filesystem (which is size constraint) Including "cryptsetup" package in IMAGE_INSTALL is adding the binary but also a lot
I've a requirement in which I want to package veritysetup binary in a minimal filesystem (which is size constraint) Including "cryptsetup" package in IMAGE_INSTALL is adding the binary but also a lot
|
By
Priyanshu Sharma
· #58441
·
|
|
How to add INCOMPATIBLE_LICENSE only for one image?
#bitbake
#dunfell
Hi, I've two image recipes (foo.bb & bar.bb). I want to add INCOMPATIBLE_LICENSE="GPLv3" only in foo.bb & not bar.bb Adding INCOMPATIBLE_LICENSE="GPLv3" in local.conf is applying it on both the images
Hi, I've two image recipes (foo.bb & bar.bb). I want to add INCOMPATIBLE_LICENSE="GPLv3" only in foo.bb & not bar.bb Adding INCOMPATIBLE_LICENSE="GPLv3" in local.conf is applying it on both the images
|
By
Priyanshu Sharma
· #57802
·
|
|
How to create a list of source files for an Image?
Hi, I want to create a text file containing a list of all the source files used to build my Yocto image. Is there any mechanism to do that? I found out that archiever.bbclass creates a sub-folder depl
Hi, I want to create a text file containing a list of all the source files used to build my Yocto image. Is there any mechanism to do that? I found out that archiever.bbclass creates a sub-folder depl
|
By
Priyanshu Sharma
· #52742
·
|
|
Custom eSDK build fails
I have made changes in populate_sdk_ext.bbclass to copy my layers during do_populate_sdk and that works fine. Now, I'm hitting failure at : ERROR: Failed to generate filtered task list for extensible
I have made changes in populate_sdk_ext.bbclass to copy my layers during do_populate_sdk and that works fine. Now, I'm hitting failure at : ERROR: Failed to generate filtered task list for extensible
|
By
Priyanshu Sharma
· #45409
·
|
|
extensible SDK build failure
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
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
|
By
Priyanshu Sharma
· #45234
·
|
|
Custom eSDK build fails
I see that my custom layers are not being copied in <image-workdir>/sdk-ext/image/opt/${DISTRO}/${POKY_VERSION}/layers. Though the conf files at <image-workdir>/sdk-ext/image/opt/${DISTRO}/${POKY_VERS
I see that my custom layers are not being copied in <image-workdir>/sdk-ext/image/opt/${DISTRO}/${POKY_VERSION}/layers. Though the conf files at <image-workdir>/sdk-ext/image/opt/${DISTRO}/${POKY_VERS
|
By
Priyanshu Sharma
· #45182
·
|
|
Custom eSDK build fails
Hi, I've a custom Yocto layer and use that as TEMPLATECONF for building. My custom layer also contains the image recipe based on pulsar-image (from meta-ivi). I'm using Yocto 2.5. The extensible sdk b
Hi, I've a custom Yocto layer and use that as TEMPLATECONF for building. My custom layer also contains the image recipe based on pulsar-image (from meta-ivi). I'm using Yocto 2.5. The extensible sdk b
|
By
Priyanshu Sharma
· #44955
·
|
|
How to remove packages from Image coming because of RDEPENDS
Hi, How can we remove inclusion of any package which comes because some other package RDPENDS on it? For example, rpcbind recipe RDEPENDS on shadow and libpam packages, because of which if IMAGE_INSTA
Hi, How can we remove inclusion of any package which comes because some other package RDPENDS on it? For example, rpcbind recipe RDEPENDS on shadow and libpam packages, because of which if IMAGE_INSTA
|
By
Priyanshu Sharma
· #44869
·
|
|
[meta-qt5][qtwayland]Qtwayland recipe fails with Yocto 2.5
The compilation of features.egl was failing because wayland-client.h was not found in Yocto 2.5 sysroot of QTbase. In yocto 2.2, the sysroot was common so qtbase was able to find this header even with
The compilation of features.egl was failing because wayland-client.h was not found in Yocto 2.5 sysroot of QTbase. In yocto 2.2, the sysroot was common so qtbase was able to find this header even with
|
By
Priyanshu Sharma
· #44810
·
|
|
[meta-qt5][qtwayland]Qtwayland recipe fails with Yocto 2.5
The compilation of features.egl was failing because wayland-client.h was not found in Yocto 2.5 sysroot of QTbase. In yocto 2.2, the sysroot was common so qtbase was able to find this header even with
The compilation of features.egl was failing because wayland-client.h was not found in Yocto 2.5 sysroot of QTbase. In yocto 2.2, the sysroot was common so qtbase was able to find this header even with
|
By
Priyanshu Sharma
· #44568
·
|
|
[meta-qt5][qtwayland]Qtwayland recipe fails with Yocto 2.5
Found that the missing features.egl is provided by QTBase recipe. And in my case, qtbase is not compiling the feature "EGL" and thats why qtwayland fails to find it. egl is not included in PACKAGECONF
Found that the missing features.egl is provided by QTBase recipe. And in my case, qtbase is not compiling the feature "EGL" and thats why qtwayland fails to find it. egl is not included in PACKAGECONF
|
By
Priyanshu Sharma
· #44490
·
|
|
[meta-qt5][qtwayland]Qtwayland recipe fails with Yocto 2.5
Hi All, I'm consistently getting a build failure after upgrading Poky to 2.5 from 2.2 on qtwayland Yocto recipe from meta-qt5. The error looks like : | Running configuration tests... | Checking for Wa
Hi All, I'm consistently getting a build failure after upgrading Poky to 2.5 from 2.2 on qtwayland Yocto recipe from meta-qt5. The error looks like : | Running configuration tests... | Checking for Wa
|
By
Priyanshu Sharma
· #44435
·
|