diff options
| -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 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 () { | |||
| 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 | } |
