diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-06-17 22:34:45 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-18 22:11:14 +0100 |
commit | 4580b6532081a3efe40d0b720ac40997e12e9b15 (patch) | |
tree | 342e155ed6cb8ee51133d2ae939d530f6356d5a2 /meta-initramfs | |
parent | eb426661f4c8d00703627cb35540cdc7dd1ec58b (diff) | |
download | meta-openembedded-4580b6532081a3efe40d0b720ac40997e12e9b15.tar.gz |
kexecboot_cfg: add SUMMARY and extend DESCRIPTION
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb | 4 |
1 files changed, 3 insertions, 1 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 0b305f085c..6f21e5261f 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | DESCRIPTION = "Configuration file for kexecboot" | 1 | SUMMARY = "Configuration files for kexecboot" |
2 | DESCRIPTION = "Default icon and boot.cfg for kexecboot linux-as-bootloader." | ||
2 | SECTION = "base" | 3 | SECTION = "base" |
3 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
@@ -23,6 +24,7 @@ do_install_prepend () { | |||
23 | echo '# First kernel stanza. | 24 | echo '# First kernel stanza. |
24 | # Show this label in kexecboot menu. | 25 | # Show this label in kexecboot menu. |
25 | LABEL=${KEXECBOOT_LABEL} | 26 | LABEL=${KEXECBOOT_LABEL} |
27 | # | ||
26 | # Specify full kernel path on target. | 28 | # Specify full kernel path on target. |
27 | KERNEL=/boot/${KERNEL_IMAGETYPE} | 29 | KERNEL=/boot/${KERNEL_IMAGETYPE} |
28 | # | 30 | # |