Re: [yocto] [meta-oe][dunfell]nativesdk-postgresql - causing chown: invalid user: 'postgres:postgres'

2023-02-10 Thread Richard Purdie
On Thu, 2023-02-09 at 23:16 -0800, alexander.roda...@brose.com wrote: > I integrated the changes of the commit you posted, however i still > have the same error message coming up. Do i need to make changes in > the recipe to make the  intercept work? No, it should have changed PATH in the recipe

Re: [yocto] [meta-oe][dunfell]nativesdk-postgresql - causing chown: invalid user: 'postgres:postgres'

2023-02-09 Thread alexander . rodatos
Hi, i did send my answer to Richard only, i re post it for context: > > > > On Thu, 2023-02-09 at 06:44 -0800, alexander.roda...@brose.com wrote: > > > > > Hello Richard, > > > > > > > > > > will this commit be integrated into the dunfell branche or can i > > > > > integrate it by

Re: [yocto] [meta-oe][dunfell]nativesdk-postgresql - causing chown: invalid user: 'postgres:postgres'

2023-02-09 Thread Richard Purdie
On Thu, 2023-02-09 at 00:05 -0800, alexander.roda...@brose.com wrote: > Hello, > > i am trying to install the PostgreSQL and the development package > (postgresql-server-dev) as part of the SDK.  > > I added via bbappend BBCLASSEXTED_append = "nativesdk" to the > postgresql_12.9.bb.  > > I can

[yocto] [meta-oe][dunfell]nativesdk-postgresql - causing chown: invalid user: 'postgres:postgres'

2023-02-09 Thread alexander . rodatos
Hello, i am trying to install the PostgreSQL and the development package (postgresql-server-dev) as part of the SDK. I added via bbappend BBCLASSEXTED_append = "nativesdk" to the postgresql_12.9.bb. I can build an image for a raspberry 4 pi. However when i try to populate the sdk it stops