Re: [meta-intel] [PATCH] rmc: enable serial console when running under QEMU

2017-03-21 Thread Minchev, Todor
QEMU inserts its default machine type into the processor information field (SMBIOS type 2 structure) which results in different fingerprints. QEMU 2.6 Finger 2 value : pc-i440fx-2.6 QEMU 2.8 Finger 2 value : pc-i440fx-2.8 The 'pc' machine type is an alias to the default machine. pc -> pc-i440f

[meta-intel] [PATCH v2] linux-intel: Update SRCREV to latest

2017-03-21 Thread Saul Wold
This includes a update to 4.9.15 as well as a re-work of the DRM patch set The team increased their testing to handle allyes and allno configs so addressed the DRM fix.cfg patch. Signed-off-by: Saul Wold --- v2: Actually remove the fix.cfg file! common/recipes-kernel/linux/linux-intel/fix.cfg

[meta-intel] [PATCH] linux-intel: Update SRCREV to latest

2017-03-21 Thread Saul Wold
This includes a update to 4.9.15 as well as a re-work of the DRM patch set The team increased their testing to handle allyes and allno configs so addressed the DRM fix.cfg patch. Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-intel_4.9.bb | 7 ++- 1 file changed, 2 insertions

Re: [meta-intel] [PATCH] Include recommended packges for all Intel machines

2017-03-21 Thread Wold, Saul
On Tue, 2017-03-21 at 11:39 +0200, Jussi Laako wrote: > On 21.03.2017 01:59, Cal Sullivan wrote: > > > > The addition of kernel-modules is going to greatly increase the > > size of > > -minimal images for intel-corei7-64 and intel-core2-32, as these > > configurations build a lot of modules. I thi

Re: [meta-intel] [PATCH] Include recommended packges for all Intel machines

2017-03-21 Thread Cal Sullivan
On 03/21/2017 02:39 AM, Jussi Laako wrote: On 21.03.2017 01:59, Cal Sullivan wrote: The addition of kernel-modules is going to greatly increase the size of -minimal images for intel-corei7-64 and intel-core2-32, as these configurations build a lot of modules. I think it would be best to leave

Re: [meta-intel] [PATCH] Include recommended packges for all Intel machines

2017-03-21 Thread Alejandro Hernandez
On 03/20/2017 05:59 PM, Cal Sullivan wrote: Hi Jussi, On 03/20/2017 06:08 AM, Jussi Laako wrote: Moves common MACHINE_EXTRA_RRECOMMENDS to a common include file and add thermald to MACHINE_EXTRA_RRECOMMENDS. Signed-off-by: Jussi Laako --- conf/machine/include/meta-intel.inc | 3 +++ conf

Re: [meta-intel] Intel Atom E3845 Support

2017-03-21 Thread Hofemeier, Ulf
Hi Arun, Gordon Ridge is a Broxton-p processor based platform. You can ask additional questions about this platform on this mailing list, Thanks, Ulf On 3/21/17, 5:49 AM, "meta-intel-boun...@yoctoproject.org on behalf of Biyani Arun (CM/ENA-SW)" wrote: I have not posted to this news gro

Re: [meta-intel] Intel Atom E3845 Support

2017-03-21 Thread Hofemeier, Ulf
Hi Ian, The E3845 Atom processor is supported by Yocto through the meta-intel layer. Thanks, Ulf On 3/17/17, 1:08 AM, "meta-intel-boun...@yoctoproject.org on behalf of ian c" wrote: Hi, I am a newbie in yocto. I have a custom hardware with Intel Atom E3845, 4GB ECC RAM and 16

Re: [meta-intel] Intel Atom E3845 Support

2017-03-21 Thread Biyani Arun (CM/ENA-SW)
I have not posted to this news group before. In fact, I don't even know if this is the right place. I am working with an Intel x86_64 board which is called "Gordon Ridge Modular Reference Board". I also hear the terms "Skylake" & "Broxton" with reference to this board. 1. What is the relationshi

[meta-intel] [PATCH] rmc: enable serial console when running under QEMU

2017-03-21 Thread Dmitry Rozhkov
Since we can run ordinary intel-corei7-64 wic images under QEMU it makes sense to add QEMU quirks enabling serial console to the RMC DB. This patch appends "console=ttyS0,115200" to kernel command line in case the image is used to run a QEMU VM e.g. with the command: $ runqemu ovmf refkit-ima

Re: [meta-intel] [PATCH] Include recommended packges for all Intel machines

2017-03-21 Thread Jussi Laako
On 21.03.2017 01:59, Cal Sullivan wrote: The addition of kernel-modules is going to greatly increase the size of -minimal images for intel-corei7-64 and intel-core2-32, as these configurations build a lot of modules. I think it would be best to leave this one in only intel-quark. On the other h