Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
17fad30f
Commit
17fad30f
authored
Aug 20, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
psplash: use full screen image
parent
a9ae970d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletion
+37
-1
psplash-config.h
recipes-core/psplash/files/psplash-config.h
+34
-0
psplash_git.bbappend
recipes-core/psplash/psplash_git.bbappend
+3
-1
No files found.
recipes-core/psplash/files/psplash-config.h
0 → 100644
View file @
17fad30f
/*
* pslash - a lightweight framebuffer splashscreen for embedded devices.
*
* Copyright (c) 2014 MenloSystems GmbH
* Author: Olaf Mandel <o.mandel@menlosystems.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
#ifndef _HAVE_PSPLASH_CONFIG_H
#define _HAVE_PSPLASH_CONFIG_H
/* Text to output on program start; if undefined, output nothing */
#define PSPLASH_STARTUP_MSG ""
/* Bool indicating if the image is fullscreen, as opposed to split screen */
#define PSPLASH_IMG_FULLSCREEN 1
/* Position of the image split from top edge, numerator of fraction */
#define PSPLASH_IMG_SPLIT_NUMERATOR 5
/* Position of the image split from top edge, denominator of fraction */
#define PSPLASH_IMG_SPLIT_DENOMINATOR 6
#endif
recipes-core/psplash/psplash_git.bbappend
View file @
17fad30f
...
@@ -2,13 +2,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
...
@@ -2,13 +2,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
DEPENDS += "gdk-pixbuf-native"
DEPENDS += "gdk-pixbuf-native"
SRC_URI += "file://psplash-colors.h \
SRC_URI += "file://psplash-colors.h \
file://psplash-bar-img.png \
file://psplash-bar-img.png \
file://psplash-config.h \
file://0001-Don-t-draw-progress-and-message-bar.patch \
file://0001-Don-t-draw-progress-and-message-bar.patch \
"
"
SPLASH_IMAGES = "file://psplash-poky-img.png;outsuffix=default"
SPLASH_IMAGES = "file://psplash-poky-img.png;outsuffix=default"
do_configure_append () {
do_configure_append () {
cd ${S}
cd ${S}
cp ../psplash-colors.h ./
cp ../psplash-config.h ./psplash-config.h
cp ../psplash-colors.h ./psplash-colors.h
cp ../psplash-bar-img.png ./psplash-bar.png
cp ../psplash-bar-img.png ./psplash-bar.png
./make-image-header.sh ./psplash-bar.png BAR
./make-image-header.sh ./psplash-bar.png BAR
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment