[OE-core] [PATCH] cups: remove /var/run from package as cupsd will populate it on startup

2013-05-25 Thread Jonathan Liu
The /var/run/cups and /var/run/cups/certs directories don't need to be included in the package as they are created by cupsd with the proper permissions if they don't exist. The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu --- meta/recipes-extended/cups/cups16.

[OE-core] [PATCH] bind: remove empty /var/run directory

2013-05-25 Thread Jonathan Liu
The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu --- meta/recipes-connectivity/bind/bind_9.8.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb index 18cbb99..

Re: [OE-core] [PATCH v3] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-25 Thread Jonathan Liu
On 26/05/2013 11:57 AM, Jonathan Liu wrote: - Remove /etc/resolvconf/run/interface from package as it actually uses /etc/resolvconf/run/interface - Create /var/run/resolvconf/interface on startup using populate-volatiles.sh and tmpfiles.d for systemd - Create symbolic link from /etc/resolvconf/ru

[OE-core] [PATCH v4] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-25 Thread Jonathan Liu
- Remove /etc/resolvconf/run/interface from package as it actually uses /etc/resolvconf/run/interface - Create /var/run/resolvconf/interface on startup using populate-volatiles.sh and tmpfiles.d for systemd - Create symbolic link from /etc/resolvconf/run to /var/run/resolvconf Signed-off-by: Jonat

Re: [OE-core] [PATCH v2] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-25 Thread Jonathan Liu
On 24/05/2013 10:10 AM, Jonathan Liu wrote: - Remove /etc/resolvconf/run/interface from package as it actually uses /etc/resolvconf/run/interface - Create /var/run/resolvconf/interface on startup using populate-volatiles.sh and tmpfiles.d for systemd - Create symbolic link from /etc/resolvconf/ru

[OE-core] [PATCH v3] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-25 Thread Jonathan Liu
- Remove /etc/resolvconf/run/interface from package as it actually uses /etc/resolvconf/run/interface - Create /var/run/resolvconf/interface on startup using populate-volatiles.sh and tmpfiles.d for systemd - Create symbolic link from /etc/resolvconf/run to /var/run/resolvconf Signed-off-by: Jonat

[OE-core] [PATCH] cramfs: import recipe from meta-oe

2013-05-25 Thread Andrea Adami
* though listed in IMAGE_FSTYPES the helper is missing so * make oe-core autosufficient importing the recipe. * Fix PN -> BPN to avoid fetch errors with cramfs-native Signed-off-by: Andrea Adami --- meta/recipes-support/cramfs/cramfs_1.1.bb | 29 + 1 file changed, 29