merged. Bruce
On Sat, Oct 7, 2017 at 1:52 PM, Dariusz Pelowski <[email protected]> wrote: > syslinux images cannot boot because they're missing of xen.gz > file. Current poky doesn't use populate() function, instead > syslinux_populate() can be used. > > Signed-off-by: Dariusz Pelowski <[email protected]> > --- > recipes-extended/images/xen-image-minimal.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-extended/images/xen-image-minimal.bb > b/recipes-extended/images/xen-image-minimal.bb > index 827cc87..c39d378 100644 > --- a/recipes-extended/images/xen-image-minimal.bb > +++ b/recipes-extended/images/xen-image-minimal.bb > @@ -47,7 +47,7 @@ grubefi_populate_append() { > install -m 0644 ${DEPLOY_DIR_IMAGE}/xen-${MACHINE}.gz > ${DEST}${EFIDIR}/xen.gz > } > > -populate_append() { > +syslinux_populate_append() { > install -m 0644 ${DEPLOY_DIR_IMAGE}/xen-${MACHINE}.gz ${DEST}/xen.gz > } > > -- > 2.7.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
