-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
43 lines (30 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
This README file contains information on the contents of the meta-splash layer.
meta-splash layes allows customization of pshlash colors and image.
Please see the corresponding sections below for details.
Dependencies
============
URI: git://git.yoctoproject.org/poky
branch: master
Patches
=======
Please submit any patches against the meta-splash layer to the xxxx mailing list (xxxx@zzzz.org)
and cc: the maintainer:
Maintainer: Makame Makame <hamzamac@live.com>
How it's done
=================
I. Adding the meta-splash layer to your build
1. Clone meta-splash by running `git clone https://github.com/hamzamac/meta-splash.git`
2. Run 'bitbake-layers add-layer meta-splash' to add the layer to bitbake.conf
II. Customization
- Logo image customization
1. Rename your logo image to logo.png
2. Place the logo.png file in `meta-splash/recipes-core/psplash/files`
- Color customization
1. Customize the splash scereen colors in `meta-splash/recipes-core/psplash/customize.bb`
The following pspash variables can be modified
- BACKGROUND_COLOR
- TEXT_COLOR
- BAR_COLOR
- BAR_BACKGROUND_COLOR
III. Bake the recepie
- Run `bitbake psplash`