Re: [meta-intel] meta-intel.inc: Update INTRD to INITRD_LIVE

2016-03-30 Thread Patrick Ohly
Hello Saul! I noticed that you changed meta-intel.inc from extending INITRD to INITRD_LIVE: meta-intel rev: cdbf029110327a51c0 This address a boot issue based on using the new bootimg code that makes a distiction between Live and VM type of image so they can co-exisit. # for the ea

[meta-intel] [master][PATCH 1/3] meta-isg: qat16: fix v2.5.0 build with kernel v4.4

2016-03-30 Thread Rahul Kumar Gupta
The qat recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. The prototype of a func used in QAT16 is changed in kernel v4.4 Also, make sure that we point t

[meta-intel] [master][PATCH 0/3] Fix compilation failures in qat

2016-03-30 Thread Rahul Kumar Gupta
Dear Maintainer(s), These changes fix the build errors with qat16 v2.5.0-80, openssl-qat v0.4.9-009 and zlib-qat v0.4.7-002 against kernel 4.1.x and 4.4.x. These recipes currently rely on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this ex

[meta-intel] [master][PATCH 3/3] meta-isg: zlib-qat: explicitly set EXTRA_OEMAKE required

2016-03-30 Thread Rahul Kumar Gupta
The openssl recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Rahul Kumar Gupta --- meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4

[meta-intel] [master][PATCH 2/3] meta-isg: openssl-qat: fix configure and compilation

2016-03-30 Thread Rahul Kumar Gupta
'disable-static' option is there in EXTRA_OECONF variable. No such option is supported by configure script. So better to pass required option directly without using variable. This recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary

[meta-intel] [PATCH] tlk: layer.conf: Add proper priority and pattern

2016-03-30 Thread Stephano Cetola
It is expected that every layer provides a priority and its BBFILE_PATTERN. This includes the needed information in layer.conf. Signed-off-by: Stephano Cetola --- meta-tlk/conf/layer.conf | 4 1 file changed, 4 insertions(+) diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf

[meta-intel] [Portwell] Install Yocto on Samsung eMMC

2016-03-30 Thread 紀鵬遠
Dear Sirs, We’re facing issue on installing Yocto on Samsung eMMC. The eMMC model is as below. However, we tried to install on Micron eMMC and it’s no problem. We’re just wondering if Yocto needs to use with specific eMMC brand/model? KLMAG2GEND-B031 Thank you so much. Yours sincerely, Max C

Re: [meta-intel] meta-intel.inc: Update INTRD to INITRD_LIVE

2016-03-30 Thread Robert Yang
On 03/30/2016 04:45 PM, Patrick Ohly wrote: Hello Saul! I noticed that you changed meta-intel.inc from extending INITRD to INITRD_LIVE: meta-intel rev: cdbf029110327a51c0 This address a boot issue based on using the new bootimg code that makes a distiction between Live and VM type

Re: [meta-intel] meta-intel.inc: Update INTRD to INITRD_LIVE

2016-03-30 Thread Patrick Ohly
On Wed, 2016-03-30 at 17:12 +0800, Robert Yang wrote: > > On 03/30/2016 04:45 PM, Patrick Ohly wrote: > > Hello Saul! > > > > I noticed that you changed meta-intel.inc from extending INITRD to > > INITRD_LIVE: > > > > meta-intel rev: cdbf029110327a51c0 > > > > This address a boot issue based

Re: [meta-intel] [PATCH] tlk: layer.conf: Add proper priority and pattern

2016-03-30 Thread Saul Wold
On Wed, 2016-03-30 at 10:31 -0700, Stephano Cetola wrote: > It is expected that every layer provides a priority and its > BBFILE_PATTERN. This includes the needed information in > layer.conf. > > Signed-off-by: Stephano Cetola > --- >  meta-tlk/conf/layer.conf | 4 >  1 file chang

Re: [meta-intel] meta-intel.inc: Update INTRD to INITRD_LIVE

2016-03-30 Thread Robert Yang
On 03/31/2016 02:39 AM, Patrick Ohly wrote: On Wed, 2016-03-30 at 17:12 +0800, Robert Yang wrote: On 03/30/2016 04:45 PM, Patrick Ohly wrote: Hello Saul! I noticed that you changed meta-intel.inc from extending INITRD to INITRD_LIVE: meta-intel rev: cdbf029110327a51c0 This address a

Re: [meta-intel] meta-intel.inc: Update INTRD to INITRD_LIVE

2016-03-30 Thread Robert Yang
On 03/31/2016 09:19 AM, Robert Yang wrote: On 03/31/2016 02:39 AM, Patrick Ohly wrote: On Wed, 2016-03-30 at 17:12 +0800, Robert Yang wrote: On 03/30/2016 04:45 PM, Patrick Ohly wrote: Hello Saul! I noticed that you changed meta-intel.inc from extending INITRD to INITRD_LIVE: meta-intel

Re: [meta-intel] meta-intel.inc: Update INTRD to INITRD_LIVE

2016-03-30 Thread Patrick Ohly
On Thu, 2016-03-31 at 09:19 +0800, Robert Yang wrote: > > On 03/31/2016 02:39 AM, Patrick Ohly wrote: > > On Wed, 2016-03-30 at 17:12 +0800, Robert Yang wrote: > >> > >> On 03/30/2016 04:45 PM, Patrick Ohly wrote: > >>> Hello Saul! > >>> > >>> I noticed that you changed meta-intel.inc from extendi

Re: [meta-intel] meta-intel.inc: Update INTRD to INITRD_LIVE

2016-03-30 Thread Robert Yang
On 03/31/2016 01:18 PM, Patrick Ohly wrote: On Thu, 2016-03-31 at 09:19 +0800, Robert Yang wrote: On 03/31/2016 02:39 AM, Patrick Ohly wrote: On Wed, 2016-03-30 at 17:12 +0800, Robert Yang wrote: On 03/30/2016 04:45 PM, Patrick Ohly wrote: Hello Saul! I noticed that you changed meta-inte