Re: [meta-intel] [Patch v4 4/6] image-ucode.bbclass: a new bbclass for initramfs images

2014-07-25 Thread Kamble, Nitin A
> -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

Re: [meta-intel] [Patch v4 4/6] image-ucode.bbclass: a new bbclass for initramfs images

2014-07-21 Thread Hart, Darren
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

Re: [meta-intel] [Patch v4 4/6] image-ucode.bbclass: a new bbclass for initramfs images

2014-07-21 Thread Burton, Ross
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_

[meta-intel] [Patch v4 4/6] image-ucode.bbclass: a new bbclass for initramfs images

2014-07-18 Thread nitin . a . kamble
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