Re: [yocto] Setting directories permissions

2017-06-13 Thread Laurent Gauthier
Hi Oliver, It is not not clear to me what the root cause of this could be... Is this directory shared by several pacakages by any chance? One trick I am using to figure out in which recipe/package a file or directory is found is the following (from the build directory): echo

[yocto] Setting directories permissions

2017-06-13 Thread Oliver Graute
Hello List, I try to define a directory permission for a folder to 0775 instead of 0755 in my recipe. But somewhere in the install and packaging process this is overwritten. in my receipe I do this: do_install() { install -m 0775 -d ${D}${sysconfdir}/folder1/folder2/ I expect this on the