Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Add custom linux logo
@ 2017-09-19 11:03 Angelo Compagnucci
  2017-09-19 11:03 ` [Buildroot] [PATCH 1/4] package/imagemagick: add host package Angelo Compagnucci
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Angelo Compagnucci @ 2017-09-19 11:03 UTC (permalink / raw)
  To: buildroot

Due to various requests I had, I decided to revamp this patch
I sent a while ago.

The rationale behind is:
* Having a simple way to overwrite the linux logo
* Keeping it simple supporting only modern hardware (no b/w or 16 colours)
* The host package for imagemagick was purposely kept simple to compile
  fast and give only the support needed to convert thw most widespread
  imagefile formats to kernel ppm.

The series adds also a default bootup logo to watermark our defconfigs.

I modified only a defconfig as a sample and included in the series.


Angelo Compagnucci (4):
  package/imagemagick: add host package
  linux: add custom linux logo
  docs/images: adding default buildroot linux logo
  configs: add linux boot logo to raspberrypi3 defconfig

 configs/raspberrypi3_defconfig             |  2 +
 docs/website/images/logo_linux_clut224.ppm | 84 ++++++++++++++++++++++++++++++
 linux/Config.in                            | 27 ++++++++++
 linux/linux.mk                             | 19 +++++++
 package/imagemagick/imagemagick.mk         | 11 ++++
 5 files changed, 143 insertions(+)
 create mode 100644 docs/website/images/logo_linux_clut224.ppm

-- 
2.7.4

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

end of thread, other threads:[~2018-02-06 14:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19 11:03 [Buildroot] [PATCH 0/4] Add custom linux logo Angelo Compagnucci
2017-09-19 11:03 ` [Buildroot] [PATCH 1/4] package/imagemagick: add host package Angelo Compagnucci
2017-09-19 11:03 ` [Buildroot] [PATCH 2/4] linux: add custom linux logo Angelo Compagnucci
2018-02-06 14:51   ` Thomas Petazzoni
2018-02-06 14:53   ` Thomas Petazzoni
2017-09-19 11:03 ` [Buildroot] [PATCH 3/4] docs/images: adding default buildroot " Angelo Compagnucci
2018-02-06 14:52   ` Thomas Petazzoni
2017-09-19 11:03 ` [Buildroot] [PATCH 4/4] configs: add linux boot logo to raspberrypi3 defconfig Angelo Compagnucci
2018-02-06 14:49   ` Bryce Ferguson

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