> -Original Message-
> From: Burton, Ross [mailto:ross.bur...@intel.com]
> Sent: Monday, July 21, 2014 12:30 PM
> To: Kamble, Nitin A
> Cc: Zanussi, Tom; Hart, Darren; Purdie, Richard; meta-intel@yoctoproject.org
> Subject: Re: [Patch v4 4/6] image-ucode.bbclass: a new bbclass for initram
On 7/21/14, 12:29, "Burton, Ross" wrote:
>On 19 July 2014 01:18, wrote:
>> +IMAGE_TYPES += "cpio.gz.ucode"
>> +COMPRESSIONTYPES += "gz.ucode"
>> +COMPRESS_CMD_gz.ucode = "${COMPRESS_CMD_gz}; cat ${EARLY_UCODE_CPIO}
>>${IMAGE_NAME}.rootfs.${type}.gz > ${IMAGE_NAME}.rootfs.${type}.gz.ucode"
>> +C
On 19 July 2014 01:18, wrote:
> +IMAGE_TYPES += "cpio.gz.ucode"
> +COMPRESSIONTYPES += "gz.ucode"
> +COMPRESS_CMD_gz.ucode = "${COMPRESS_CMD_gz}; cat ${EARLY_UCODE_CPIO}
> ${IMAGE_NAME}.rootfs.${type}.gz > ${IMAGE_NAME}.rootfs.${type}.gz.ucode"
> +COMPRESS_DEPENDS_gz.ucode = "${COMPRESS_DEPENDS_
From: Nitin A Kamble
This provides extensions to the image_types and image-live classes to enable
the initramfs recipes with early microcode support.
Look at these bbclass files from the oecore layer for context, as this is
extending functionality available there.
meta/classes/image_types.bbcl