On Tue, Aug 22, 2017 at 1:08 AM, <[email protected]> wrote:
> From: Christopher Clark <[email protected]> > > 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 <[email protected]> > --- > 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 > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
