Re: [yocto] error when try to use sudo command in recipe

2023-02-09 Thread Adrian Freihofer
Hi Simon I guess in the deploy folder (build/tmp/deploy/...) you will find a tar archive which can be used with e.g. docker import. If you need to upload the OCI image to a container registry skopeo might be used somehow like that: bitbake "skopeo-native:do_addto_recipe_sysroot"

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] error when try to use sudo command in recipe

2023-02-09 Thread Alexander Kanavin
Note that per its README, meta-virtualization has a dedicated mailing list and an irc channel, so perhaps you could ask there? https://git.yoctoproject.org/meta-virtualization/tree/README says Mailing list: https://lists.yoctoproject.org/g/meta-virtualization IRC: libera.chat #meta-virt channel

Re: [yocto] error when try to use sudo command in recipe

2023-02-09 Thread SIMON BABY
Hello, I was testing the meta-virtualization/recipes-demo/images/ app-container. I was able to build the container. But I am not sure where is the image created and how do we run the image using docker commands. I also see the .yaml files. On the target I can see /usr/bin/flask-app. Below is

Re: [linux-yocto][yocto-kernel-cache][master/yocto-6.1/yocto-5.15][PATCH] features/vfio: add support for mediated device driver framework

2023-02-09 Thread Bruce Ashfield
Sorry, this slipped through the cracks while I was digging into perf reproducibility issues. This is now merged. Bruce In message: [linux-yocto][yocto-kernel-cache][master/yocto-6.1/yocto-5.15][PATCH] features/vfio: add support for mediated device driver framework on 03/02/2023 Yongxin Liu

[yocto] AWS S3 bucket access from a C++ application?

2023-02-09 Thread Electronic Consult
Hello all, I have a device on which the main application is a C++ based GUI. I'm working on implementing an A/B update strategy using swupdate with the firmware being hosted on a AWS S3 bucket. The user needs to be able to use the GUI to check for updates & if available apply them (I can

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