[OE-core] [PATCH v2 0/2] logrotate: systemd support

2017-07-10 Thread Romain Perier
.html 2. https://lists.yoctoproject.org/pipermail/yocto/2017-April/035497.html Changes in v2: - Bumped logrotate to 3.12.3 - Refreshed patches (did not apply) - Fixed systemd support in the recipe: don't break sysvinit integration, keep systemd service enabled by default Romain Peri

[OE-core] [PATCH v2 2/2] logrotate: Add systemd support

2017-07-10 Thread Romain Perier
also configurable. Signed-off-by: Romain Perier --- .../recipes-extended/logrotate/logrotate_3.12.3.bb | 25 +++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/logrotate/logrotate_3.12.3.bb b/meta/recipes-extended/logrotate/logrotate_3.12.3

[OE-core] [PATCH v2 1/2] logrotate: Bump to 3.12.3

2017-07-10 Thread Romain Perier
This commit updates the recipe to the last upstream tag. Then, as the tarball no longer contains the pre-generated Makefile, inherit from autotools Signed-off-by: Romain Perier --- ...upport-system-dates-back-to-the-year-1970.patch | 27 .../logrotate/act-as-mv-when-rotate.patch

Re: [OE-core] [PATCH v4] busybox: make SYSLOGD optionnal

2017-05-29 Thread Romain Perier
Hello, Le 29/05/2017 à 00:30, Otavio Salvador a écrit : > On Sun, May 28, 2017 at 3:59 AM, Romain Perier > wrote: >> Some distros might choose another syslogd provider like rsyslogd. >> update-alternative will update the link from syslogd to the right >> provider. Howeve

[OE-core] [PATCH v4] busybox: make SYSLOGD optionnal

2017-05-28 Thread Romain Perier
. Signed-off-by: Romain Perier Acked-by: Otavio Salvador --- Changes in v4: - Added missing syslog.cfg (whoops, sorry guys!) Changes in v3: - Rebased onto oe-core master - Added Acked-by tag for Otavio Changes in v2: - Rebased onto master branch (thanks to patchwork) meta/recipes-core/busybox

[OE-core] [PATCH v3] busybox: make SYSLOGD optionnal

2017-05-27 Thread Romain Perier
. Signed-off-by: Romain Perier Acked-by: Otavio Salvador --- Changes in v3: - Rebased onto oe-core master - Added Acked-by tag for Otavio Changes in v2: - Rebased onto master branch (thanks to patchwork) meta/recipes-core/busybox/busybox.inc | 6 +++--- meta/recipes-core/busybox/busybox

[OE-core] [PATCH v3] logrotate: Add systemd support

2017-04-13 Thread Romain Perier
configurable. Signed-off-by: Romain Perier --- Changes in v3: - After a discussion with RP, that's preferable to integrate systemd support in the recipe of logrotate 3.9. QA testing will be passed on it, then we will see if this patch can be merged or delayed to master-next. - I have backp

Re: [OE-core] [yocto] [PATCH 1/2] logrotate: Bump to 3.11.0

2017-04-11 Thread Romain Perier
ping, Le 06/04/2017 à 14:20, Romain Perier a écrit : > Hello, > > > Le 06/04/2017 à 13:38, Richard Purdie a écrit : >> On Wed, 2017-04-05 at 17:05 +0200, Romain Perier wrote: >>> This commit updates the recipe to the last upstream tag. Then, as the >>>

Re: [OE-core] [PATCH 1/2] logrotate: Bump to 3.11.0

2017-04-06 Thread Romain Perier
Hello, Le 06/04/2017 à 13:38, Richard Purdie a écrit : > On Wed, 2017-04-05 at 17:05 +0200, Romain Perier wrote: >> This commit updates the recipe to the last upstream tag. Then, as the >> tarball no longer contains the pre-generated Makefile, inherit fr

[OE-core] [PATCH 2/2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
also configurable. Signed-off-by: Romain Perier --- .../recipes-extended/logrotate/logrotate_3.11.0.bb | 25 +++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/logrotate/logrotate_3.11.0.bb b/meta/recipes-extended/logrotate/logrotate_3.11.0

[OE-core] [PATCH 0/2] logrotate: systemd support

2017-04-05 Thread Romain Perier
.html Note: The default SRC_URI to be used for tarball is still under discussion on the ML. Do we use github or downloads.yoctoproject.org ? How do we upload the tarball ? Romain Perier (2): logrotate: Bump to 3.11.0 logrotate: Add systemd support .../recipes-extended/logrotate/logrotate_3.11.0

[OE-core] [PATCH 1/2] logrotate: Bump to 3.11.0

2017-04-05 Thread Romain Perier
This commit updates the recipe to the last upstream tag. Then, as the tarball no longer contains the pre-generated Makefile, inherit from autotools Signed-off-by: Romain Perier --- .../{logrotate_3.9.1.bb => logrotate_3.11.0.bb}| 23 +++--- 1 file changed, 11 inserti

Re: [OE-core] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
, Romain Perier a écrit : > Add yocto and Alexander to Cc: (sorry) > > Romain > > > Le 05/04/2017 à 11:30, Romain Perier a écrit : >> Hello, >> >> >> Le 05/04/2017 à 10:25, Alexander Kanavin a écrit : >>> On 04/05/2017 10:58 AM, Romain Perier w

Re: [OE-core] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
Add yocto and Alexander to Cc: (sorry) Romain Le 05/04/2017 à 11:30, Romain Perier a écrit : > Hello, > > > Le 05/04/2017 à 10:25, Alexander Kanavin a écrit : >> On 04/05/2017 10:58 AM, Romain Perier wrote: >>> ping >>> >> Is this available in newer

Re: [OE-core] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
Hello, Le 05/04/2017 à 10:25, Alexander Kanavin a écrit : > On 04/05/2017 10:58 AM, Romain Perier wrote: >> ping >> > > Is this available in newer upstream versions of logrotate? Should you > send it there first? > > Alex > No, not yet. Mhhh, we have variab

Re: [OE-core] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
ping Le 24/03/2017 à 09:46, Romain Perier a écrit : > Currently, this recipe only supports daily scheduling via a cron job. > This commit adds support for systemd, including systemd service and > systemd timer. When the corresponding distro feature is enabled the > systemd variant

[OE-core] [PATCH v2] busybox: make SYSLOGD optionnal

2017-04-03 Thread Romain Perier
. Signed-off-by: Romain Perier --- Changes in v2: - Rebased onto master branch (thanks to patchwork) meta/recipes-core/busybox/busybox.inc| 6 +++--- meta/recipes-core/busybox/busybox/defconfig | 20 +--- meta/recipes-core/busybox/busybox/syslog.cfg | 11 +++ meta

[OE-core] [PATCH] busybox: make SYSLOGD optionnal

2017-03-31 Thread Romain Perier
. Signed-off-by: Romain Perier --- meta/recipes-core/busybox/busybox.inc| 6 +++--- meta/recipes-core/busybox/busybox/defconfig | 20 +--- meta/recipes-core/busybox/busybox/syslog.cfg | 11 +++ meta/recipes-core/busybox/busybox_1.24.1.bb | 1 + meta/recipes-core

[OE-core] [PATCH v2] logrotate: Add systemd support

2017-03-24 Thread Romain Perier
. Signed-off-by: Romain Perier --- Changes in v2: - Make the systemd timer configurable (as this is distribution or target specific) .../logrotate/logrotate/logrotate.service | 9 .../logrotate/logrotate/logrotate.timer| 7 ++ meta/recipes-extended/logrotate

Re: [OE-core] [PATCH RESEND] logrotate: Add systemd support

2017-03-23 Thread Romain Perier
Hello, Please ignore this patch, I will send a v2 with improvements. Regards, Romain Le 23/03/2017 à 15:52, Romain Perier a écrit : > Currently, this recipe only supports daily scheduling via a cron job. > This commit adds support for systemd, including systemd service and > syst

[OE-core] [PATCH RESEND] logrotate: Add systemd support

2017-03-23 Thread Romain Perier
Currently, this recipe only supports daily scheduling via a cron job. This commit adds support for systemd, including systemd service and systemd timer. When the corresponding distro feature is enabled the systemd timer will be used instead of the cron job. Signed-off-by: Romain Perier --- Note

[OE-core] [PATCH v2] linux-firmware: package Broadcom BCM4354 firmware

2015-09-13 Thread Romain Perier
Signed-off-by: Romain Perier --- changes in v2: - changed short log message - included the package maintainer in cc: Note: we need this change for meta-rockchip meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff