Re: [meta-intel] [Patch v4 5/6] core-image-minimal-initramfs: extend to support early microcode loading

2014-07-21 Thread Richard Purdie
On Fri, 2014-07-18 at 17:18 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > If the microcode support is enabled in the license flags, then consume the > microcode.cpio to generate an initrd which is extended with the earlyload > microcode support. > > This recipe now can option

[meta-intel] How should I do to make it boot on the low-end machine with 64MB main memory?

2014-07-21 Thread 황형원
Title: Samsung Enterprise Portal mySingle Hi,I'm trying to run Tizen Linux in the machine with Intel ivy bridge, and 64MB main memory. I followed the instructions in https://wiki.tizen.org/wiki/Tizen_on_yocto. But it failed to boot becuase out of memory. The image which is made after the instru

[meta-intel] How should I do to make it boot on the low-end machine with 64MB main memory?

2014-07-21 Thread 황형원
Title: Samsung Enterprise Portal mySingle Hi,I'm trying to run Tizen Linux in the machine with Intel ivy bridge, and 64MB main memory. I followed the instructions in https://wiki.tizen.org/wiki/Tizen_on_yocto. But it failed to boot becuase out of memory. The image which is made after the inst

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_

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