diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-06-17 22:34:46 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-18 22:11:14 +0100 |
commit | 1097e7ea19633169264a9f0238a5bc31fe5eb253 (patch) | |
tree | 8398140449d8832aadc43fbae6d7a63c74908c0a /meta-initramfs | |
parent | 4580b6532081a3efe40d0b720ac40997e12e9b15 (diff) | |
download | meta-openembedded-1097e7ea19633169264a9f0238a5bc31fe5eb253.tar.gz |
kexecboot(-klibc): add SUMMARY, DESCRIPTION, HOMEPAGE
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 1 | ||||
-rw-r--r-- | 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 a158eb4d1..5e331827f 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" | |||
9 | inherit klibc | 9 | inherit klibc |
10 | 10 | ||
11 | require kexecboot.inc | 11 | require kexecboot.inc |
12 | 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 b06293cc1..065e3c1a5 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc | |||
@@ -31,6 +31,9 @@ | |||
31 | # --with-kexec-binary look for kexec binary at path | 31 | # --with-kexec-binary look for kexec binary at path |
32 | # [default="/usr/sbin/kexec"] | 32 | # [default="/usr/sbin/kexec"] |
33 | ########################## | 33 | ########################## |
34 | SUMMARY = "kexecboot linux-as-bootloader" | ||
35 | DESCRIPTION = "kexecboot is a graphical linux-as-bootloader implementation based on kexec." | ||
36 | HOMEPAGE = "http://kexecboot.org" | ||
34 | LICENSE = "GPLv2" | 37 | LICENSE = "GPLv2" |
35 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 38 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
36 | inherit autotools | 39 | inherit autotools |