[oe-commits] Andrea Adami : kexecboot(-klibc): add SUMMARY, DESCRIPTION, HOMEPAGE

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: 1097e7ea19633169264a9f0238a5bc31fe5eb253
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1097e7ea19633169264a9f0238a5bc31fe5eb253

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

kexecboot(-klibc): add SUMMARY, DESCRIPTION, HOMEPAGE

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

---

 .../recipes-bsp/kexecboot/kexecboot-klibc_git.bb   |    1 +
 meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
index a158eb4..5e33182 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
@@ -9,3 +9,4 @@ S = "${WORKDIR}/git"
 inherit klibc
 
 require kexecboot.inc
+SUMMARY = "kexecboot linux-as-bootloader, statically compiled against klibc"
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc b/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
index b06293c..065e3c1 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
@@ -31,6 +31,9 @@
 #  --with-kexec-binary     look for kexec binary at path
 #                            [default="/usr/sbin/kexec"]
 ##########################
+SUMMARY = "kexecboot linux-as-bootloader"
+DESCRIPTION = "kexecboot is a graphical linux-as-bootloader implementation based on kexec."
+HOMEPAGE = "http://kexecboot.org"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 inherit autotools



More information about the Openembedded-commits mailing list