From: Denys Dmytriyenko <denis@denix.org>
To: "Franklin S. Cooper Jr" <fcooperjr27@gmail.com>
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago-extras][PATCH] psplash: Add TI color customization
Date: Mon, 24 Sep 2012 16:58:13 -0400 [thread overview]
Message-ID: <20120924205813.GD4278@denix.org> (raw)
In-Reply-To: <1348274841-27630-1-git-send-email-fcooper@ti.com>
On Fri, Sep 21, 2012 at 07:47:21PM -0500, Franklin S. Cooper Jr wrote:
> * Port TI color customization from psplash-ti in oe-classic.
Again, a small discrepancy in the subject, not a big deal. Ack otherwise.
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
> .../0001-psplash-Add-Arago-custom-color.patch | 39 ++++++++++++++++++++
> .../recipes-core/psplash/psplash_git.bbappend | 3 +-
> 2 files changed, 41 insertions(+), 1 deletions(-)
> create mode 100644 meta-arago-distro/recipes-core/psplash/psplash/0001-psplash-Add-Arago-custom-color.patch
>
> diff --git a/meta-arago-distro/recipes-core/psplash/psplash/0001-psplash-Add-Arago-custom-color.patch b/meta-arago-distro/recipes-core/psplash/psplash/0001-psplash-Add-Arago-custom-color.patch
> new file mode 100644
> index 0000000..c13790e
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/psplash/psplash/0001-psplash-Add-Arago-custom-color.patch
> @@ -0,0 +1,39 @@
> +From be4eb4c5c3992deee2cfaa5da8913473623f728b Mon Sep 17 00:00:00 2001
> +From: Franklin S. Cooper Jr <fcooper@ti.com>
> +Date: Fri, 21 Sep 2012 15:18:24 -0500
> +Subject: [PATCH] psplash: Add Arago custom color
> +
> +* Port custom colors used in psplash-ti from oe-classic.
> +
> +Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> +---
> + psplash-colors.h | 8 ++++----
> + 1 files changed, 4 insertions(+), 4 deletions(-)
> +
> +diff --git a/psplash-colors.h b/psplash-colors.h
> +index d701089..a6a5992 100644
> +--- a/psplash-colors.h
> ++++ b/psplash-colors.h
> +@@ -20,15 +20,15 @@
> + #define _HAVE_PSPLASH_COLORS_H
> +
> + /* This is the overall background color */
> +-#define PSPLASH_BACKGROUND_COLOR 0xec,0xec,0xe1
> ++#define PSPLASH_BACKGROUND_COLOR 0x00,0x00,0x00
> +
> + /* This is the color of any text output */
> +-#define PSPLASH_TEXT_COLOR 0x6d,0x6d,0x70
> ++#define PSPLASH_TEXT_COLOR 0xff,0xff,0xff
> +
> + /* This is the color of the progress bar indicator */
> +-#define PSPLASH_BAR_COLOR 0x6d,0x6d,0x70
> ++#define PSPLASH_BAR_COLOR 0xe3,0x71,0x00
> +
> + /* This is the color of the progress bar background */
> +-#define PSPLASH_BAR_BACKGROUND_COLOR 0xec,0xec,0xe1
> ++#define PSPLASH_BAR_BACKGROUND_COLOR 0x00,0x00,0x00
> +
> + #endif
> +--
> +1.7.0.4
> +
> diff --git a/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend b/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend
> index b279daa..aaa6167 100644
> --- a/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend
> +++ b/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend
> @@ -1,7 +1,7 @@
> # look for files in this layer first
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> -PR_append = "-arago1"
> +PR_append = "-arago2"
>
> # Update which portion of the psplash.h file to use as a checksum. This tweak
> # has already been done in oe-core master
> @@ -14,6 +14,7 @@ SRC_URI += "file://psplash-18bpp.patch \
> file://0003-Updated-configurability.patch.patch \
> file://psplash-poky-img.h \
> file://psplash-bar-img.h \
> + file://0001-psplash-Add-Arago-custom-color.patch\
> "
>
> do_configure_prepend() {
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
prev parent reply other threads:[~2012-09-24 20:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-22 0:47 [meta-arago-extras][PATCH] psplash: Add TI color customization Franklin S. Cooper Jr
2012-09-24 20:58 ` Denys Dmytriyenko [this message]
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=20120924205813.GD4278@denix.org \
--to=denis@denix.org \
--cc=fcooperjr27@gmail.com \
--cc=meta-arago@arago-project.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.