mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
kexecboot_cfg: add SUMMARY and extend DESCRIPTION
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
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"
|
SECTION = "base"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
@@ -23,6 +24,7 @@ do_install_prepend () {
|
|||||||
echo '# First kernel stanza.
|
echo '# First kernel stanza.
|
||||||
# Show this label in kexecboot menu.
|
# Show this label in kexecboot menu.
|
||||||
LABEL=${KEXECBOOT_LABEL}
|
LABEL=${KEXECBOOT_LABEL}
|
||||||
|
#
|
||||||
# Specify full kernel path on target.
|
# Specify full kernel path on target.
|
||||||
KERNEL=/boot/${KERNEL_IMAGETYPE}
|
KERNEL=/boot/${KERNEL_IMAGETYPE}
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user