mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
syslinux: add SYSLINUX_ROOT to APPEND line
By prepending the SYSLINUX_ROOT to the APPEND line, will allow a sane default to be set for the various syslinux images (From OE-Core rev: 47f53bc7998aa8390f846e939b6a7f6df3789777) 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
4fe569e949
commit
8ea3bf3821
@@ -23,6 +23,7 @@ SYSLINUXDIR = "/"
|
|||||||
ISO_BOOTIMG = "isolinux/isolinux.bin"
|
ISO_BOOTIMG = "isolinux/isolinux.bin"
|
||||||
ISO_BOOTCAT = "isolinux/boot.cat"
|
ISO_BOOTCAT = "isolinux/boot.cat"
|
||||||
MKISOFS_OPTIONS = "-no-emul-boot -boot-load-size 4 -boot-info-table"
|
MKISOFS_OPTIONS = "-no-emul-boot -boot-load-size 4 -boot-info-table"
|
||||||
|
APPEND_prepend = " ${SYSLINUX_ROOT} "
|
||||||
|
|
||||||
syslinux_populate() {
|
syslinux_populate() {
|
||||||
DEST=$1
|
DEST=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user