Re: [PATCH] build: Export BSP base and family via pkg-config

2023-07-25 Thread Sebastian Huber
On 25.07.23 20:26, Joel Sherrill wrote: On Tue, Jul 25, 2023 at 12:19 PM Sebastian Huber > wrote: On 25.07.23 19:15, Gedare Bloom wrote: > On Tue, Jul 25, 2023 at 11:11 AM Sebastian Huber > mailto:sebastian.hu...@embedded-brains.de>> 

Re: [PATCH] build: Export BSP base and family via pkg-config

2023-07-25 Thread Joel Sherrill
On Tue, Jul 25, 2023 at 12:19 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 25.07.23 19:15, Gedare Bloom wrote: > > On Tue, Jul 25, 2023 at 11:11 AM Sebastian Huber > > wrote: > >> > >> > >> On 25.07.23 18:01, Gedare Bloom wrote: > >>> On Tue, Jul 25, 2023 at 5:13 AM S

Re: [PATCH] build: Export BSP base and family via pkg-config

2023-07-25 Thread Sebastian Huber
On 25.07.23 19:15, Gedare Bloom wrote: On Tue, Jul 25, 2023 at 11:11 AM Sebastian Huber wrote: On 25.07.23 18:01, Gedare Bloom wrote: On Tue, Jul 25, 2023 at 5:13 AM Sebastian Huber wrote: This allows application and library build systems to derive option values from the BSP base and

Re: [PATCH] build: Export BSP base and family via pkg-config

2023-07-25 Thread Gedare Bloom
On Tue, Jul 25, 2023 at 11:11 AM Sebastian Huber wrote: > > > > On 25.07.23 18:01, Gedare Bloom wrote: > > On Tue, Jul 25, 2023 at 5:13 AM Sebastian Huber > > wrote: > >> This allows application and library build systems to derive option > >> values from the BSP base and family names. > >> --- >

Re: [PATCH] build: Export BSP base and family via pkg-config

2023-07-25 Thread Sebastian Huber
On 25.07.23 18:01, Gedare Bloom wrote: On Tue, Jul 25, 2023 at 5:13 AM Sebastian Huber wrote: This allows application and library build systems to derive option values from the BSP base and family names. --- spec/build/bsps/pkgconfig.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH] build: Export BSP base and family via pkg-config

2023-07-25 Thread Gedare Bloom
On Tue, Jul 25, 2023 at 5:13 AM Sebastian Huber wrote: > > This allows application and library build systems to derive option > values from the BSP base and family names. > --- > spec/build/bsps/pkgconfig.yml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/spec/build/bsps/pkgconfig.yml

[PATCH] build: Export BSP base and family via pkg-config

2023-07-25 Thread Sebastian Huber
This allows application and library build systems to derive option values from the BSP base and family names. --- spec/build/bsps/pkgconfig.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/build/bsps/pkgconfig.yml b/spec/build/bsps/pkgconfig.yml index e08c83fe27..afaffbbf0f 100644 --