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
372b61ae
Commit
372b61ae
authored
Aug 02, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initramfs-boot-android: adds a distro.conf
parent
b47cf06a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
53 additions
and
0 deletions
+53
-0
distro.conf
...pes-core/initrdscripts/initramfs-boot-android/distro.conf
+2
-0
initramfs-boot-android_1.0.bbappend
...es-core/initrdscripts/initramfs-boot-android_1.0.bbappend
+1
-0
psplash-bar-img.png
recipes-core/psplash/files/psplash-bar-img.png
+0
-0
psplash-colors.h
recipes-core/psplash/files/psplash-colors.h
+34
-0
psplash-poky-img.png
recipes-core/psplash/files/psplash-poky-img.png
+0
-0
psplash_git.bbappend
recipes-core/psplash/psplash_git.bbappend
+16
-0
No files found.
recipes-core/initrdscripts/initramfs-boot-android/distro.conf
0 → 100644
View file @
372b61ae
distro_name
=
"asteroid"
distro_rootfs_file
=
"/etc/asteroid-release"
recipes-core/initrdscripts/initramfs-boot-android_1.0.bbappend
0 → 100644
View file @
372b61ae
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
recipes-core/psplash/files/psplash-bar-img.png
0 → 100644
View file @
372b61ae
428 Bytes
recipes-core/psplash/files/psplash-colors.h
0 → 100644
View file @
372b61ae
/*
* pslash - a lightweight framebuffer splashscreen for embedded devices.
*
* Copyright (c) 2012 sleep(5) ltd
* Author: Tomas Frydrych <tomas@sleepfive.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_COLORS_H
#define _HAVE_PSPLASH_COLORS_H
/* This is the overall background color */
#define PSPLASH_BACKGROUND_COLOR 0xec,0xec,0xec
/* This is the color of any text output */
#define PSPLASH_TEXT_COLOR 0x6d,0x6d,0x6d
/* This is the color of the progress bar indicator */
#define PSPLASH_BAR_COLOR 0x6d,0x6d,0x6d
/* This is the color of the progress bar background */
#define PSPLASH_BAR_BACKGROUND_COLOR 0xec,0xec,0xec
#endif
recipes-core/psplash/files/psplash-poky-img.png
0 → 100644
View file @
372b61ae
7.92 KB
recipes-core/psplash/psplash_git.bbappend
0 → 100644
View file @
372b61ae
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
DEPENDS += "gdk-pixbuf-native"
SRC_URI += "file://psplash-colors.h \
file://psplash-bar-img.png"
SPLASH_IMAGES = "file://psplash-poky-img.png;outsuffix=default"
do_configure_append () {
cd ${S}
cp ../psplash-colors.h ./
cp ../psplash-bar-img.png ./psplash-bar.png
./make-image-header.sh ./psplash-bar.png BAR
}
# Erase psplash's pkg_postinst which masks psplash from systemd
pkg_postinst_${PN} () {
}
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