aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-06-18 22:58:04 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-06-20 13:37:30 +0200
commit1e26b20707700b4a0b76f6ca50da0633f5e7ff08 (patch)
tree91bfad4bae0cbf6b41495f0ad420a65bebd62d9d /meta-initramfs/recipes-bsp
parent4683b70b14ddd1888267d6b2eba7d31eb7930f2c (diff)
downloadmeta-openembedded-contrib-1e26b20707700b4a0b76f6ca50da0633f5e7ff08.tar.gz
kexecboot-cfg: update and use new LABEL separator
* previously the sections were separated by KERNEL string 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')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb7
1 files changed, 3 insertions, 4 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 4dca06c180..6f70edd09a 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
@@ -21,11 +21,10 @@ do_configure_prepend () {
do_install_prepend () {
echo '# First kernel stanza.
-# Specify full kernel path on target.
-KERNEL=/boot/${KERNEL_IMAGETYPE}
-
# Show this label in kexecboot menu.
LABEL=${KEXECBOOT_LABEL}
+# Specify full kernel path on target.
+KERNEL=/boot/${KERNEL_IMAGETYPE}
#
# Append this tags to the kernel cmdline.
APPEND=${CMDLINE} ${CMDLINE_DEBUG}
@@ -44,8 +43,8 @@ APPEND=${CMDLINE} ${CMDLINE_DEBUG}
#
#
# Second kernel stanza.
-# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
# LABEL=${KEXECBOOT_LABEL}-test
+# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
# APPEND=${CMDLINE}
#' >> ${S}/boot.cfg
}