|
run.do_compile error on poky-dunfell release
you perhaps need this kbd patch https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git/commit/?id=50eae66fc21ef8e01c69a9d3c1ff3fcb0b2644a0
you perhaps need this kbd patch https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git/commit/?id=50eae66fc21ef8e01c69a9d3c1ff3fcb0b2644a0
|
By
Khem Raj
· #56107
·
|
|
wget - The certificate has not yet been activated (does also happen in qemuarm "virt" machine)
<matthias.klein@...> wrote: ideally it should not. It really should be that app is using right port to talk to the one you choose.
<matthias.klein@...> wrote: ideally it should not. It really should be that app is using right port to talk to the one you choose.
|
By
Khem Raj
· #56072
·
|
|
wget - The certificate has not yet been activated (does also happen in qemuarm "virt" machine)
<matthias.klein@...> wrote: this means you are choosing openSSL to provide TLS protocol implementation instead of gnuTLS
<matthias.klein@...> wrote: this means you are choosing openSSL to provide TLS protocol implementation instead of gnuTLS
|
By
Khem Raj
· #56062
·
|
|
Build error:undefined reference to `stime' on Yocto Warrior
you need something like this https://patchwork.openembedded.org/patch/172282/
you need something like this https://patchwork.openembedded.org/patch/172282/
|
By
Khem Raj
· #56046
·
|
|
Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
yeah something like that works, we use it for yoe which always uses container to build see https://github.com/YoeDistro/yoe-distro/blob/master/envsetup.sh#L528-L541
yeah something like that works, we use it for yoe which always uses container to build see https://github.com/YoeDistro/yoe-distro/blob/master/envsetup.sh#L528-L541
|
By
Khem Raj
· #56013
·
|
|
[meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
How would one use new version of both go and say kernel in a project
How would one use new version of both go and say kernel in a project
|
By
Khem Raj
· #56004
·
|
|
[meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
<alex.kanavin@...> wrote: this could be an independent layer too.
<alex.kanavin@...> wrote: this could be an independent layer too.
|
By
Khem Raj
· #56002
·
|
|
Additional hardening options
<bluelightning@...> wrote: That is good testimony, it will be good to know how this option impacts performance and does it work across architectures and libc's supported in OE.
<bluelightning@...> wrote: That is good testimony, it will be good to know how this option impacts performance and does it work across architectures and libc's supported in OE.
|
By
Khem Raj
· #55989
·
|
|
linux-firmware_20211216
<rudolf.streif@...> wrote: seems an oversight.
<rudolf.streif@...> wrote: seems an oversight.
|
By
Khem Raj
· #55985
·
|
|
gdb with a broken sdk
perhaps gdb-cross-${TARGET_ARCH} would be more generic.
perhaps gdb-cross-${TARGET_ARCH} would be more generic.
|
By
Khem Raj
· #55904
·
|
|
perf compilation fails
take a look at following link, it will help solve this hopefully https://wiki.gentoo.org/wiki/Project:Toolchain/Binutils_2.34_porting_notes/undefined_reference_to_bfd_get_section_* <michael.opdenacker
take a look at following link, it will help solve this hopefully https://wiki.gentoo.org/wiki/Project:Toolchain/Binutils_2.34_porting_notes/undefined_reference_to_bfd_get_section_* <michael.opdenacker
|
By
Khem Raj
· #55882
·
|
|
#python Freescale/NXP linux kernel python2 remove
#python
if you are using latest release then py2 is more or less not needed unless you use perhaps packages like chromium ( which is also now fixed in meta-browser ) but this is for oe-core and meta-oe layers
if you are using latest release then py2 is more or less not needed unless you use perhaps packages like chromium ( which is also now fixed in meta-browser ) but this is for oe-core and meta-oe layers
|
By
Khem Raj
· #55768
·
|
|
building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
Yes it’s supported although it’s not default for qemumips so the simple trick you can do is change the DEFAULTTUNE setting in the qemumips.conf away from mips32r2
Yes it’s supported although it’s not default for qemumips so the simple trick you can do is change the DEFAULTTUNE setting in the qemumips.conf away from mips32r2
|
By
Khem Raj
· #55690
·
|
|
building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
We have dropped uclibc support long time ago so any effort to support uClibc based system will be a bit of work and we have also dropped stale patches from metadata so even if you are able to get exte
We have dropped uclibc support long time ago so any effort to support uClibc based system will be a bit of work and we have also dropped stale patches from metadata so even if you are able to get exte
|
By
Khem Raj
· #55681
·
|
|
[meta-rockchip][PATCH v3] trusted-firmware-a: replace baudrate with the one specified in machine conf
lgtm. Thanks
By
Khem Raj
· #55613
·
|
|
[meta-rockchip] [PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf
<quentin.schulz@...> wrote: sounds good.
<quentin.schulz@...> wrote: sounds good.
|
By
Khem Raj
· #55593
·
|
|
Using FreeRadius project on Yocto
just adding layer is not enough, you have to add it to your image as well via IMAGE_INSTALL or some other way as indirect dependency
just adding layer is not enough, you have to add it to your image as well via IMAGE_INSTALL or some other way as indirect dependency
|
By
Khem Raj
· #55590
·
|
|
[meta-rockchip] [PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf
<quentin.schulz@...> wrote: perhaps applying the sed expression via do_configure:prepend() is simple ? and maybe make it rk3399 specific with do_configure:prepend:rk3399
<quentin.schulz@...> wrote: perhaps applying the sed expression via do_configure:prepend() is simple ? and maybe make it rk3399 specific with do_configure:prepend:rk3399
|
By
Khem Raj
· #55586
·
|
|
Running unittests built by SDK
I think using qemux86-64 might be your best bet, its fairly automated with runqemu script all you would need to do is package up the gtests as ptest package with a runner
I think using qemux86-64 might be your best bet, its fairly automated with runqemu script all you would need to do is package up the gtests as ptest package with a runner
|
By
Khem Raj
· #55572
·
|
|
[meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
I agree with you that broken is not good as it was for sometime, but now with the latest supported release in 3.4 series ( which is 3.4.1) things should be good.
I agree with you that broken is not good as it was for sometime, but now with the latest supported release in 3.4 series ( which is 3.4.1) things should be good.
|
By
Khem Raj
· #55563
·
|