|
util-linux and --enable-raw with recent kernels
you might want to use latest master, fix that you might find useful is https://git.openembedded.org/openembedded-core/commit/?id=7f577c10913104860121f682b9b3754870c4db23
you might want to use latest master, fix that you might find useful is https://git.openembedded.org/openembedded-core/commit/?id=7f577c10913104860121f682b9b3754870c4db23
|
By
Khem Raj
· #55042
·
|
|
Yocto build error
So it seems your makefile is not respecting the LDFLAGS coming from the environment during linking. perhaps you should fix that in your linking rules. hardcoding hash style like this is not portable.
So it seems your makefile is not respecting the LDFLAGS coming from the environment during linking. perhaps you should fix that in your linking rules. hardcoding hash style like this is not portable.
|
By
Khem Raj
· #55019
·
|
|
Machine overrides for x86 and x86-64
x86 is for 32 bit intel arch you won’t see It in pure 64bit machines
x86 is for 32 bit intel arch you won’t see It in pure 64bit machines
|
By
Khem Raj
· #54989
·
|
|
[meta-rockchip][PATCH] nanopi-m4: enable booting from uSD
use of override here seems unnecessary > > > > >
use of override here seems unnecessary > > > > >
|
By
Khem Raj
· #54983
·
|
|
Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
yocto provides a layer to abstract native binaries on top of build host and thats what you are seeing. Its as designed. > > >
yocto provides a layer to abstract native binaries on top of build host and thats what you are seeing. Its as designed. > > >
|
By
Khem Raj
· #54973
·
|
|
Google GN support
look at meta-browser/meta-chromium as well.
look at meta-browser/meta-chromium as well.
|
By
Khem Raj
· #54972
·
|
|
#dunfell Path to sources in debugfs
#dunfell
I think its not a general problem with autotool based projects doing out of tree builds but just with sqlite3 package. Perhaps you might want to look at compiler commandline options being passed to sq
I think its not a general problem with autotool based projects doing out of tree builds but just with sqlite3 package. Perhaps you might want to look at compiler commandline options being passed to sq
|
By
Khem Raj
· #54964
·
|
|
file package dependency
I think looking into buildhistory metadata might give some hints, it stores the information about image to package dependencies in a dotty file which you can either open in a viewer or text editor and
I think looking into buildhistory metadata might give some hints, it stores the information about image to package dependencies in a dotty file which you can either open in a viewer or text editor and
|
By
Khem Raj
· #54962
·
|
|
virtual/egl on Raspberry Pi 4
that should have worked well for userland recipe to provide it. Maybe you need to set VC4GRAPHICS = "" in local.conf <GWilson@...> wrote:
that should have worked well for userland recipe to provide it. Maybe you need to set VC4GRAPHICS = "" in local.conf <GWilson@...> wrote:
|
By
Khem Raj
· #54961
·
|
|
virtual/egl on Raspberry Pi 4
It should have automatically found user land package as one of providers but if it is not doing so that means it’s being ignored because it’s not compatible arch or something Are you compiling 32bit m
It should have automatically found user land package as one of providers but if it is not doing so that means it’s being ignored because it’s not compatible arch or something Are you compiling 32bit m
|
By
Khem Raj
· #54947
·
|
|
virtual/egl on Raspberry Pi 4
it should be provided by userland package if you are using closed source graphics driver.
it should be provided by userland package if you are using closed source graphics driver.
|
By
Khem Raj
· #54944
·
|
|
Meta-raspberrypi - how to configure device tree for MCP251x
can you check boot/config.txt and see fi your changes are there in your target ?
can you check boot/config.txt and see fi your changes are there in your target ?
|
By
Khem Raj
· #54941
·
|
|
Shared lib symlinks in target image
Libraries have another symlink which looks something like libfoo.so.1 and 2 etc that is the one which should be used by apps
Libraries have another symlink which looks something like libfoo.so.1 and 2 etc that is the one which should be used by apps
|
By
Khem Raj
· #54938
·
|
|
Shared lib symlinks in target image
unversioned symlinks should not be used they are there to be used for linking during build time. Unless you need to do builds on targets you really do not need them so explain you usecase. Are you try
unversioned symlinks should not be used they are there to be used for linking during build time. Unless you need to do builds on targets you really do not need them so explain you usecase. Are you try
|
By
Khem Raj
· #54935
·
|
|
[OE-core] Incorrect systemd timer
perhaps use OnCalendar=*-*-* *:*:00
perhaps use OnCalendar=*-*-* *:*:00
|
By
Khem Raj
· #54879
·
|
|
Cross-compiling or compiling on target VM?
there are different possibilities you have with all great tooling you get with yocto project, I think you have made a good choice. inherently Yocto project is a cross compiling infrastructure so lot o
there are different possibilities you have with all great tooling you get with yocto project, I think you have made a good choice. inherently Yocto project is a cross compiling infrastructure so lot o
|
By
Khem Raj
· #54847
·
|
|
"stack smashing detected" when building aarch64 kernel
its hard to say what might be going on. Perhaps enable builds with V=1 so you can see if its always failing to compile at same file. or atleast you can get one file where it fails then you can use pre
its hard to say what might be going on. Perhaps enable builds with V=1 so you can see if its always failing to compile at same file. or atleast you can get one file where it fails then you can use pre
|
By
Khem Raj
· #54831
·
|
|
gcov support for target in Yocto
IMAGE_INSTALL += "gcov gcov-symlinks"
IMAGE_INSTALL += "gcov gcov-symlinks"
|
By
Khem Raj
· #54830
·
|
|
[meta-rockchip][PATCH] use uuid instead of hard-coding root device
are you both using systemd or sysvinit
are you both using systemd or sysvinit
|
By
Khem Raj
· #54829
·
|
|
Using bitbake with external SDK
#sdk
#zeus
#toolchain
if its eSDK then you can, with standard application SDK not so much.
if its eSDK then you can, with standard application SDK not so much.
|
By
Khem Raj
· #54820
·
|