[OE-core] [PATCH] site: Remove sctp related configs

2020-01-14 Thread Pau Espin Pedrol
good reason to keep them. Signed-off-by: Pau Espin Pedrol --- meta/site/arm-common | 3 --- meta/site/ix86-common | 3 --- meta/site/nios2-linux | 3 --- meta/site/powerpc32-linux | 4 meta/site/sh-common | 4 5 files changed, 17 deletions(-) diff --git a/meta/site/ar

[OE-core] [PATCH] site: Remove sctp related configs

2020-01-14 Thread Pau Espin Pedrol
They are preventing autotools from checking netinet/sctp.h existence successfuly which in turn makes configure.ac files with lines similar to this to fail, even if DEPENDS="lksctp-tools" and netinet/sctp.h is clearly available under recipe-sysroot/:

Re: [OE-core] [RFC] iptables: add systemd helper unit to load/restore rules

2016-10-03 Thread Pau Espin Pedrol
Hi, can you please use ${systemd_system_unitdir} instead of ${systemd_unitdir}/system? Pau Espin Pedrol 2016-09-08 13:29 GMT+02:00 Jack Mitchell <m...@embed.me.uk>: > From: Jack Mitchell <j...@embed.me.uk> > > there is currently no way to automatically load iptable rules &

Re: [OE-core] [PATCH 3/3] pulseaudio: fix to manage user services corretly

2016-09-09 Thread Pau Espin Pedrol
should be handled automatically by systemd.bbclass. If that's not the case, then probably there's some error in systemd.bbclass you should look into. Hope I explained myself better now. Regards! 2016-09-08 13:22 GMT+02:00 Tanu Kaskinen <ta...@iki.fi>: > On Thu, 2016-09-08 at 14:34

Re: [OE-core] [PATCH 2/3] systemd.bbclass: add support to manage user services

2016-09-09 Thread Pau Espin Pedrol
Hi, Pau Espin Pedrol 2016-09-08 4:33 GMT+02:00 ChenQi <qi.c...@windriver.com>: > On 09/07/2016 08:14 PM, Pau Espin Pedrol wrote: > > > 2016-09-07 11:22 GMT+02:00 Chen Qi <qi.c...@windriver.com>: > >> Add new variable SYSTEMD_USER_SERVICE and SYSTEM_USER_AUTO_

Re: [OE-core] [PATCH 2/3] systemd.bbclass: add support to manage user services

2016-09-07 Thread Pau Espin Pedrol
2016-09-07 11:22 GMT+02:00 Chen Qi : > Add new variable SYSTEMD_USER_SERVICE and SYSTEM_USER_AUTO_ENABLE > to manage user services. Their usage is like SYSTEMD_SERVICE and > SYSTEMD_AUTO_ENABLE. > > [YOCTO #7800] > > Signed-off-by: Chen Qi > --- >

Re: [OE-core] [PATCH 3/3] pulseaudio: fix to manage user services corretly

2016-09-07 Thread Pau Espin Pedrol
Pau Espin Pedrol 2016-09-07 11:22 GMT+02:00 Chen Qi <qi.c...@windriver.com>: > Make use of the new SYSTEMD_USER_SERVICE variable added in systemd.bbclass > to manage user services in pulseaudio-server package. > > Signed-off-by: Chen Qi <qi.c...@windriver.com> > ---

Re: [OE-core] [PATCH 00/42] General cleanage of systemd unitdir vars

2016-06-18 Thread Pau Espin Pedrol
more time on this. Pau Espin Pedrol 2016-03-13 20:12 GMT+01:00 Pau Espin Pedrol <pespin.s...@gmail.com>: > * These series of patches aim at improving the usage of some systemd > related variables > in several recipes from oe-core. Main aim is to change those r

Re: [OE-core] [PATCH v2] mdadm: add systemd support

2016-04-29 Thread Pau Espin Pedrol
2016-04-27 10:34 GMT+02:00 Li Xin <lixin.f...@cn.fujitsu.com>: > + ${D}${systemd_unitdir}/system/mdadm.service Hi, could you please use "${D}${systemd_system_unitdir}/mdadm.service" instead of "${D}${systemd_unitdir}/system/mdadm.service" in here?

[OE-core] [PATCH 36/42] bluez5: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/bluez5/bluez5.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index ff2bdcb..504c320

[OE-core] [PATCH 35/42] ofono: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/ofono/ofono.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index c415a39..5e40c6c

[OE-core] [PATCH 39/42] dpkg: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
* SYSTEMD_UNITDIR var is not present in the file, it can be safely removed Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-devtools/dpkg/dpkg.inc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc

[OE-core] [PATCH 40/42] systemd.bbclass: Remove user services too if systemd is not enabled

2016-03-13 Thread Pau Espin Pedrol
* Also change naming related to unitdir, as it's quite misleading because in here we are removing more stuff (parent directory) than just unitdir. Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/classes/systemd.bbclass | 19 +-- 1 file changed, 13 inse

[OE-core] [PATCH 37/42] avahi-ui: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb

[OE-core] [PATCH 38/42] opkg: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
* SYSTEMD_UNITDIR var is not present in the file, it can be safely removed Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-devtools/opkg/opkg_0.3.1.bb | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg_0.3.1

[OE-core] [PATCH 41/42] systemd: Remove usage of systemd_unitdir

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-core/systemd/systemd_229.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb index fcb22a3..f422d15

[OE-core] [PATCH 42/42] bitbake.conf: Mark systemd_unitdir as deprecated to avoid future use

2016-03-13 Thread Pau Espin Pedrol
* This var is not used anymore in oe-core, but it may still be used in some other layers. Let's leave it there for some more time to avoid crashes. Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core] [PATCH 31/42] xserver-nodm-init: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-graphics/x11-common/xserver-nodm-init.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserve

[OE-core] [PATCH 32/42] oprofileui-server: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/opro

[OE-core] [PATCH 33/42] consolekit: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-support/consolekit/consolekit_0.4.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb

[OE-core] [PATCH 34/42] alsa-utils: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb index a

[OE-core] [PATCH 24/42] tcf-agent: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index a

[OE-core] [PATCH 29/42] sysstat: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-extended/sysstat/sysstat.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index c353291..9e0e0cb

[OE-core] [PATCH 21/42] volatile-binds: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-core/volatile-binds/volatile-binds.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb

[OE-core] [PATCH 26/42] cronie: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-extended/cronie/cronie_1.5.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/cronie/cronie_1.5.0.bb b/meta/recipes-extended/cronie/cronie_1.5.0.bb index 697501a..5

[OE-core] [PATCH 27/42] lighttpd: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb

[OE-core] [PATCH 22/42] distcc: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-devtools/distcc/distcc_3.1.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb index f8879c8..e7b9e26

[OE-core] [PATCH 25/42] at: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-extended/at/at_3.1.18.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/at/at_3.1.18.bb b/meta/recipes-extended/at/at_3.1.18.bb index e83ea32..d7f99c5 100644 ---

[OE-core] [PATCH 23/42] run-postints: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb b/meta/recipes-devtools/run-postins

[OE-core] [PATCH 28/42] rpcbind: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb index c

[OE-core] [PATCH 30/42] xinetd: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb index 6bfaabe..9

[OE-core] [PATCH 17/42] systemd-compat-units: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-core/systemd/systemd-compat-units.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index 0

[OE-core] [PATCH 18/42] systemd-serialgetty: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-core/systemd/systemd-serialgetty.bb | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialge

[OE-core] [PATCH 10/42] openssh: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/openssh/openssh_7.1p2.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb b/meta/recipes-connectivity/openssh/openssh_7.

[OE-core] [PATCH 20/42] util-linux: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-core/util-linux/util-linux.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 08ca040..f3c5685

[OE-core] [PATCH 16/42] glibc-package: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-core/glibc/glibc-package.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index bad6424..e2644a9

[OE-core] [PATCH 14/42] busybox: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-core/busybox/busybox.inc | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 5e91a26..bd8c6aa

[OE-core] [PATCH 19/42] systemd: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-core/systemd/systemd_229.bb | 68 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb

[OE-core] [PATCH 08/42] neard: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/neard/neard_0.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/neard/neard_0.15.bb b/meta/recipes-connectivity/neard/neard_0.15.bb index 93bddb3..b

[OE-core] [PATCH 15/42] dropbear: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-core/dropbear/dropbear.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 1dce2a5..a34125c

[OE-core] [PATCH 12/42] ppp: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb index 4437b5c..5dab247

[OE-core] [PATCH 09/42] nfs-utils: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- .../nfs-utils/nfs-utils_1.3.3.bb | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb b/meta/recipes-connectivity/nfs

[OE-core] [PATCH 11/42] portmap: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/portmap/portmap_6.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/portmap/portmap_6.0.bb b/meta/recipes-connectivity/portmap/portmap_6.0.bb index 9

[OE-core] [PATCH 13/42] wpa-supplicant: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb b/meta/recipes-connectivi

[OE-core] [PATCH 07/42] dhcp: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/dhcp/dhcp.inc | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.inc index 9c4233b..c57eb03

[OE-core] [PATCH 05/42] bind: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/bind/bind_9.10.3-P3.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb b/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb index d

[OE-core] [PATCH 06/42] connman: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/connman/connman.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index c375251..5

[OE-core] [PATCH 04/42] avahi: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-connectivity/avahi/avahi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 81aad79..aaccb75 100644 ---

[OE-core] [PATCH 01/42] rootfs-postcommands: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/classes/rootfs-postcommands.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index e184667..d65e639

[OE-core] [PATCH 00/42] General cleanage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
-core/tree/systemd-var-fixes Pau Espin Pedrol (42): rootfs-postcommands: Fix usage of systemd unitdir vars acpid: Fix usage of systemd unitdir vars apmd: Fix usage of systemd unitdir vars avahi: Fix usage of systemd unitdir vars bind: Fix usage of systemd unitdir vars connman: Fix usage

[OE-core] [PATCH 03/42] apmd: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb index 4ff6ad0..e66a553 100644 ---

[OE-core] [PATCH 02/42] acpid: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.s...@gmail.com> --- meta/recipes-bsp/acpid/acpid.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index 12ec19b..181f448 100644 --- a/meta/recipes-bsp

Re: [OE-core] [PATCH] mdadm: Add systemd support

2016-02-04 Thread Pau Espin Pedrol
Please use ${systemd_system_unitdir} instead of ${systemd_unitdir}/system Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2016-02-02 3:22 GMT+01:00 Li Xin <lixin.f...@cn.fujitsu.com>: > Add mdadm.service to support systemd systems and add configurati

Re: [OE-core] [PATCH] iptables: Add systemd support

2016-02-04 Thread Pau Espin Pedrol
Please use ${systemd_system_unitdir} instead of ${systemd_unitdir}/system Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2016-02-02 5:19 GMT+01:00 Li Xin <lixin.f...@cn.fujitsu.com>: > Add iptables.service & ip6tables.service to support systemd system

Re: [OE-core] [PATCH] [v2] watchdog: enable systemd support

2016-02-02 Thread Pau Espin Pedrol
Hi, Please could you use ${systemd_system_unitdir} instead of ${systemd_unitdir}/system ? Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2016-01-25 3:48 GMT+01:00 <rongqing...@windriver.com>: > From: Roy Li <rongqing...@windriver.com> > > 1. inh

Re: [OE-core] [PATCH 3/4] lib/oe/rootfs: Use list_pkgs() instead of list()

2016-01-09 Thread Pau Espin Pedrol
Hi, I don't have the env to test the patch anymore. However, I have a question on this patch. I inline the comment in the code here, below the related lines: 2016-01-07 21:07 GMT+01:00 : > From: Mariano Lopez > > This patch changes

Re: [OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Pau Espin Pedrol
Hi, Better use "${systemd_system_unitdir}" instead of "${systemd_unitdir}/system". Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2015-11-30 18:41 GMT+01:00 Alexander Kanavin < alexander.kana...@linux.intel.com>: > Previously west

Re: [OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Pau Espin Pedrol
;systemd_unitdir/system"->"systemd_system_unitdir" in one of the two lines containing it! ;) Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.

Re: [OE-core] [PATCH v3 1/2] dbus: add user sessions support

2015-09-15 Thread Pau Espin Pedrol
Hi, I agree with Tanu. +1 enabling for user-session by default if systemd is used. Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2015-09-15 13:36 GMT+02:00 Tanu Kaskinen <ta...@iki.fi>: > On Mon, 2015-09-14 at 12:41 +0200, Andrew Shadura wrote: > >

[OE-core] [oe-core][PATCH v4 2/3] systemd.bbclass: Use systemd_system_unitdir

2015-07-30 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/classes/systemd.bbclass | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index cfe1eb5..46e72c7 100644 --- a/meta/classes/systemd.bbclass +++ b

[OE-core] [oe-core][PATCH v4 3/3] pulseaudio: Add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-30 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index

[OE-core] [oe-core][PATCH v4 1/3] bitbake.conf: Add nonarch_libdir and base systemd vars on it

2015-07-30 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/conf/bitbake.conf | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 730ab80..21f1698 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -32,7

Re: [OE-core] [oe-core][PATCH v3 2/3] systemd.bbclass: Use systemd_system_unitdir

2015-07-27 Thread Pau Espin Pedrol
/show_bug.cgi?id=7801 http://patches.openembedded.org/patch/97291/ Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2015-07-25 3:26 GMT+02:00 Khem Raj raj.k...@gmail.com: On Fri, Jul 24, 2015 at 7:02 AM, Pau Espin Pedrol pau.es...@aweurope.be wrote: Signed-off-by: Pau

Re: [OE-core] [oe-core][PATCH v3 2/3] systemd.bbclass: Use systemd_system_unitdir

2015-07-27 Thread Pau Espin Pedrol
OK Tanu, I will try to do some tests and prepare new patches during the following days. Thanks for reviewing, Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2015-07-25 9:29 GMT+02:00 Tanu Kaskinen tanu.kaski...@linux.intel.com: On Fri, 2015-07-24 at 17:10 +0200

Re: [OE-core] [oe-core][PATCH v3 2/3] systemd.bbclass: Use systemd_system_unitdir

2015-07-24 Thread Pau Espin Pedrol
${nonarch_libdir}? I think we should be better using ${nonarch_base_libdir} for those, as systemd guys themselves make distinction between both (prefix vs rootprefix). Any thoughts on this? I will redo the patches accordingly once I get some more opinions. Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com

[OE-core] [oe-core][PATCH v3 1/3] bitbake.conf: Add nonarch_libdir and base systemd vars on it

2015-07-24 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/conf/bitbake.conf | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 730ab80..26c548c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -32,7

[OE-core] [oe-core][PATCH v3 2/3] systemd.bbclass: Use systemd_system_unitdir

2015-07-24 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/classes/systemd.bbclass | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index cfe1eb5..46e72c7 100644 --- a/meta/classes/systemd.bbclass +++ b

[OE-core] [oe-core][PATCH v3 3/3] pulseaudio: Add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-24 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index

Re: [OE-core] [PATCH v2] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-22 Thread Pau Espin Pedrol
: On Thu, Jul 16, 2015 at 3:19 AM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: On Mon, 2015-07-13 at 09:22 -0700, Christopher Larson wrote: On Mon, Jul 13, 2015 at 9:17 AM, Pau Espin Pedrol

Re: [OE-core] [PATCH v2] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-13 Thread Pau Espin Pedrol
...@intel.com: On 10 July 2015 at 15:04, Pau Espin Pedrol pau.es...@aweurope.be wrote: +FILES_${PN}-server = ${bindir}/pulseaudio ${bindir}/start-* ${sysconfdir} ${bindir}/pactl */udev/rules.d/*.rules ${libdir}/systemd/user/* That's going to break in multiarch builds, ie systemd units go

Re: [OE-core] [PATCH v2] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-13 Thread Pau Espin Pedrol
2015-07-13 17:51 GMT+02:00 Christopher Larson clar...@kergoth.com: On Mon, Jul 13, 2015 at 3:23 AM, Pau Espin Pedrol pespin.s...@gmail.com wrote: I am not sure which is the behavior with those paths right now and how it should be. I just checked this: http://www.freedesktop.org/software

[OE-core] [PATCH] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-10 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index b309d26

[OE-core] [PATCH v2] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-10 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index

[OE-core] [PATCH][Daisy] mesa: Avoid leaving empty sysconfdir in mesa package

2015-06-08 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/recipes-graphics/mesa/mesa.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 96313b5..f88b2a4 100644 --- a/meta/recipes-graphics/mesa/mesa.inc