|
ALTERNATIVE and RDEPENDS
Hi all,
is there a way to set the package metadata in a way that it would require one of the packages providing a tool via the ALTERNATIVE_ mechanism?
E.g. sed for instance could be provided by
Hi all,
is there a way to set the package metadata in a way that it would require one of the packages providing a tool via the ALTERNATIVE_ mechanism?
E.g. sed for instance could be provided by
|
By
Konrad Weihmann <kweihmann@...>
·
#57491
·
|
|
Re: source-less python
Hi,
So after a little bit of research, I've implemented this feature in poky.
The way buildroot works, is that it doesn't create any .pyc files during the build process of single packages but has a
Hi,
So after a little bit of research, I've implemented this feature in poky.
The way buildroot works, is that it doesn't create any .pyc files during the build process of single packages but has a
|
By
Aurum Nitrogen
·
#57490
·
|
|
Re: 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
·
|
|
meta-riscv layer *seems* to have broken opensbi_%.bbappend file
the SRC_URI line:
SRC_URI:append:nezha = " \ ...
seems odd since the machine name is actually "nezha-allwinner-d1", not
just "nezha". i checked and the two listed patches there don't appear
to be
the SRC_URI line:
SRC_URI:append:nezha = " \ ...
seems odd since the machine name is actually "nezha-allwinner-d1", not
just "nezha". i checked and the two listed patches there don't appear
to be
|
By
Robert P. J. Day
·
#57488
·
|
|
Re: Installing gfortran into native sysroot for libgfortran
It is. It was great fun to find the path to disable it when I also had this issue :)
Philip
>
It is. It was great fun to find the path to disable it when I also had this issue :)
Philip
>
|
By
Philip Balister
·
#57487
·
|
|
[meta-zephyr][PATCH 1/3] qemu-nios2: use glibc
newlib fails to compile for nios2 architecture. Work around this by
using glibc instead.
Signed-off-by: Jon Mason <jon.mason@...>
---
meta-zephyr-bsp/conf/machine/qemu-nios2.conf | 2 ++
newlib fails to compile for nios2 architecture. Work around this by
using glibc instead.
Signed-off-by: Jon Mason <jon.mason@...>
---
meta-zephyr-bsp/conf/machine/qemu-nios2.conf | 2 ++
|
By
Jon Mason
·
#57486
·
|
|
[meta-zephyr][PATCH 0/3] Gitlab CI for meta-zephyr
This series is adding Gitlab CI to meta-zephyr. I've been running a
version of this on my personal gitlab for some time (see
https://gitlab.com/jonmason00/meta-zephyr/-/pipelines).
This will allow
This series is adding Gitlab CI to meta-zephyr. I've been running a
version of this on my personal gitlab for some time (see
https://gitlab.com/jonmason00/meta-zephyr/-/pipelines).
This will allow
|
By
Jon Mason
·
#57485
·
|
|
[meta-zephyr][PATCH 2/3] CI: add Gitlab CI support
Mostly stolen from meta-arm
Signed-off-by: Jon Mason <jon.mason@...>
---
.gitlab-ci.yml | 101 +++++++++++++++++++++++++++++++++++++
ci/96b-avenger96.yml | 6 +++
Mostly stolen from meta-arm
Signed-off-by: Jon Mason <jon.mason@...>
---
.gitlab-ci.yml | 101 +++++++++++++++++++++++++++++++++++++
ci/96b-avenger96.yml | 6 +++
|
By
Jon Mason
·
#57484
·
|
|
[meta-zephyr][PATCH 3/3] CI: Add Richard Purdie's workaround to get meta-zephyr working again
Issue being tracked at
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14803
Signed-off-by: Jon Mason <jon.mason@...>
---
ci/base.yml | 1 +
1 file changed, 1 insertion(+)
diff --git
Issue being tracked at
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14803
Signed-off-by: Jon Mason <jon.mason@...>
---
ci/base.yml | 1 +
1 file changed, 1 insertion(+)
diff --git
|
By
Jon Mason
·
#57483
·
|
|
Re: 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
·
|
|
[ANNOUNCEMENT] Yocto Project 4.0.2 is Released
Hi
We are pleased to announce the Yocto Project 4.0.2 Release is now available for
Hi
We are pleased to announce the Yocto Project 4.0.2 Release is now available for
|
By
Lee Chee Yang
·
#57481
·
|
|
Re: Installing gfortran into native sysroot for libgfortran
I am using Xilinx's Petalinux tool, which uses honister under the
hood. Xilinx maintains an sstate cache for Petalinux, which is quite
convenient for cutting down build times, but apparently setting
I am using Xilinx's Petalinux tool, which uses honister under the
hood. Xilinx maintains an sstate cache for Petalinux, which is quite
convenient for cutting down build times, but apparently setting
|
By
Gregory Anders <greg@...>
·
#57480
·
|
|
Re: 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
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
|
By
Khem Raj
·
#57479
·
|
|
Re: meta-riscv: building curl, "undefined reference to '__atomic_exchange_1'
so while i'm still trying to wrap my head around all this, what
*would* be the ideal resolution for this? the link above suggests the
simple solution of introducing a gcc config
so while i'm still trying to wrap my head around all this, what
*would* be the ideal resolution for this? the link above suggests the
simple solution of introducing a gcc config
|
By
Robert P. J. Day
·
#57478
·
|
|
Re: 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
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
|
By
Khem Raj
·
#57477
·
|
|
Re: meta-riscv: building curl, "undefined reference to '__atomic_exchange_1'
as i read it, this issue is also related to -pthread versus
-lpthread:
https://blog.jiejiss.com/A-RISC-V-gcc-pitfall-revealed-by-a-glibc-update/
rday
as i read it, this issue is also related to -pthread versus
-lpthread:
https://blog.jiejiss.com/A-RISC-V-gcc-pitfall-revealed-by-a-glibc-update/
rday
|
By
Robert P. J. Day
·
#57476
·
|
|
Re: Installing gfortran into native sysroot for libgfortran
You shouldn't have to disable the sstate cache but glad you got it
working. Which release series is that with?
It does sound like there is a bug to fix somewhere in there.
Cheers,
Richard
You shouldn't have to disable the sstate cache but glad you got it
working. Which release series is that with?
It does sound like there is a bug to fix somewhere in there.
Cheers,
Richard
|
By
Richard Purdie
·
#57475
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 7/7/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Steve Sakoman, Joshua Watt, Saul Wold, Alexandre Belloni, Paulo Neves, Richard Purdie, Aryaman Gupta, Randy Macleod,
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Steve Sakoman, Joshua Watt, Saul Wold, Alexandre Belloni, Paulo Neves, Richard Purdie, Aryaman Gupta, Randy Macleod,
|
By
sakib.sajal@...
·
#57474
·
|
|
Re: meta-riscv: building curl, "undefined reference to '__atomic_exchange_1'
it does indeed fix the curl build error, thanks. i haven't tested
its operation yet, but getting a build was all i was after at the
moment.
rday
it does indeed fix the curl build error, thanks. i haven't tested
its operation yet, but getting a build was all i was after at the
moment.
rday
|
By
Robert P. J. Day
·
#57473
·
|
|
Re: 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
·
|