[oe-commits] Andrea Adami : kexecboot_cfg: add SUMMARY and extend DESCRIPTION

git at git.openembedded.org git at git.openembedded.org
Tue Jun 18 21:05:20 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 4580b6532081a3efe40d0b720ac40997e12e9b15
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4580b6532081a3efe40d0b720ac40997e12e9b15

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Jun 17 22:34:45 2013 +0200

kexecboot_cfg: add SUMMARY and extend DESCRIPTION

 Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 .../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 0b305f0..6f21e52 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 @@
-DESCRIPTION = "Configuration file for kexecboot"
+SUMMARY = "Configuration files for kexecboot"
+DESCRIPTION = "Default icon and boot.cfg for kexecboot linux-as-bootloader."
 SECTION = "base"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
@@ -23,6 +24,7 @@ do_install_prepend () {
 echo '# First kernel stanza.
 # Show this label in kexecboot menu.
 LABEL=${KEXECBOOT_LABEL}
+#
 # Specify full kernel path on target.
 KERNEL=/boot/${KERNEL_IMAGETYPE}
 #



More information about the Openembedded-commits mailing list