mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
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>
This commit is contained in:
@@ -21,11 +21,10 @@ do_configure_prepend () {
|
|||||||
|
|
||||||
do_install_prepend () {
|
do_install_prepend () {
|
||||||
echo '# First kernel stanza.
|
echo '# First kernel stanza.
|
||||||
# Specify full kernel path on target.
|
|
||||||
KERNEL=/boot/${KERNEL_IMAGETYPE}
|
|
||||||
|
|
||||||
# Show this label in kexecboot menu.
|
# Show this label in kexecboot menu.
|
||||||
LABEL=${KEXECBOOT_LABEL}
|
LABEL=${KEXECBOOT_LABEL}
|
||||||
|
# Specify full kernel path on target.
|
||||||
|
KERNEL=/boot/${KERNEL_IMAGETYPE}
|
||||||
#
|
#
|
||||||
# Append this tags to the kernel cmdline.
|
# Append this tags to the kernel cmdline.
|
||||||
APPEND=${CMDLINE} ${CMDLINE_DEBUG}
|
APPEND=${CMDLINE} ${CMDLINE_DEBUG}
|
||||||
@@ -44,8 +43,8 @@ APPEND=${CMDLINE} ${CMDLINE_DEBUG}
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Second kernel stanza.
|
# Second kernel stanza.
|
||||||
# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
|
|
||||||
# LABEL=${KEXECBOOT_LABEL}-test
|
# LABEL=${KEXECBOOT_LABEL}-test
|
||||||
|
# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
|
||||||
# APPEND=${CMDLINE}
|
# APPEND=${CMDLINE}
|
||||||
#' >> ${S}/boot.cfg
|
#' >> ${S}/boot.cfg
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user