[Buildroot] [PATCH 0/4] Add custom linux logo

Angelo Compagnucci angelo.compagnucci at gmail.com
Tue Sep 19 11:03:50 UTC 2017


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



More information about the buildroot mailing list