|
Installing gfortran into native sysroot for libgfortran
in your fortran app recipe you have to add DEPENDS = "libgfortran"
in your fortran app recipe you have to add DEPENDS = "libgfortran"
|
By
Khem Raj
· #57468
·
|
|
LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
Post log.do_complile perhaps that will have the needed link line
Post log.do_complile perhaps that will have the needed link line
|
By
Khem Raj
· #57419
·
|
|
LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
It’s linker cmdline which is interesting here please post it and that will help to see further
It’s linker cmdline which is interesting here please post it and that will help to see further
|
By
Khem Raj
· #57379
·
|
|
are there any plans for meta-riscv support for StarFive VisionFive?
Yes There already is beagleV machine and it will be derived from that I have plans to add it if Someone is working on it please let me know
Yes There already is beagleV machine and it will be derived from that I have plans to add it if Someone is working on it please let me know
|
By
Khem Raj
· #57080
·
|
|
OS-less SDK
its possible to build baremetal toolchains, e.g. look at meta-riscv baremetal machines e.g. https://github.com/riscv/meta-riscv/blob/master/conf/machine/baremetal-riscv32.conf you can do MACHINE=barem
its possible to build baremetal toolchains, e.g. look at meta-riscv baremetal machines e.g. https://github.com/riscv/meta-riscv/blob/master/conf/machine/baremetal-riscv32.conf you can do MACHINE=barem
|
By
Khem Raj
· #56964
·
|
|
SRC_URI from AWS codecommit with user and password
#yocto
you might have to figure out how the clone should work firstly. then you can either encode it into SRC_URI, but I would say be careful since you might leak password and url info into packages, other o
you might have to figure out how the clone should work firstly. then you can either encode it into SRC_URI, but I would say be careful since you might leak password and url info into packages, other o
|
By
Khem Raj
· #56833
·
|
|
Skipping already-stripped check doesn't work
which release branch are you using? <tagliapietra.alessandro@...> wrote:
which release branch are you using? <tagliapietra.alessandro@...> wrote:
|
By
Khem Raj
· #56727
·
|
|
Skipping already-stripped check doesn't work
Ok then next thing you want to check is where the reported stripped file is located and even if it does not work then perhaps look into removing these files if they are not needed
Ok then next thing you want to check is where the reported stripped file is located and even if it does not work then perhaps look into removing these files if they are not needed
|
By
Khem Raj
· #56725
·
|
|
Skipping already-stripped check doesn't work
<tagliapietra.alessandro@...> wrote: what package folders do you see under packages-split/ folder in your build area for this recipe ?
<tagliapietra.alessandro@...> wrote: what package folders do you see under packages-split/ folder in your build area for this recipe ?
|
By
Khem Raj
· #56723
·
|
|
Skipping already-stripped check doesn't work
The prebuilds are for other architectures. so perhaps you can rm them in a do_install_append() or if they are really needed you perhaps would also need INSANE_SKIP_<name of package> = "arch" eventuall
The prebuilds are for other architectures. so perhaps you can rm them in a do_install_append() or if they are really needed you perhaps would also need INSANE_SKIP_<name of package> = "arch" eventuall
|
By
Khem Raj
· #56721
·
|
|
[Question] How to handle GPLv3 packages?
This will be valiant effort but my advice is don't go alone if you want to undertake this SOC sdks have lot of nitty gritty issues that will pop up along the way and unless you have someone from SOC s
This will be valiant effort but my advice is don't go alone if you want to undertake this SOC sdks have lot of nitty gritty issues that will pop up along the way and unless you have someone from SOC s
|
By
Khem Raj
· #56719
·
|
|
Specified SDKMACHINE value is not valid
Oh I see. we do support aarch64 as build host, so if you are trying 64bit OS on rpi then it should work although, rpi4 may not have enough muscle to build, perhaps using SSD with rpi4 might help a bit
Oh I see. we do support aarch64 as build host, so if you are trying 64bit OS on rpi then it should work although, rpi4 may not have enough muscle to build, perhaps using SSD with rpi4 might help a bit
|
By
Khem Raj
· #56645
·
|
|
Specified SDKMACHINE value is not valid
are you on a x86_64 host? Secondly try to uncomment SDKMACHINE setting in local.conf and see if it helps. Also check if your default shell is bash or dash.
are you on a x86_64 host? Secondly try to uncomment SDKMACHINE setting in local.conf and see if it helps. Also check if your default shell is bash or dash.
|
By
Khem Raj
· #56643
·
|
|
Specified SDKMACHINE value is not valid
OK it should be ok then. Can you describe your steps to setup the system? maybe there is some caveat
OK it should be ok then. Can you describe your steps to setup the system? maybe there is some caveat
|
By
Khem Raj
· #56618
·
|
|
Specified SDKMACHINE value is not valid
It’s complaining about SDKMACHINE setting which is a separate variable, can you check your local.conf if it’s set to something
It’s complaining about SDKMACHINE setting which is a separate variable, can you check your local.conf if it’s set to something
|
By
Khem Raj
· #56615
·
|
|
SCM usage in source urls and bandwidth
<richard.purdie@...> wrote: right, I think shallow clone should be default IMO for all git fetcher tarballs
<richard.purdie@...> wrote: right, I think shallow clone should be default IMO for all git fetcher tarballs
|
By
Khem Raj
· #56606
·
|
|
configuration fragments
if you are using linux-yocto for kernel then it is surely supported , so as long as it is added to kernel recipe it should work ok. On Tue, Mar 15, 2022 at 3:58 AM Monsees, Steven C (US) via lists.yoc
if you are using linux-yocto for kernel then it is surely supported , so as long as it is added to kernel recipe it should work ok. On Tue, Mar 15, 2022 at 3:58 AM Monsees, Steven C (US) via lists.yoc
|
By
Khem Raj
· #56444
·
|
|
configuration fragments
On Mon, Mar 14, 2022 at 12:57 PM Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote: these are some config files for doing what ? from what
On Mon, Mar 14, 2022 at 12:57 PM Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote: these are some config files for doing what ? from what
|
By
Khem Raj
· #56430
·
|
|
nspr-native does not build on Debian bullseye for x86_64 target?
Thanks Matthias There is a patch staged in master-next to fix this. Can you try master-next meanwhile <matthias.klein@...> wrote:
Thanks Matthias There is a patch staged in master-next to fix this. Can you try master-next meanwhile <matthias.klein@...> wrote:
|
By
Khem Raj
· #56420
·
|
|
How to disable Bluetooth of Raspberry Pi from Yocto?
can you check /boot/config.txt on target and see if this change is persisting in your image or not
can you check /boot/config.txt on target and see if this change is persisting in your image or not
|
By
Khem Raj
· #56412
·
|