Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: update 1.0.7 -> 1.2.0

2024-07-01 Thread Khem Raj
On Mon, Jul 1, 2024 at 11:56 AM Markus Volk wrote: > On Mon, Jul 1 2024 at 11:13:51 AM -07:00:00, Khem Raj > wrote: > > Yeah but maybe using arch overrides would be more familiar > > > Can we do this without adding a new line for every architecture? > I will accept your v2 > -=-=-=-=-=-=-=-=-

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: update 1.0.7 -> 1.2.0

2024-07-01 Thread Markus Volk
On Mon, Jul 1 2024 at 11:13:51 AM -07:00:00, Khem Raj wrote: Yeah but maybe using arch overrides would be more familiar Can we do this without adding a new line for every architecture? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#111207): h

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: update 1.0.7 -> 1.2.0

2024-07-01 Thread Khem Raj
On Mon, Jul 1, 2024 at 10:31 AM Markus Volk wrote: > On Mon, Jul 1 2024 at 07:58:28 AM -07:00:00, Khem Raj > wrote: > > riscv32/armv5/mips/ppc32 perhaps is all we care. > > > # Specify linking with -latomic on architectures missing 64bit atomics. > LDFLAGS += "${@bb.utils.contains_any('TUNE_FEAT

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: update 1.0.7 -> 1.2.0

2024-07-01 Thread Markus Volk
On Mon, Jul 1 2024 at 07:58:28 AM -07:00:00, Khem Raj wrote: riscv32/armv5/mips/ppc32 perhaps is all we care. # Specify linking with -latomic on architectures missing 64bit atomics. LDFLAGS += "${@bb.utils.contains_any('TUNE_FEATURES', 'riscv32 armv5 mips ppc32 m32', '-latomic', '', d)}" Wo

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: update 1.0.7 -> 1.2.0

2024-07-01 Thread Khem Raj
On Mon, Jul 1, 2024 at 4:42 AM Markus Volk wrote: > > On Sun, Jun 30 2024 at 04:34:47 PM -07:00:00, Khem Raj > wrote: > > perhaps we need to specify linking with -latomic on architectures missing > 64bit atomics. > > > Right. I verified that > LDFLAGS += "-latomic" > fixes the issue for 32bit x

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: update 1.0.7 -> 1.2.0

2024-07-01 Thread Markus Volk
On Sun, Jun 30 2024 at 04:34:47 PM -07:00:00, Khem Raj wrote: perhaps we need to specify linking with -latomic on architectures missing 64bit atomics. Right. I verified that LDFLAGS += "-latomic" fixes the issue for 32bit x86 clang Do you know what exact platforms need this fix or should it b

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: update 1.0.7 -> 1.2.0

2024-06-30 Thread Khem Raj
It fails on 32bit x86 clang/lld linker - https://errors.yoctoproject.org/Errors/Details/788619/ perhaps we need to specify linking with -latomic on architectures missing 64bit atomics. On Sun, Jun 30, 2024 at 5:46 AM Markus Volk via lists.openembedded.org wrote: > > PipeWire 1.2.0 (2024-06-27) >