Re: [oe-core][PATCHv2] systemd: add less to RRECOMMENDS

2023-08-06 Thread Markus Volk
On Sat, Aug 5 2023 at 05:32:13 PM -03:00:00, Otavio Salvador 
 wrote:

Adding it by default seems overkill


That's true. I'll send a path for it


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185559): 
https://lists.openembedded.org/g/openembedded-core/message/185559
Mute This Topic: https://lists.openembedded.org/mt/100561087/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe-core][PATCHv2] systemd: add less to RRECOMMENDS

2023-08-05 Thread Otavio Salvador
Em sáb., 5 de ago. de 2023 às 04:03, Markus Volk  escreveu:
> journald uses less to display logs. less.busybox can do the
> job, but it rips out support for color/highlighting.
>
> So I would highly recommend to use the real 'less'
>
> Signed-off-by: Markus Volk 

I think this should be added depending on a PACKAGECONFIG. Adding it
by default seems overkill.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185556): 
https://lists.openembedded.org/g/openembedded-core/message/185556
Mute This Topic: https://lists.openembedded.org/mt/100561087/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe-core][PATCHv2] systemd: add less to RRECOMMENDS

2023-08-05 Thread Markus Volk
journald uses less to display logs. less.busybox can do the
job, but it rips out support for color/highlighting.

So I would highly recommend to use the real 'less'

Signed-off-by: Markus Volk 
---
 meta/recipes-core/systemd/systemd_253.7.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_253.7.bb 
b/meta/recipes-core/systemd/systemd_253.7.bb
index 1fd4556afd..20dcda5823 100644
--- a/meta/recipes-core/systemd/systemd_253.7.bb
+++ b/meta/recipes-core/systemd/systemd_253.7.bb
@@ -679,6 +679,7 @@ RDEPENDS:${PN} += "kmod dbus util-linux-mount 
util-linux-umount udev (= ${EXTEND
 RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 
'serial-getty-generator', '', 'systemd-serialgetty', d)}"
 RDEPENDS:${PN} += "volatile-binds"
 
+RRECOMMENDS:${PN} += "less"
 RRECOMMENDS:${PN} += "systemd-extra-utils \
   udev-hwdb \
   e2fsprogs-e2fsck \
-- 
2.41.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185548): 
https://lists.openembedded.org/g/openembedded-core/message/185548
Mute This Topic: https://lists.openembedded.org/mt/100561087/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-