mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
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>
This commit is contained in:
@@ -0,0 +1,43 @@
|
|||||||
|
/* XPM */
|
||||||
|
static char * icon_xpm[] = {
|
||||||
|
"32 32 8 1",
|
||||||
|
" c None",
|
||||||
|
". c #D6DBDE",
|
||||||
|
"+ c #9BA6AE",
|
||||||
|
"@ c #60727D",
|
||||||
|
"# c #B8BFC5",
|
||||||
|
"$ c #A9E8F6",
|
||||||
|
"% c #12BCE4",
|
||||||
|
"& c #57D2EC",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" .++@@@@++. ",
|
||||||
|
" +@@@@@@@@@@@@+ ",
|
||||||
|
" #@@@@@@@@@@@@@@@@# ",
|
||||||
|
" +@@@@@@@@@@@@@@@@@@+ ",
|
||||||
|
" .@@@@@@@@++##+@@@@@@@@@. ",
|
||||||
|
" @@@@@@@. .@@@@@@@ ",
|
||||||
|
" +@@@@@+ $$$$ #@@@@@+ ",
|
||||||
|
" #@@@@@. $%%%%%%%%$ .@@@@@# ",
|
||||||
|
" @@@@@. &%%%%%%%%%%& .@@@@@ ",
|
||||||
|
" #@@@@+ %%%%%%%%%%%%%% +@@@@# ",
|
||||||
|
" @@@@@ &%%%%%%%%%%%%%%& @@@@@ ",
|
||||||
|
".@@@@. $%%%%%& $%%%%%& .@@@@.",
|
||||||
|
"+@@@@ %%%%% $%%%%%& @@@@+",
|
||||||
|
"+@@@+ %%%%$ $%%%%%& $$ +@@@+",
|
||||||
|
"@@@@+ $%%%% $%%%%%& $%$ +@@@@",
|
||||||
|
"@@@@# &%%%& &%%%%& $%%& #@@@@",
|
||||||
|
"@@@@. &%%%& %%%%& $%%%& .@@@@",
|
||||||
|
"@@@@# $%%%& &%%& &%%%$ #@@@@",
|
||||||
|
"+@@@+ $%%%% %%%%$ +@@@+",
|
||||||
|
"+@@@@ %%%%& &%%%% @@@@+",
|
||||||
|
"#@@@@ &%%%%& &%%%%& @@@@#",
|
||||||
|
" @@@@+ %%%%%%&$$&%%%%%% +@@@@ ",
|
||||||
|
" +@@@@. $%%%%%%%%%%%%%%$ .@@@@+ ",
|
||||||
|
" .@@@@@ $%%%%%%%%%%%%$ @@@@@. ",
|
||||||
|
" #++++. &%%%%%%%%& .++++# ",
|
||||||
|
" $&&%%&&$ ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" "};
|
||||||
@@ -3,14 +3,14 @@ SECTION = "base"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
|
|
||||||
PR = "r13"
|
PR = "r14"
|
||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
|
|
||||||
SRC_URI = "file://icon.xpm"
|
SRC_URI = "file://icon.xpm"
|
||||||
|
|
||||||
CMDLINE ?= ""
|
CMDLINE ?= ""
|
||||||
CMDLINE_DEBUG ?= "${@base_conditional('DISTRO_TYPE', 'release', 'quiet', 'debug',d)}"
|
CMDLINE_DEBUG ?= "quiet"
|
||||||
|
|
||||||
# Note: for qvga the label is currently limited to about 24 chars
|
# Note: for qvga the label is currently limited to about 24 chars
|
||||||
KEXECBOOT_LABEL ?= "${@d.getVar('DISTRO', True) or d.getVar('DISTRO_VERSION', True)}-${MACHINE}"
|
KEXECBOOT_LABEL ?= "${@d.getVar('DISTRO', True) or d.getVar('DISTRO_VERSION', True)}-${MACHINE}"
|
||||||
@@ -45,7 +45,7 @@ APPEND=${CMDLINE} ${CMDLINE_DEBUG}
|
|||||||
#
|
#
|
||||||
# Second kernel stanza.
|
# Second kernel stanza.
|
||||||
# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
|
# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
|
||||||
# LABEL=${DISTRO}-${MACHINE}-test
|
# LABEL=${KEXECBOOT_LABEL}-test
|
||||||
# APPEND=${CMDLINE}
|
# APPEND=${CMDLINE}
|
||||||
#' >> ${S}/boot.cfg
|
#' >> ${S}/boot.cfg
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user