Re: [meta-intel] [PATCH 00/10] linux-yocto-dev kernel for meta-intel BSPs + misc changes

2013-03-04 Thread Tom Zanussi
On Wed, 2013-02-27 at 16:28 -0800, nitin.a.kam...@intel.com wrote:
 From: Nitin A Kamble nitin.a.kam...@intel.com
 
 This pull request makes the linux-yocto-dev kernel available for these
 meta-intel BSPs:
   nuc, chiefriver, fri2, fri2-noemgd, jasperforst, sugarbay, crownbay, 
   crownbay-noemgd, sys940x, sys940x-noemgd, emenlow, emenlow-noemgd
 
 Also the sys940x BSP is updated to use ithe newer emgd-1.16 graphics driver.
 And now unused emgd-1.14 recipe is removed from the tree.
 
 All these changes are tested on the respective BSPs except sys940x, for

Pulled into meta-intel/master.

Thanks,

Tom

 which I do not have a working hardware yet.
 
 Thanks,
 Nitin
 
 The following changes since commit 150be7c8fb97ac88737f6017fdf9dd47b273bb3e:
 
   meta-romley: change preferred kernel to 3.4 (2013-02-18 10:23:16 -0600)
 
 are available in the git repository at:
   git://git.yoctoproject.org/meta-intel-contrib nitin/misc
   http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc
 
 Nitin A Kamble (10):
   sys940x: use EMGD version 1.16 instead of 1.14
   remove the older 1.14 version emgd-driver-bin recipe
   sugarbay: linux-yocto-dev recipe extension
   jasperforest: linux-yocto-dev recipe extension
   nuc: linux-yocto-dev recipe extension
   chiefriver: linux-yocto-dev recipe extension
   crownbay: linux-yocto-dev recipe extension
   emenlow: linux-yocto-dev recipe extension
   fri2: linux-yocto-dev recipe extension
   sys940x: linux-yocto-dev recipe extension
 
  .../xorg-driver/emgd-driver-bin_1.14.bb|  163 
 
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   10 ++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   20 +++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   20 +++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   20 +++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |9 +
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   12 ++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |9 +
  meta-sys940x/README|8 +-
  meta-sys940x/conf/machine/sys940x.conf |2 +-
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   22 +++
  .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |4 +-
  12 files changed, 129 insertions(+), 170 deletions(-)
  delete mode 100644 
 common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb
  create mode 100644 
 meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 
 meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 
 meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 
 meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
 


___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 00/10] linux-yocto-dev kernel for meta-intel BSPs + misc changes

2013-02-28 Thread Tom Zanussi
On Wed, 2013-02-27 at 16:28 -0800, nitin.a.kam...@intel.com wrote:
 From: Nitin A Kamble nitin.a.kam...@intel.com
 
 This pull request makes the linux-yocto-dev kernel available for these
 meta-intel BSPs:
   nuc, chiefriver, fri2, fri2-noemgd, jasperforst, sugarbay, crownbay, 
   crownbay-noemgd, sys940x, sys940x-noemgd, emenlow, emenlow-noemgd
 
 Also the sys940x BSP is updated to use ithe newer emgd-1.16 graphics driver.
 And now unused emgd-1.14 recipe is removed from the tree.
 
 All these changes are tested on the respective BSPs except sys940x, for
 which I do not have a working hardware yet.

Hmm, getting this for crownbay:

trz@elmorro:/usr/local/dev/yocto/nitin-test/build$ bitbake core-image-sato
Pseudo is not present but is required, building this first before the main build
ERROR: ParseError at 
/usr/local/dev/yocto/nitin-test/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend:18:
 unparsed line: 'SRCREV_meta_crownbay-noemgd = 
fe20c99783387dab779472ff50a88666da1c6391'

Looks like a missing close-quote.  Haven't tried the others yet...

Tom

 
 Thanks,
 Nitin
 
 The following changes since commit 150be7c8fb97ac88737f6017fdf9dd47b273bb3e:
 
   meta-romley: change preferred kernel to 3.4 (2013-02-18 10:23:16 -0600)
 
 are available in the git repository at:
   git://git.yoctoproject.org/meta-intel-contrib nitin/misc
   http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc
 
 Nitin A Kamble (10):
   sys940x: use EMGD version 1.16 instead of 1.14
   remove the older 1.14 version emgd-driver-bin recipe
   sugarbay: linux-yocto-dev recipe extension
   jasperforest: linux-yocto-dev recipe extension
   nuc: linux-yocto-dev recipe extension
   chiefriver: linux-yocto-dev recipe extension
   crownbay: linux-yocto-dev recipe extension
   emenlow: linux-yocto-dev recipe extension
   fri2: linux-yocto-dev recipe extension
   sys940x: linux-yocto-dev recipe extension
 
  .../xorg-driver/emgd-driver-bin_1.14.bb|  163 
 
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   10 ++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   20 +++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   20 +++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   20 +++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |9 +
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   12 ++
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |9 +
  meta-sys940x/README|8 +-
  meta-sys940x/conf/machine/sys940x.conf |2 +-
  .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   22 +++
  .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |4 +-
  12 files changed, 129 insertions(+), 170 deletions(-)
  delete mode 100644 
 common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb
  create mode 100644 
 meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 
 meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 
 meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 
 meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend
  create mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
 


___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 00/10] linux-yocto-dev kernel for meta-intel BSPs + misc changes

2013-02-28 Thread Kamble, Nitin A


 -Original Message-
 From: Zanussi, Tom
 Sent: Thursday, February 28, 2013 8:09 AM
 To: Kamble, Nitin A
 Cc: meta-intel@yoctoproject.org; Hart, Darren;
 bruce.ashfi...@windriver.com
 Subject: Re: [PATCH 00/10] linux-yocto-dev kernel for meta-intel BSPs + misc
 changes
 
 On Wed, 2013-02-27 at 16:28 -0800, nitin.a.kam...@intel.com wrote:
  From: Nitin A Kamble nitin.a.kam...@intel.com
 
  This pull request makes the linux-yocto-dev kernel available for these
  meta-intel BSPs:
nuc, chiefriver, fri2, fri2-noemgd, jasperforst, sugarbay, crownbay,
crownbay-noemgd, sys940x, sys940x-noemgd, emenlow, emenlow-
 noemgd
 
  Also the sys940x BSP is updated to use ithe newer emgd-1.16 graphics
 driver.
  And now unused emgd-1.14 recipe is removed from the tree.
 
  All these changes are tested on the respective BSPs except sys940x,
  for which I do not have a working hardware yet.
 
 Hmm, getting this for crownbay:
 
 trz@elmorro:/usr/local/dev/yocto/nitin-test/build$ bitbake core-image-sato
 Pseudo is not present but is required, building this first before the main 
 build
 ERROR: ParseError at /usr/local/dev/yocto/nitin-test/meta-intel/meta-
 crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend:18: unparsed line:
 'SRCREV_meta_crownbay-noemgd =
 fe20c99783387dab779472ff50a88666da1c6391'
 
 Looks like a missing close-quote.  Haven't tried the others yet...


Just check the commits. Right the crownbay-noemgd SRCREV missed a closing quote.
I will do further checking here, and send an updated pull request.

Thanks,
Nitin
 
 Tom
 
 
  Thanks,
  Nitin
 
  The following changes since commit
 150be7c8fb97ac88737f6017fdf9dd47b273bb3e:
 
meta-romley: change preferred kernel to 3.4 (2013-02-18 10:23:16
  -0600)
 
  are available in the git repository at:
git://git.yoctoproject.org/meta-intel-contrib nitin/misc
 
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/m
  isc
 
  Nitin A Kamble (10):
sys940x: use EMGD version 1.16 instead of 1.14
remove the older 1.14 version emgd-driver-bin recipe
sugarbay: linux-yocto-dev recipe extension
jasperforest: linux-yocto-dev recipe extension
nuc: linux-yocto-dev recipe extension
chiefriver: linux-yocto-dev recipe extension
crownbay: linux-yocto-dev recipe extension
emenlow: linux-yocto-dev recipe extension
fri2: linux-yocto-dev recipe extension
sys940x: linux-yocto-dev recipe extension
 
   .../xorg-driver/emgd-driver-bin_1.14.bb|  163 
  
   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   10 ++
   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   20 +++
   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   20 +++
   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   20 +++
   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |9 +
   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   12 ++
   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |9 +
   meta-sys940x/README|8 +-
   meta-sys940x/conf/machine/sys940x.conf |2 +-
   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   22 +++
   .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |4 +-
   12 files changed, 129 insertions(+), 170 deletions(-)  delete mode
  100644 common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb
   create mode 100644
  meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend
   create mode 100644
  meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend
   create mode 100644
  meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
   create mode 100644
  meta-fri2/recipes-kernel/linux/linux-yocto-dev.bbappend
   create mode 100644
  meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend
   create mode 100644
  meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
   create mode 100644
  meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend
   create mode 100644
  meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
 
 

___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel