.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
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
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
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
.
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
.
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
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
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
>>>
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
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
.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
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
, 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
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
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
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
.
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
.
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
.
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
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
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
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
22 matches
Mail list logo