<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/wic, branch 2.8_M2</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=2.8_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=2.8_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2019-06-20T02:03:55+00:00</updated>
<entry>
<title>wic: add image-installer.wks.in</title>
<updated>2019-06-20T02:03:55+00:00</updated>
<author>
<name>Chee Yang Lee</name>
<email>chee.yang.lee@intel.com</email>
</author>
<published>2019-06-20T01:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=ec0e7189cd6be82954eacc7ba109985ac0ac852f'/>
<id>urn:sha1:ec0e7189cd6be82954eacc7ba109985ac0ac852f</id>
<content type='text'>
This wks.in create image that perform installation similar to hddimg.
Partition in ext4 format allow rootfs size to be greater than hddimg
limit which is  4GB.

To build simple installer image, add below configuration to local.conf:

WKS_FILE = "image-installer.wks.in"
IMAGE_FSTYPES_append = " ext4"
IMAGE_TYPEDEP_wic = "ext4"
INITRD_IMAGE_LIVE="core-image-minimal-initramfs"
do_image_wic[depends] += "${INITRD_IMAGE_LIVE}:do_image_complete"
do_rootfs[depends] += "virtual/kernel:do_deploy"
IMAGE_BOOT_FILES_append = "\
    ${KERNEL_IMAGETYPE} \
    microcode.cpio \
    systemd-bootx64.efi;EFI/BOOT/bootx64.efi \
    ${IMAGE_ROOTFS}/boot/loader/loader.conf;loader/loader.conf \
    ${IMAGE_ROOTFS}/boot/loader/entries/boot.conf;loader/entries/boot.conf \
    ${IMGDEPLOYDIR}/${IMAGE_BASENAME}-${MACHINE}.ext4;rootfs.img \
    "

Signed-off-by: Chee Yang Lee &lt;chee.yang.lee@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>wic: pass APPEND to bootloader</title>
<updated>2019-03-07T01:47:19+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2019-03-04T21:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b5a428bc6be7e1c02ca7d0714e0a5d25f31b4a5f'/>
<id>urn:sha1:b5a428bc6be7e1c02ca7d0714e0a5d25f31b4a5f</id>
<content type='text'>
Rename the systemd and grub-efi .wks files to .wks.in, and replace all 'append'
entries apart from rootfstype (which is specific to the wks file) with
${APPEND}, so the values of APPEND from the BSP and user is respected.

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>wic: add wks for enabling grub-efi bootloader</title>
<updated>2018-06-04T08:00:42+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2018-06-04T08:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=902d162d3e5c8fa33d2d617e02320e64c7e58b03'/>
<id>urn:sha1:902d162d3e5c8fa33d2d617e02320e64c7e58b03</id>
<content type='text'>
Use our own wks when grub-efi is used and make sure that microcode is
early loaded.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>wic: add systemd-bootdisk-microcode.wks</title>
<updated>2018-04-13T23:41:13+00:00</updated>
<author>
<name>California Sullivan</name>
<email>california.l.sullivan@intel.com</email>
</author>
<published>2018-04-13T19:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4471c6835a59d1e5c70f0ddcb27e1e9913273ff0'/>
<id>urn:sha1:4471c6835a59d1e5c70f0ddcb27e1e9913273ff0</id>
<content type='text'>
Add wic kickstart file that includes microcode as an initrd for early
update support.

Signed-off-by: California Sullivan &lt;california.l.sullivan@intel.com&gt;
</content>
</entry>
<entry>
<title>Galileo: Remove remaining bits from RMC and WIC directory</title>
<updated>2017-12-08T23:04:46+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2017-12-08T14:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=0f266744f7d542a960a78226af35403f871ba5a6'/>
<id>urn:sha1:0f266744f7d542a960a78226af35403f871ba5a6</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: California Sullivan &lt;california.l.sullivan@intel.com&gt;
</content>
</entry>
<entry>
<title>core-image-tiny: Remove Quark reference and WKS file</title>
<updated>2017-12-08T23:04:46+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2017-12-08T14:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a7cdcce8b4db8de4e7d0d80a86ab5a83fc1e7a86'/>
<id>urn:sha1:a7cdcce8b4db8de4e7d0d80a86ab5a83fc1e7a86</id>
<content type='text'>
Since Quark is getting depercated remove reference and WKS file

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: California Sullivan &lt;california.l.sullivan@intel.com&gt;
</content>
</entry>
<entry>
<title>core-image-tiny: Provide a new image recipe for poky-tiny that boots from RAM</title>
<updated>2017-09-15T21:13:16+00:00</updated>
<author>
<name>Alejandro Hernandez</name>
<email>alejandro.hernandez@linux.intel.com</email>
</author>
<published>2017-09-15T19:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=989db4c0e7db84e52b4e564101a974ef59f1bba6'/>
<id>urn:sha1:989db4c0e7db84e52b4e564101a974ef59f1bba6</id>
<content type='text'>
This new image recipe creates an image from the artifacts
obtained after building core-image-tiny-initramfs, it boots
directly to a tiny rootfs provided by initrd

Signed-off-by: Alejandro Hernandez &lt;alejandro.hernandez@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>wic: Move WKS newer common location</title>
<updated>2017-07-12T20:35:59+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2017-07-12T20:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=248b47feb364828087f00d1934d85234df6e0be2'/>
<id>urn:sha1:248b47feb364828087f00d1934d85234df6e0be2</id>
<content type='text'>
This cleans up the wic scripts location to match the newer top-level
wic directory location.

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
</feed>
