diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-06-18 22:58:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-20 13:37:30 +0200 |
commit | 1e26b20707700b4a0b76f6ca50da0633f5e7ff08 (patch) | |
tree | 91bfad4bae0cbf6b41495f0ad420a65bebd62d9d /meta-initramfs | |
parent | 4683b70b14ddd1888267d6b2eba7d31eb7930f2c (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb | 7 |
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 4dca06c18..6f70edd09 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 () { | |||
21 | 21 | ||
22 | do_install_prepend () { | 22 | do_install_prepend () { |
23 | echo '# First kernel stanza. | 23 | echo '# First kernel stanza. |
24 | # Specify full kernel path on target. | ||
25 | KERNEL=/boot/${KERNEL_IMAGETYPE} | ||
26 | |||
27 | # Show this label in kexecboot menu. | 24 | # Show this label in kexecboot menu. |
28 | LABEL=${KEXECBOOT_LABEL} | 25 | LABEL=${KEXECBOOT_LABEL} |
26 | # Specify full kernel path on target. | ||
27 | KERNEL=/boot/${KERNEL_IMAGETYPE} | ||
29 | # | 28 | # |
30 | # Append this tags to the kernel cmdline. | 29 | # Append this tags to the kernel cmdline. |
31 | APPEND=${CMDLINE} ${CMDLINE_DEBUG} | 30 | APPEND=${CMDLINE} ${CMDLINE_DEBUG} |
@@ -44,8 +43,8 @@ APPEND=${CMDLINE} ${CMDLINE_DEBUG} | |||
44 | # | 43 | # |
45 | # | 44 | # |
46 | # Second kernel stanza. | 45 | # Second kernel stanza. |
47 | # KERNEL=/boot/${KERNEL_IMAGETYPE}-test | ||
48 | # LABEL=${KEXECBOOT_LABEL}-test | 46 | # LABEL=${KEXECBOOT_LABEL}-test |
47 | # KERNEL=/boot/${KERNEL_IMAGETYPE}-test | ||
49 | # APPEND=${CMDLINE} | 48 | # APPEND=${CMDLINE} |
50 | #' >> ${S}/boot.cfg | 49 | #' >> ${S}/boot.cfg |
51 | } | 50 | } |