<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/conf/distro/include/nuc.conf, branch QtAS-5.12.1</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-boot2qt.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=QtAS-5.12.1</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=QtAS-5.12.1'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2016-04-08T12:51:37+00:00</updated>
<entry>
<title>NUC: use the common intel-corei7-64 BSP</title>
<updated>2016-04-08T12:51:37+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-03-16T07:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=2f745904ddf909956d325594d99840891735556b'/>
<id>urn:sha1:2f745904ddf909956d325594d99840891735556b</id>
<content type='text'>
meta-intel no longer has specific BSPs for each machine, but they
share a common BSP based on the architecture.

Change-Id: Ibbb7b8b2153103367168ea37d904ce23bc245108
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>NUC: Use custom image layout</title>
<updated>2016-02-23T11:18:52+00:00</updated>
<author>
<name>Gatis Paeglis</name>
<email>gatis.paeglis@theqtcompany.com</email>
</author>
<published>2016-02-21T09:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=769ae5571a5501cbe9c3b12c560a3e6916bff4ca'/>
<id>urn:sha1:769ae5571a5501cbe9c3b12c560a3e6916bff4ca</id>
<content type='text'>
This patch adds a new image class 'image_dd', by default
it has an empty boot partition. image_dd_efi extends this
class to support Intel NUC board. The layout of a generated
image is a prerequisite for OSTree integarion.

Image generated by 'hddimg' produces rootfs.img (ext3
filesystem file) and then "live" boots it from initramfs
by mounting rootfs.img via loop device. For OTA integration
we need to access contents of rootfs.img already from
boot loader.

The custom 'image_nuc_efi' layout allow for fully atomic
updates on EFI based system, by keeping GRUB-EFI binary
on a dedicated EFI system partition (ESP). OSTree currently
is not fully atomic on EFI systems, but with this setup
we use GRUB-BIOS code path in OSTree, which is atomic.
After EFI firmware has loaded the GRUB-EFI binary, everything
else is done on rootfs parition.

One limitation from the above scenario is that you would
need to update /EFI/BOOT/bootx64.efi (GRUB-EFI) binary
manually. Not sure how common it is to update a boot loader
binary on a deployed system, but its not impossible.

Change-Id: Ibf2840aecd548000372131c4ded5cffa11ff1b0f
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Update license headers</title>
<updated>2016-02-09T10:15:02+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-09T06:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=e58e1e259754a721f108c3732d638c803ab70aaa'/>
<id>urn:sha1:e58e1e259754a721f108c3732d638c803ab70aaa</id>
<content type='text'>
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Generate deploy conf for flashing wizard</title>
<updated>2015-12-02T11:08:20+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-12-01T06:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=d2a64c24c0701e72094ad6fad7c629c6e8776fd0'/>
<id>urn:sha1:d2a64c24c0701e72094ad6fad7c629c6e8776fd0</id>
<content type='text'>
Change-Id: I23cc54e51b7d10db0fd64d6676bd86cdf029beda
Reviewed-by: Rainer Keller &lt;rainer.keller@theqtcompany.com&gt;
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Enabled tty1 login for nuc as there is not serial port available.</title>
<updated>2015-11-11T07:48:19+00:00</updated>
<author>
<name>Teemu Holappa</name>
<email>teemu.holappa@theqtcompany.com</email>
</author>
<published>2015-11-06T08:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=143e61048250cb6b90c005b0acfec3fbd3e1dd5d'/>
<id>urn:sha1:143e61048250cb6b90c005b0acfec3fbd3e1dd5d</id>
<content type='text'>
Change-Id: I5dd87f267667b9dbd5e1014238ae5fd332e54c5f
Reviewed-by: Samuli Piippo &lt;samuli.piippo@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Added support for DC3217IYE (nuc) device.</title>
<updated>2015-11-02T14:49:53+00:00</updated>
<author>
<name>Teemu Holappa</name>
<email>teemu.holappa@theqtcompany.com</email>
</author>
<published>2015-10-23T10:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=a2f8538312a7a213950685d9560105c7503df6cc'/>
<id>urn:sha1:a2f8538312a7a213950685d9560105c7503df6cc</id>
<content type='text'>
Removed imx6 specific wayland configurations from packagegroup-b2qt-embedded-toolchain-target.bb to imx6.inc.

Change-Id: I2b700b21bbf23fbaf59dcb8558b0b96b11bb81ec
Reviewed-by: Samuli Piippo &lt;samuli.piippo@theqtcompany.com&gt;
</content>
</entry>
</feed>
