diff options
-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 a158eb4d1b..5e331827f9 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 b06293cc1b..065e3c1a5e 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 |