|
Error during linux booting
its infact booting into a single user mode, what is your qemu launch command ? are you using runqemu helper that yocto has ?
its infact booting into a single user mode, what is your qemu launch command ? are you using runqemu helper that yocto has ?
|
By
Khem Raj
· #57946
·
|
|
Dependency for binary package
This is the problem link. So either the sdk has provided them faulty install or they have replaced some stuff knowiingly or unknowingly or they have environment issues where their make system is findi
This is the problem link. So either the sdk has provided them faulty install or they have replaced some stuff knowiingly or unknowingly or they have environment issues where their make system is findi
|
By
Khem Raj
· #57914
·
|
|
Dependency for binary package
<rudolf.streif@...> wrote: I see a potential problem here, the soname is libGLESv2.so.2 but the dependency its complaining about is libGLESv2.so()(64bit), ( you see the missing version number ?
<rudolf.streif@...> wrote: I see a potential problem here, the soname is libGLESv2.so.2 but the dependency its complaining about is libGLESv2.so()(64bit), ( you see the missing version number ?
|
By
Khem Raj
· #57906
·
|
|
Dependency for binary package
<rudolf.streif@...> wrote: interesting, are you adding RDEPENDS on libgles2-mesa ?
<rudolf.streif@...> wrote: interesting, are you adding RDEPENDS on libgles2-mesa ?
|
By
Khem Raj
· #57904
·
|
|
Dependency for binary package
<rudolf.streif@...> wrote: some libraries do not set SONAME in them, which can trip the shlibs code. Can you check if libgles in question has SONAME encoded in its ELF header readelf -d <lib> |
<rudolf.streif@...> wrote: some libraries do not set SONAME in them, which can trip the shlibs code. Can you check if libgles in question has SONAME encoded in its ELF header readelf -d <lib> |
|
By
Khem Raj
· #57902
·
|
|
Bitbake + Patches
look into mega manual something like this would help https://docs.yoctoproject.org/dev-manual/common-tasks.html?highlight=writing+recipe#patching-code
look into mega manual something like this would help https://docs.yoctoproject.org/dev-manual/common-tasks.html?highlight=writing+recipe#patching-code
|
By
Khem Raj
· #57876
·
|
|
Create the patch for the linux kernel module
#dunfell
If it’s in-tree kernel module then you create a patch with your changes and apply it via recipe like any other recipe is going to do in metadata However you need to share specific details on errors so
If it’s in-tree kernel module then you create a patch with your changes and apply it via recipe like any other recipe is going to do in metadata However you need to share specific details on errors so
|
By
Khem Raj
· #57867
·
|
|
question about PREFERRED_RPROVIDER
fetcher will try to get versions of recipes during parse phase and if your recipes are using AUTOREV they will try to poke at git server for latest commit SHA are you using AUTOREV by chance ?
fetcher will try to get versions of recipes during parse phase and if your recipes are using AUTOREV they will try to poke at git server for latest commit SHA are you using AUTOREV by chance ?
|
By
Khem Raj
· #57838
·
|
|
Remvove unwanted Udev rules
it is part of systemd recipe if your distro is based on systemd. In that case, you can write a bbappend where you define do_install:append() and delete it from staging area before it gets packaged
it is part of systemd recipe if your distro is based on systemd. In that case, you can write a bbappend where you define do_install:append() and delete it from staging area before it gets packaged
|
By
Khem Raj
· #57827
·
|
|
[meta-security][PATCH] meta-security: Add recipe for Glome
lists.yoctoproject.org <jebr=google.com@...> wrote: We dont need setting PR manually anymore. So remove it. This should be FILES:${PN} as per new syntax.
lists.yoctoproject.org <jebr=google.com@...> wrote: We dont need setting PR manually anymore. So remove it. This should be FILES:${PN} as per new syntax.
|
By
Khem Raj
· #57807
·
|
|
How to add INCOMPATIBLE_LICENSE only for one image?
#bitbake
#dunfell
Can you try something like this INCOMPATIBLE_LICENSE:pn-foo = "GPL-3.0* LGPL-3.0*"
Can you try something like this INCOMPATIBLE_LICENSE:pn-foo = "GPL-3.0* LGPL-3.0*"
|
By
Khem Raj
· #57805
·
|
|
binutils not compiling in my system (Ubuntu 18.04)
#dunfell
it seems to be emitting errors due to build system configuration, and I guess you are running in a VM, so can you check if you have enough RAM assigned to VM preferably ( 16G or more ) > > >
it seems to be emitting errors due to build system configuration, and I guess you are running in a VM, so can you check if you have enough RAM assigned to VM preferably ( 16G or more ) > > >
|
By
Khem Raj
· #57804
·
|
|
[Need help] How to add one package to build directory of another package
Also add INSANE_SKIP:libspeechd += "dev-so"
Also add INSANE_SKIP:libspeechd += "dev-so"
|
By
Khem Raj
· #57785
·
|
|
libnss-resolve not automatically installed
Yes
By
Khem Raj
· #57779
·
|
|
libnss-resolve not automatically installed
Packageconfigs are about what you would like to build it’s still another step what you would like to bundle in your image which is what IMAGE_INSTALL does. At times this is already done because whatev
Packageconfigs are about what you would like to build it’s still another step what you would like to bundle in your image which is what IMAGE_INSTALL does. At times this is already done because whatev
|
By
Khem Raj
· #57777
·
|
|
[Need help] How to add one package to build directory of another package
<kuzemkoyocto@...> wrote: I wonder why do you have do_stage task, it should not be defined in recipes anymore as the bbclasses should be left to handle staging sysroot creating most of times. Yo
<kuzemkoyocto@...> wrote: I wonder why do you have do_stage task, it should not be defined in recipes anymore as the bbclasses should be left to handle staging sysroot creating most of times. Yo
|
By
Khem Raj
· #57693
·
|
|
Re : rdepends upon non-existent task do_package_write_deb
you don't add native packages to image, native packages are for supporting cross builds of target packages to avoid build host specific issues etc. If you want opentelemetry in your image you want to
you don't add native packages to image, native packages are for supporting cross builds of target packages to avoid build host specific issues etc. If you want opentelemetry in your image you want to
|
By
Khem Raj
· #57691
·
|
|
Adding and using user in more than one recipe
<GWilson@...> wrote: if you need it in a recipe then perhaps that maybe a good approach.
<GWilson@...> wrote: if you need it in a recipe then perhaps that maybe a good approach.
|
By
Khem Raj
· #57636
·
|
|
Adding and using user in more than one recipe
<gwilson@...> wrote: you can do it in image recipe inherit extrausers IMAGE_FEATURES:remove = "debug-tweaks" EXTRA_USERS_PARAMS += "\ useradd scribbledeedoo; \ usermod -p '$(openssl passwd -6
<gwilson@...> wrote: you can do it in image recipe inherit extrausers IMAGE_FEATURES:remove = "debug-tweaks" EXTRA_USERS_PARAMS += "\ useradd scribbledeedoo; \ usermod -p '$(openssl passwd -6
|
By
Khem Raj
· #57629
·
|
|
[meta-security][PATCH V3] meta-security: Add recipe for libhoth
right, I missed that in this v3 the SRCREV is bumped too which should address the issue.
right, I missed that in this v3 the SRCREV is bumped too which should address the issue.
|
By
Khem Raj
· #57627
·
|