[meta-virtualization] [PATCH] xen-image-minimal: corrected popoulation xen.gz for syslinux

Bruce Ashfield bruce.ashfield at gmail.com
Mon Oct 9 09:39:23 PDT 2017


merged.

Bruce

On Sat, Oct 7, 2017 at 1:52 PM, Dariusz Pelowski
<dariusz.pelowski at gmail.com> 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 <dariusz.pelowski at gmail.com>
> ---
>  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
> 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"


More information about the meta-virtualization mailing list