|
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
·
|
|
[meta-security][PATCH V3] meta-security: Add recipe for libhoth
lists.yoctoproject.org <jebr=google.com@...> wrote: it still has the musl related issue, that I pointed out
lists.yoctoproject.org <jebr=google.com@...> wrote: it still has the musl related issue, that I pointed out
|
By
Khem Raj
· #57625
·
|
|
Custom YOCTO meta-layer building on Ubuntu 20 but Not in Ubuntu 18.Why?
#dunfell
#yocto
Look at the serial console logs from kernel and perhaps with early printk enabled. Many things could go wrong when serial console does not show up. Your description of the problem is ambiguous to see
Look at the serial console logs from kernel and perhaps with early printk enabled. Many things could go wrong when serial console does not show up. Your description of the problem is ambiguous to see
|
By
Khem Raj
· #57623
·
|
|
[meta-security][PATCH] meta-security: Add recipe for libhoth
I see, that should be ok. I do see a few issues with the patch see below. This should be HOMEPAGE = "https://github.com/google/libhoth" This revision does not build with musl/clang atleast since there
I see, that should be ok. I do see a few issues with the patch see below. This should be HOMEPAGE = "https://github.com/google/libhoth" This revision does not build with musl/clang atleast since there
|
By
Khem Raj
· #57613
·
|
|
[meta-security][PATCH] meta-security: Add recipe for libhoth
<jebr=google.com@...> wrote: Dont we want to package the examples too ? perhaps in a ${PN}-examples or something ?
<jebr=google.com@...> wrote: Dont we want to package the examples too ? perhaps in a ${PN}-examples or something ?
|
By
Khem Raj
· #57611
·
|
|
Custom YOCTO meta-layer building on Ubuntu 20 but Not in Ubuntu 18.Why?
#dunfell
#yocto
there seems to be something in the interaction between core layer with your custom layers, Usually issues of this nature are solved in the custom layers. Since its not a community layer, its not easy
there seems to be something in the interaction between core layer with your custom layers, Usually issues of this nature are solved in the custom layers. Since its not a community layer, its not easy
|
By
Khem Raj
· #57608
·
|
|
Error while testing "core-image-minimal" through "bitbake core-image-minimal -c testimage -v"
#linux
#warning
#toolchain
#bitbake
#dunfell
maybe you should reboot the host machine, sometimes system updates without rebooting the machine can also result in such errors.
maybe you should reboot the host machine, sometimes system updates without rebooting the machine can also result in such errors.
|
By
Khem Raj
· #57580
·
|
|
How to get name of output packages during build
#bitbake
#yocto
this is nice. I mistook it for the dependencies
this is nice. I mistook it for the dependencies
|
By
Khem Raj
· #57526
·
|
|
How to get name of output packages during build
#bitbake
#yocto
Bitbake -g recipe Might emit what you want in some form
Bitbake -g recipe Might emit what you want in some form
|
By
Khem Raj
· #57524
·
|
|
Customizing SERIAL_CONSOLES
there can be multiple entries in SERIAL_CONSOLES so you might try adding instead of replacing SERIAL_CONSOLES += "115200;ttymxc0" might work
there can be multiple entries in SERIAL_CONSOLES so you might try adding instead of replacing SERIAL_CONSOLES += "115200;ttymxc0" might work
|
By
Khem Raj
· #57506
·
|
|
meta-riscv layer *seems* to have broken opensbi_%.bbappend file
This is a bug and this should be fixed to use full machine name for override since we do not have nezha SoC override No it’s unrelated
This is a bug and this should be fixed to use full machine name for override since we do not have nezha SoC override No it’s unrelated
|
By
Khem Raj
· #57489
·
|
|
Installing gfortran into native sysroot for libgfortran
Perhaps it’s using locked sstate which might be the reason
Perhaps it’s using locked sstate which might be the reason
|
By
Khem Raj
· #57482
·
|
|
meta-riscv: building curl, "undefined reference to '__atomic_exchange_1'
Probably, but again if you need a function from a library you include it on linker cmdline if it’s intrinsics then compiler driver doing the needed is best way Preferably without introducing compiler
Probably, but again if you need a function from a library you include it on linker cmdline if it’s intrinsics then compiler driver doing the needed is best way Preferably without introducing compiler
|
By
Khem Raj
· #57479
·
|
|
meta-riscv: building curl, "undefined reference to '__atomic_exchange_1'
this would mean that you want to rely on side effects of -pthread which may work with gcc but may not work with clang or other compiler drivers. The issue you have is that some variables are needing a
this would mean that you want to rely on side effects of -pthread which may work with gcc but may not work with clang or other compiler drivers. The issue you have is that some variables are needing a
|
By
Khem Raj
· #57477
·
|
|
meta-riscv: building curl, "undefined reference to '__atomic_exchange_1'
does backporting https://github.com/curl/curl/commit/50efb0822aa0e0ab165158dd0a26e65a2290e6d2 to curl help ?
does backporting https://github.com/curl/curl/commit/50efb0822aa0e0ab165158dd0a26e65a2290e6d2 to curl help ?
|
By
Khem Raj
· #57472
·
|