[meta-virtualization] [PATCH 4/4] xen-image-minimal : change SYSLINUXCFG to SYSLINUX_CFG

Bruce Ashfield bruce.ashfield at gmail.com
Tue Aug 22 19:47:18 PDT 2017


On Tue, Aug 22, 2017 at 1:08 AM, <christopher.w.clark at gmail.com> wrote:

> From: Christopher Clark <christopher.clark6 at baesystems.com>
>
> Fixes the build for xen-image-minimal.
>

What change triggered the need to update the variable ? It would be nice to
log that in the commit message.

I did a quick grep and didn't find the root cause.

Bruce


>
> Signed-off-by: Christopher Clark <christopher.clark6 at baesystems.com>
> ---
>  recipes-extended/images/xen-image-minimal.bb | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/recipes-extended/images/xen-image-minimal.bb
> b/recipes-extended/images/xen-image-minimal.bb
> index b8c2002..94240f6 100644
> --- a/recipes-extended/images/xen-image-minimal.bb
> +++ b/recipes-extended/images/xen-image-minimal.bb
> @@ -50,12 +50,12 @@ SYSLINUX_XEN_ARGS ?= "loglvl=all guest_loglvl=all
> console=com1,vga com1=115200,8
>  SYSLINUX_KERNEL_ARGS ?= "ramdisk_size=32768 root=/dev/ram0 rw
> console=hvc0 earlyprintk=xen console=tty0 panic=10 LABEL=boot debugshell=5"
>
>  build_syslinux_cfg () {
> -       echo "ALLOWOPTIONS 1" > ${SYSLINUXCFG}
> -       echo "DEFAULT boot" >> ${SYSLINUXCFG}
> -       echo "TIMEOUT 10" >> ${SYSLINUXCFG}
> -       echo "PROMPT 1" >> ${SYSLINUXCFG}
> -       echo "LABEL boot" >> ${SYSLINUXCFG}
> -       echo "  KERNEL mboot.c32" >> ${SYSLINUXCFG}
> -       echo "  APPEND /xen.gz ${SYSLINUX_XEN_ARGS} --- /vmlinuz
> ${SYSLINUX_KERNEL_ARGS} --- /initrd" >> ${SYSLINUXCFG}
> +       echo "ALLOWOPTIONS 1" > ${SYSLINUX_CFG}
> +       echo "DEFAULT boot" >> ${SYSLINUX_CFG}
> +       echo "TIMEOUT 10" >> ${SYSLINUX_CFG}
> +       echo "PROMPT 1" >> ${SYSLINUX_CFG}
> +       echo "LABEL boot" >> ${SYSLINUX_CFG}
> +       echo "  KERNEL mboot.c32" >> ${SYSLINUX_CFG}
> +       echo "  APPEND /xen.gz ${SYSLINUX_XEN_ARGS} --- /vmlinuz
> ${SYSLINUX_KERNEL_ARGS} --- /initrd" >> ${SYSLINUX_CFG}
>  }
>
> --
> 2.1.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20170822/a8b5e86f/attachment-0001.html>


More information about the meta-virtualization mailing list