Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel: update kernel version | Samuli Piippo | 2016-09-12 | 1 | -0/+0 |
| | | | | | Change-Id: Ic31ed346d6520b3bd6fc7a58e15a41e4496385c7 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> | ||||
* | intel-corei7-64: fix race in image generation | Louai Al-Khanji | 2016-07-29 | 2 | -10/+12 |
| | | | | | | | | | | | | | | | | Prepending to IMAGE_CMD_ext3 in order to push files into the rootfs is flaky for a couple of reasons. First, it is conceptually inconsistent with the rest of the build system - files that go into the rootfs should really by installed by packages through the regular mechanisms. Second, and what prompted this patch, with several concurrent image generation tasks this is just unsafe. I regularly experienced .tgz image generation failures, as tar complained that the files changed from under it. Since this is related to the grub-efi packaging on this particular device, just package the microcode into the required initramfs in that recipe. Change-Id: I4e037ddbb017d1764852310b0b77900cde260dd6 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> | ||||
* | Update license headers | Samuli Piippo | 2016-05-18 | 5 | -35/+75 |
| | | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com> | ||||
* | NUC: use the common intel-corei7-64 BSP | Samuli Piippo | 2016-04-08 | 7 | -0/+183 |
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 <teemu.holappa@theqtcompany.com> |