|
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
·
|
|
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
·
|