Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] package: add kmscon
@ 2021-04-03 10:16 qblade
  2021-04-03 12:18 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: qblade @ 2021-04-03 10:16 UTC (permalink / raw)
  To: buildroot

I added two packages, libtsm is a dependent library of kmscon.

kmscon does better than fbterm in 256color.

Multiple font engine support of kmscon will be added later, currently only unifont is supported.

I tested it on the following platforms and it works fine

x86_64 glibc musl uclibc
aarch64 glibc musl uclibc
i386 glibc musl uclibc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-package-add-libtsm.patch
Type: text/x-patch
Size: 2670 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210403/12476374/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-package-add-kmscon-a-terminal-emulator-based-on-linu.patch
Type: text/x-patch
Size: 2823 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210403/12476374/attachment-0001.bin>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] package: add kmscon
  2021-04-03 10:16 [Buildroot] package: add kmscon qblade
@ 2021-04-03 12:18 ` Thomas Petazzoni
  2021-04-03 13:22   ` [Buildroot] 回复: " qblade
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2021-04-03 12:18 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 03 Apr 2021 10:16:51 +0000
qblade via buildroot <buildroot@busybox.net> wrote:

> I added two packages, libtsm is a dependent library of kmscon.
> 
> kmscon does better than fbterm in 256color.
> 
> Multiple font engine support of kmscon will be added later, currently only unifont is supported.
> 
> I tested it on the following platforms and it works fine

Thanks a lot for your contribution! Could you use "git send-email" to
send your patches, so that each patch is a separate e-mail on the
mailing list, and we can do proper review on them ?

Thanks a lot!

Thomas Petazzoni
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] 回复: Re:  package: add kmscon
  2021-04-03 12:18 ` Thomas Petazzoni
@ 2021-04-03 13:22   ` qblade
  2021-04-03 13:35     ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: qblade @ 2021-04-03 13:22 UTC (permalink / raw)
  To: buildroot

The sad thing is that I am using a free email service, which does not provide smtp service for free users. I can only send emails through the web version. Is there really no other way to send patches?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot]  回复: Re:  package: add kmscon
  2021-04-03 13:22   ` [Buildroot] 回复: " qblade
@ 2021-04-03 13:35     ` Yann E. MORIN
  2021-04-03 13:47       ` qblade
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2021-04-03 13:35 UTC (permalink / raw)
  To: buildroot

Hello,

On 2021-04-03 13:22 +0000, qblade via buildroot spake thusly:
> The sad thing is that I am using a free email service, which does not
> provide smtp service for free users. I can only send emails through
> the web version. Is there really no other way to send patches?

You could try sending one patch per email:

 1. Be sure your commit are complete: titile, commit log, authorship and
    your Signed-off-by line, see:
        https://buildroot.org/downloads/manual/manual.html#submitting-patches

 2. prepare your patches with git format-patch

 3. send the first patch as attachment to the first mail, then the
    second patch as attachment to the second mail; make the mail subject
    (and body?) duplicate the commit title and commit log.

If all goes well, your patches should popup after a little while on the
list of pending ptches:
    https://patchwork.ozlabs.org/project/buildroot/list/

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot]  回复: Re:  package: add kmscon
  2021-04-03 13:35     ` Yann E. MORIN
@ 2021-04-03 13:47       ` qblade
  2021-04-03 14:21         ` qblade
  0 siblings, 1 reply; 6+ messages in thread
From: qblade @ 2021-04-03 13:47 UTC (permalink / raw)
  To: buildroot

Okay, I re-modified the email with reference to other emails in the mailing list and sent:

https://patchwork.ozlabs.org/project/buildroot/list/?series=237265

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot]  回复: Re:  package: add kmscon
  2021-04-03 13:47       ` qblade
@ 2021-04-03 14:21         ` qblade
  0 siblings, 0 replies; 6+ messages in thread
From: qblade @ 2021-04-03 14:21 UTC (permalink / raw)
  To: buildroot

Sorry, I sent a wrong patch before, this is the correct patch:

https://patchwork.ozlabs.org/project/buildroot/list/?series=237268

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-03 14:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 10:16 [Buildroot] package: add kmscon qblade
2021-04-03 12:18 ` Thomas Petazzoni
2021-04-03 13:22   ` [Buildroot] 回复: " qblade
2021-04-03 13:35     ` Yann E. MORIN
2021-04-03 13:47       ` qblade
2021-04-03 14:21         ` qblade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox