mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
image-live: Allow LABELS to be modified
This is to allow other image types to set the syslinux labels (From OE-Core rev: 825e5a552bbaa215c55da4425e78df3c2f1cddaf) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e175f94ab6
commit
60597ab063
@@ -3,8 +3,9 @@ AUTO_SYSLINUXCFG = "1"
|
||||
INITRD_IMAGE ?= "core-image-minimal-initramfs"
|
||||
INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz"
|
||||
SYSLINUX_ROOT = "root=/dev/ram0 "
|
||||
SYSLINUX_TIMEOUT = "10"
|
||||
LABELS += "boot install"
|
||||
SYSLINUX_TIMEOUT ?= "10"
|
||||
SYSLINUX_LABELS ?= "boot install"
|
||||
LABELS_append = " ${SYSLINUX_LABELS} "
|
||||
|
||||
ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user