[meta-xilinx] How do I generate core-image-minimal-<machine name>.cpio.gz.u-boot

SMITH Peter T peter.t.smith at alstom.com
Wed May 20 05:09:52 PDT 2015


Thank you Nathan. I understand what is controlling what now.

-----Original Message-----
From: Nathan Rossi [mailto:nathan at nathanrossi.com]
Sent: 20 May 2015 12:59
To: SMITH Peter T
Cc: meta-xilinx at yoctoproject.org
Subject: Re: [meta-xilinx] How do I generate core-image-minimal-<machine name>.cpio.gz.u-boot

On Wed, May 20, 2015 at 9:39 PM, SMITH Peter T <peter.t.smith at alstom.com> wrote:
> Hi,
>
> Excuse the beginners question, but how do I instruct the build system
> to generate core-image-minimal-<machine name>.cpio.gz.u-boot? I
> understand that I can alter IMAGE_FSTYPES to add cpio.gz? Is it as
> simple as adding cpio.gz.uboot?

Hi Peter,

By default all the machine configs in meta-xilinx generate the .cpio.gz.u-boot (or any machine that includes the machine-xilinx-default.inc).

To manually configure Yocto to build the cpio.gz.u-boot images the following two variables need to be set similar to the following.

IMAGE_FSTYPES ?= "tar.gz cpio cpio.gz.u-boot"
IMAGE_CLASSES += "image_types_uboot"

Regards,
Nathan

>
>
>
> Thanks
>
> Peter Smith
>
>
>
>
> ________________________________
> CONFIDENTIALITY : This e-mail and any attachments are confidential and
> may be privileged. If you are not a named recipient, please notify the
> sender immediately and do not disclose the contents to another person,
> use it for any purpose or store or copy the information in any medium.
>
> --
> _______________________________________________
> meta-xilinx mailing list
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx
>

________________________________
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.


More information about the meta-xilinx mailing list