summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
index 84c1116e3..4dca06c18 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
@@ -3,14 +3,14 @@ SECTION = "base"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
5 5
6PR = "r13" 6PR = "r14"
7 7
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_DEFAULT_DEPS = "1"
9 9
10SRC_URI = "file://icon.xpm" 10SRC_URI = "file://icon.xpm"
11 11
12CMDLINE ?= "" 12CMDLINE ?= ""
13CMDLINE_DEBUG ?= "${@base_conditional('DISTRO_TYPE', 'release', 'quiet', 'debug',d)}" 13CMDLINE_DEBUG ?= "quiet"
14 14
15# Note: for qvga the label is currently limited to about 24 chars 15# Note: for qvga the label is currently limited to about 24 chars
16KEXECBOOT_LABEL ?= "${@d.getVar('DISTRO', True) or d.getVar('DISTRO_VERSION', True)}-${MACHINE}" 16KEXECBOOT_LABEL ?= "${@d.getVar('DISTRO', True) or d.getVar('DISTRO_VERSION', True)}-${MACHINE}"
@@ -45,7 +45,7 @@ APPEND=${CMDLINE} ${CMDLINE_DEBUG}
45# 45#
46# Second kernel stanza. 46# Second kernel stanza.
47# KERNEL=/boot/${KERNEL_IMAGETYPE}-test 47# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
48# LABEL=${DISTRO}-${MACHINE}-test 48# LABEL=${KEXECBOOT_LABEL}-test
49# APPEND=${CMDLINE} 49# APPEND=${CMDLINE}
50#' >> ${S}/boot.cfg 50#' >> ${S}/boot.cfg
51} 51}