diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2012-02-22 22:05:32 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-23 16:46:32 +0100 |
| commit | 30122ec63d2cbd4ca9c52ffbd54fed3986cae679 (patch) | |
| tree | 92763a86a0888f1bfa9684515754abba25fdb5c5 /meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg | |
| parent | 2cf07dd7d0ca3f5c85e44716da866d89f1cceade (diff) | |
| download | meta-openembedded-30122ec63d2cbd4ca9c52ffbd54fed3986cae679.tar.gz | |
kexecboot_cfg: add missing default OE icon.xpm
* while there do minor cleanings wrt DISTRO vars:
* remove ${@base_conditional('DISTRO_TYPE',...
* fix label of second kernel stanza
* bump PR
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg')
| -rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm new file mode 100644 index 0000000000..6e6fd776d8 --- /dev/null +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * icon_xpm[] = { | ||
| 3 | "32 32 8 1", | ||
| 4 | " c None", | ||
| 5 | ". c #D6DBDE", | ||
| 6 | "+ c #9BA6AE", | ||
| 7 | "@ c #60727D", | ||
| 8 | "# c #B8BFC5", | ||
| 9 | "$ c #A9E8F6", | ||
| 10 | "% c #12BCE4", | ||
| 11 | "& c #57D2EC", | ||
| 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 | " "}; | ||
