Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-18 Thread Jan Claußen
Maybe on the next Yocto summit! :) On Nov. 18 2023, at 7:33 pm, Khem Raj wrote: > > > On Sat, Nov 18, 2023 at 10:27 AM Jan Claußen (mailto:jan.clausse...@web.de)> wrote: > > No idea if I did that right now. I really don't understand why you guys use > > the email based merge requests, but well.

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-18 Thread Khem Raj
On Sat, Nov 18, 2023 at 10:27 AM Jan Claußen wrote: > No idea if I did that right now. I really don't understand why you guys > use the email based merge requests, but well. > I can talk about it over a beer :) Thanks for treading along. > > On Nov. 18 2023, at 5:45 pm, Khem Raj wrote: > > tha

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-18 Thread Jan Claußen
No idea if I did that right now. I really don't understand why you guys use the email based merge requests, but well. On Nov. 18 2023, at 5:45 pm, Khem Raj wrote: > thats fine and thanks for update. However, if you can resend it via > git format-patch && git send-email then tools I use will capt

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-18 Thread Khem Raj
thats fine and thanks for update. However, if you can resend it via git format-patch && git send-email then tools I use will capture the v2 properly. On Sat, Nov 18, 2023 at 5:51 AM Jan Claußen wrote: > > So in this case it shoule be alright like this. The developer will have to > take care to

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-18 Thread Jan Claußen
So in this case it shoule be alright like this. The developer will have to take care to set its proper locale, but apart from that everything works. >From b242979231f4f32243b99cb8312fe4de07b0d87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Clau=C3=9Fen?= Date: Sat, 18 Nov 2023 14:45:27 +0100

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-14 Thread Khem Raj
On Tue, Nov 14, 2023 at 12:38 PM Jan Claußen wrote: > > So I have just tested btop on musl succesfully. > OK > I am questioning the need for the locales though. You can run btop with the > --utf-force flag and it will work well. If you want to run it without this > flag, you'll need to not onl

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-14 Thread Jan Claußen
So I have just tested btop on musl succesfully. I am questioning the need for the locales though. You can run btop with the --utf-force flag and it will work well. If you want to run it without this flag, you'll need to not only install the locales, but also add LC_ALL=en_US.UTF-8 LANG=en_US.UTF

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Jan Claußen
How did you build it? I have sent you a PM on IRC On Nov. 12 2023, at 9:21 pm, Khem Raj wrote: > On Sun, Nov 12, 2023 at 10:51 AM Jan Claußen wrote: > > > > No, it is an issue I have with images for the Pi Zero. I haven't build > > anything for musl at all, although it would probably a good cho

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Khem Raj
On Sun, Nov 12, 2023 at 10:51 AM Jan Claußen wrote: > > No, it is an issue I have with images for the Pi Zero. I haven't build > anything for musl at all, although it would probably a good choice for the Pi > Zero. > > I have no issues using Raspberry Pi OS or other distros btw, so the device is

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Jan Claußen
No, it is an issue I have with images for the Pi Zero. I haven't build anything for musl at all, although it would probably a good choice for the Pi Zero. I have no issues using Raspberry Pi OS or other distros btw, so the device is not the issue On Nov. 12 2023, at 7:49 pm, Khem Raj wrote: > h

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Khem Raj
hmm is that just seen with musl and works ok with glibc based images ? TCLIBC=musl bitbake core-image-base eg. will produce a musl based image which is expected to work On Sun, Nov 12, 2023 at 10:23 AM Jan Claußen wrote: > > Unfortunately I can't test it unless this gets solved (or I buy a diff

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Jan Claußen
Unfortunately I can't test it unless this gets solved (or I buy a different Raspberry Pi) https://github.com/agherzan/meta-raspberrypi/issues/1229 On Nov. 12 2023, at 6:43 pm, Khem Raj wrote: > TCLIBC=musl bitbake > > On Sun, Nov 12, 2023 at 9:24 AM Jan Claußen wrote: > > > > How to test it ag

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Khem Raj
TCLIBC=musl bitbake On Sun, Nov 12, 2023 at 9:24 AM Jan Claußen wrote: > > How to test it against musl btw? Build a musl-based system for Raspberry Pi > and see if it runs? > > On Nov. 12 2023, at 6:23 pm, Jan Claußen wrote: > > Yes, the CMake support was added two months ago and the release i

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Jan Claußen
How to test it against musl btw? Build a musl-based system for Raspberry Pi and see if it runs? On Nov. 12 2023, at 6:23 pm, Jan Claußen wrote: > Yes, the CMake support was added two months ago and the release is from 2022. > Cmake is also not supported by the main developer who seems to favor

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Jan Claußen
Yes, the CMake support was added two months ago and the release is from 2022. Cmake is also not supported by the main developer who seems to favor an advanced Makefile. In any case, it is easier to fix than the Makefile. I will go with the git version for now then until there is a new release.

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Khem Raj
On Sun, Nov 12, 2023 at 8:25 AM Jan Claußen wrote: > > I am trying with the tarball but it is quite hard, since it doesn't come with > a CMakeLists.txt. > There is a recipe here, but it involves a lot of patching which could > potentially be painful to maintain > > https://github.com/aristocrato

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-12 Thread Jan Claußen
I am trying with the tarball but it is quite hard, since it doesn't come with a CMakeLists.txt. There is a recipe here, but it involves a lot of patching which could potentially be painful to maintain https://github.com/aristocratos/btop/issues/330#issuecomment-1123685779 On Nov. 11 2023, at 8:0

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-11 Thread Khem Raj
On Sat, Nov 11, 2023 at 10:38 AM Jan Claußen wrote: > > It also needs a utf-8 locale to work. Else you have to force utf-8 mode with > a flag. I haven't included this as dependency at this point. you want to express all that is needed to get it running amicably. keeping in mind that we have glib

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-11 Thread Khem Raj
On Sat, Nov 11, 2023 at 10:35 AM Jan Claußen wrote: > > Glad that it arrived now! This is a really great resource monitor. It is > building from the git repository. Do you think it is better to use the > release instead? > Building from release is always better since we can build upon the relea

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-11 Thread Jan Claußen
It also needs a utf-8 locale to work. Else you have to force utf-8 mode with a flag. I haven't included this as dependency at this point. On Nov. 11 2023, at 7:35 pm, Jan Claußen wrote: > Glad that it arrived now! This is a really great resource monitor. It is > building from the git repository

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-11 Thread Jan Claußen
Glad that it arrived now! This is a really great resource monitor. It is building from the git repository. Do you think it is better to use the release instead? On Nov. 11 2023, at 7:30 pm, Khem Raj wrote: > Thanks for your contribution Jan > > On Sat, Nov 11, 2023 at 10:26 AM Jan Claußen wrot

Re: [oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-11 Thread Khem Raj
Thanks for your contribution Jan On Sat, Nov 11, 2023 at 10:26 AM Jan Claußen wrote: > > --- > meta-oe/recipes-support/btop/btop_1.2.13.bb | 23 + > 1 file changed, 23 insertions(+) > create mode 100644 meta-oe/recipes-support/btop/btop_1.2.13.bb > > diff --git a/meta-oe/recipe

[oe] [meta-oe][PATCH] recipes-support: Add btop

2023-11-11 Thread Jan Claußen
--- meta-oe/recipes-support/btop/btop_1.2.13.bb | 23 + 1 file changed, 23 insertions(+) create mode 100644 meta-oe/recipes-support/btop/btop_1.2.13.bb diff --git a/meta-oe/recipes-support/btop/btop_1.2.13.bb b/meta-oe/recipes-support/btop/btop_1.2.13.bb new file mode 100644 in