From: Angelo Compagnucci <angelo.compagnucci@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/4] Add custom linux logo
Date: Tue, 19 Sep 2017 13:03:50 +0200 [thread overview]
Message-ID: <1505819034-29610-1-git-send-email-angelo.compagnucci@gmail.com> (raw)
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
next reply other threads:[~2017-09-19 11:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-19 11:03 Angelo Compagnucci [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1505819034-29610-1-git-send-email-angelo.compagnucci@gmail.com \
--to=angelo.compagnucci@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox