mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
kexecboot_cfg: add SUMMARY and extend DESCRIPTION
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
parent
eb426661f4
commit
4580b65320
|
|
@ -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}
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user