Re: [yocto] wic create - bad ownership of directories inside image

2019-08-27 Thread Behnke, Jochen
Jochen Von: Behnke, Jochen Gesendet: Montag, 26. August 2019 10:18 An: 'Randy MacLeod' Betreff: AW: AW: [yocto] wic create - bad ownership of directories inside image Hi Randy, removing my core-image-minimal.bbappend does not change anything. I still get the same behavior. Here are my version poky

Re: [yocto] wic create - bad ownership of directories inside image

2019-08-23 Thread Randy MacLeod
On 8/22/19 11:23 AM, Behnke, Jochen wrote: Hello Randy, thanks for your reponse and sorry for my late reaction. In order to test, if the problem can be reproduced reliably, I performed a clean rebuild as follows $ source oe-init-build-env build-tca5-32 $ rm -rf tmp $ rm -rf sstate-cache $

Re: [yocto] wic create - bad ownership of directories inside image

2019-08-22 Thread Behnke, Jochen
Hello Randy, thanks for your reponse and sorry for my late reaction. In order to test, if the problem can be reproduced reliably, I performed a clean rebuild as follows $ source oe-init-build-env build-tca5-32 $ rm -rf tmp $ rm -rf sstate-cache $ bitbake core-image-minimal $ wic create

Re: [yocto] wic create - bad ownership of directories inside image

2019-08-14 Thread Randy MacLeod
On 8/12/19 5:11 AM, Behnke, Jochen wrote: Hello, I am using poky 2.6.1 (thud) and create images using the wic utility. Recently I noticed that all directories contained in the created image are owned by UID 1000 and not by root. The files inside the image however are owned by root. The UID

[yocto] wic create - bad ownership of directories inside image

2019-08-12 Thread Behnke, Jochen
Hello, I am using poky 2.6.1 (thud) and create images using the wic utility.Recently I noticed that all directories contained in the created image are owned by UID 1000 and not by root. The files inside the image however are owned by root.The UID 1000 refers to my unprivileged user on the host