[yocto] image_types_uboot

McClintock Matthew-B29882 B29882 at freescale.com
Wed Sep 21 21:33:11 PDT 2011


On Wed, Sep 21, 2011 at 8:56 PM, Ni Qingliang
<niqingliang at insigma.com.cn> wrote:
> Hello, All:
>
> when using "IMAGE_FSTYPES="ext2.gz.u-boot", I can't get what was
> expected.
>
> I can found it in "image_types_uboot.bbclass", but "image.bbclass" only
> "inherit image_types", not "image_types_uboot".
>
> what can I do? How about substitute the "inherit image_types" by
> "inherit image_types_uboot" in "image.bbclass"?

You can add:

INHERIT += "image_types_uboot"

to your local.conf to enable these types. At some point it would be
good if we do this by default.

-M


More information about the yocto mailing list