From 7a7547e8b4bc386e698489d2983ef94fadffa8a9 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 4 Sep 2012 13:54:20 -0700 Subject: psplash: Add TLK info to psplash image Signed-off-by: Saul Wold Acked-by: Tom Zanussi --- meta-tlk/recipes-core/psplash/files/psplash-tlk.png | Bin 0 -> 42295 bytes meta-tlk/recipes-core/psplash/psplash_git.bbappend | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 meta-tlk/recipes-core/psplash/files/psplash-tlk.png create mode 100644 meta-tlk/recipes-core/psplash/psplash_git.bbappend (limited to 'meta-tlk') diff --git a/meta-tlk/recipes-core/psplash/files/psplash-tlk.png b/meta-tlk/recipes-core/psplash/files/psplash-tlk.png new file mode 100644 index 00000000..54b8fae7 Binary files /dev/null and b/meta-tlk/recipes-core/psplash/files/psplash-tlk.png differ diff --git a/meta-tlk/recipes-core/psplash/psplash_git.bbappend b/meta-tlk/recipes-core/psplash/psplash_git.bbappend new file mode 100644 index 00000000..6b5258ef --- /dev/null +++ b/meta-tlk/recipes-core/psplash/psplash_git.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +DEPENDS += "gdk-pixbuf-native" + +PRINC = "6" + +# NB: this is only for the main logo image; if you add multiple images here, +# poky will build multiple psplash packages with 'outsuffix' in name for +# each of these ... +SPLASH_IMAGES = "file://psplash-tlk.png;outsuffix=default" -- cgit v1.2.3-54-g00ecf