[yocto] [meta-cgl][PATCH 3/3] initramfs: fix parsing issue with do to uboot inclusion

akuster808 akuster808 at gmail.com
Thu Feb 2 16:37:56 PST 2017


ignore this one. started at wrong location

-armin


On 02/02/2017 04:36 PM, Armin Kuster wrote:
> From: Armin Kuster <akuster at mvista.com>
>
> since the image type includes "uboot", need to inherit the class for it
>
> Signed-off-by: Armin Kuster <akuster at mvista.com>
> ---
>   meta-cgl-common/images/core-image-cgl-initramfs.bb | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-cgl-common/images/core-image-cgl-initramfs.bb b/meta-cgl-common/images/core-image-cgl-initramfs.bb
> index 0777b7c..2ebbdf5 100644
> --- a/meta-cgl-common/images/core-image-cgl-initramfs.bb
> +++ b/meta-cgl-common/images/core-image-cgl-initramfs.bb
> @@ -12,8 +12,8 @@ export IMAGE_BASENAME = "core-image-cgl-initramfs"
>   IMAGE_LINGUAS = ""
>   
>   LICENSE = "MIT"
> -
> -IMAGE_FSTYPES = "cpio.gz.u-boot"
> +IMAGE_CLASSES = " image_types_uboot"
> +IMAGE_FSTYPES ??= "cpio.gz.u-boot"
>   
>   IMAGE_ROOTFS_SIZE = "8192"
>   




More information about the yocto mailing list