Re: [meta-intel] [PATCH] meta-intel.inc: Avoid installing thermald on poky-tiny

2017-09-25 Thread Mikko Ylinen
Hi, On 23/09/17 01:03, Alejandro Hernandez wrote: When using DISTRO=poky-tiny we dont need to have thermald and also it brings about ~4MB of dependencies. It's conceptually not right to have a distro dependency in the BSP settings, IMO. If your distro/image does not need something the BSP

Re: [meta-intel] DPDK -- move to a separate sublayer

2017-09-25 Thread Tan, Raymond
Hi Mark, > -Original Message- > From: Mark Hatle [mailto:mark.ha...@windriver.com] > Sent: Wednesday, September 20, 2017 11:30 PM > To: meta-intel@yoctoproject.org > Cc: Tan, Raymond ; Wold, Saul > > Subject: DPDK -- move to a separate sublayer > > I am looking at using the meta-intel v

Re: [meta-intel] meta-mono build boot kernel panic

2017-09-25 Thread Wold, Saul
On Sat, 2017-09-23 at 16:07 +0800, Lai Eddy wrote: > I have build and boot successfully the core-image-minial with > MACHINE = "intel-corei7-64" > > but after I add according to http://git.yoctoproject.org/cgit/cgit.cg > i/meta-mono/about/?h=daisy > IMAGE_INSTALL += " mono mono-helloworld" > (also

Re: [meta-intel] DPDK -- move to a separate sublayer

2017-09-25 Thread Wold, Saul
On Mon, 2017-09-25 at 12:54 +, Tan, Raymond wrote: > Hi Mark, > > > > -Original Message- > > From: Mark Hatle [mailto:mark.ha...@windriver.com] > > Sent: Wednesday, September 20, 2017 11:30 PM > > To: meta-intel@yoctoproject.org > > Cc: Tan, Raymond ; Wold, Saul > > > > Subject: DPDK

[meta-intel] [PATCH 2/3] dpdk: Move BSP specific configurations from recipes to machine.conf

2017-09-25 Thread Mark Hatle
The COMPATIBLE_MACHINE entry for dpdk recipes is set to 'null'. This will prevent arbitrary machines from trying to use the dpdk functionality. A compatible MACHINE must define itself as such for the dpdk recipes. Also the BSP aware target machine was similarly moved to the BSP. Embedding BSP s

[meta-intel] [PATCH 3/3] qat: Move BSP specific configurations from recipes to machine.conf

2017-09-25 Thread Mark Hatle
The COMPATIBLE_MACHINE entry for qat recipes is set to 'null'. This will prevent arbitrary machines from trying to use the qat functionality. A compatible MACHINE must define itself as such for the qat recipes. Embedding BSP specific knowledge into the recipe will cause the recipe to slowly get o

[meta-intel] [PATCH 0/3] Split out dpdk and qat from main meta-intel

2017-09-25 Thread Mark Hatle
See: https://github.com/mhatle/meta-intel.git mgh/split-dpdk-qat The purpose of this patch set is to cleanly split out the dpdk and qat components from the core meta-intel layer. There was a request to make the layers (both meta-dpdk and meta-qat) standalone, but unfortunately I do not have the t

[meta-intel] [PATCH 1/3] Move dpdk and qat components to meta-dpdk and meta-qat

2017-09-25 Thread Mark Hatle
meta-dpdk / meta-qat: * Move content from meta-intel/common * Create new basic README/LICENSE files from meta-intel * Create new layer.conf files * Fill out the maintainers files meta-intel: * update the maintainers files * bump the meta-intel layer version * add layer recommend No other content

[meta-intel] [PATCH 2/2] README*: Updates pyro -> rocko

2017-09-25 Thread Saul Wold
Signed-off-by: Saul Wold --- README | 2 +- meta-dpdk/README | 2 +- meta-qat/README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index a8fc912f..d16f6926 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ This layer depends on: URI: git:/

[meta-intel] [PATCH 1/2] lttng-modules: Add patch for API Change

2017-09-25 Thread Saul Wold
There was a patch back-ported into the linux-intel kernel that also requires a patch to lttng-modules for the updated API. Signed-off-by: Saul Wold --- ...-lttng-modules-PKT-4.9-yocto-build-failed.patch | 37 ++ .../recipes-kernel/lttng/lttng-modules_%.bbappend | 7 2

[meta-intel] [PATCH v2] linux-intel/4.9: Update both SRCREVs

2017-09-25 Thread California Sullivan
linux-intel change summary: * Revert "x86/acpi: Restore the order of CPU IDs" * Bluetooth driver fix * DRM update yocto-kernel-cache change summary: * Fix warnings with core2-32 * Add BRCFMAC_PCIE to support some broadcomm wifi drivers Signed-off-by: California Sullivan --- v2: couple more

Re: [meta-intel] meta-mono build boot kernel panic

2017-09-25 Thread Paul Eggleton
Hi Eddy, On Saturday, 23 September 2017 8:07:41 PM NZDT Lai Eddy wrote: > I have build and boot successfully the core-image-minial with > MACHINE = "intel-corei7-64" > > but after I add according to > http://git.yoctoproject.org/cgit/cgit.cgi/meta-mono/about/?h=daisy > IMAGE_INSTALL += " mono mon

Re: [meta-intel] [PATCH] meta-intel.inc: Avoid installing thermald on poky-tiny

2017-09-25 Thread Jussi Laako
On 25.09.2017 10:00, Mikko Ylinen wrote: On 23/09/17 01:03, Alejandro Hernandez wrote: When using DISTRO=poky-tiny we dont need to have thermald and also it brings about ~4MB of dependencies. It's conceptually not right to have a distro dependency in the BSP settings, IMO. If your distro/imag