[meta-intel] [PATCH 0/5] removed meta-isg and meta-mohonpeak

Wold, Saul saul.wold at intel.com
Mon Nov 28 12:59:03 PST 2016


On Thu, 2016-11-24 at 01:33 +0000, Gupta, Rahul KumarXX wrote:
> Hi Saul,
> 
> > 
> > Unfortunately, this is too late for the meta-intel-6.0 release, we
> > built the rc2
> > yesterday. I will work on merging this early next week to master,
> > but it won't
> > be part of the morty release.
> > 
> > Sau!
> 
> Are these changes for master being reviewed?
> Please merge these to master if looks ok.
> 
Sorry, I was holding patches until we had the meta-intel-6.0 release
completed.  It completed last week and with the holiday, will be
released today.  

I merged your patches today into master.

Sorry and thanks for your patience.

Sau!

> Thanks
> Rahul
>  
> > 
> > 
> > On Fri, 2016-11-11 at 17:38 +0800, Rahul Kumar Gupta wrote:
> > > 
> > > Dear Maintainer(s),
> > > 
> > > This series of patches will
> > > Add ttyS1 to SERIAL_CONSOLES, since some of the intel boards are
> > > using
> > > this port. This variable will provide the login prompt to the
> > > console.
> > > 
> > > Add ASPEED graphics card driver to common BSP since some of the
> > > intel
> > > boards are using this.
> > > 
> > > Add support for mohonpeak in rmc. so that kernel boot/install
> > > procedure can be customized according to the board specific
> > > requirments.
> > > 
> > > Remove mohonpeak BSP layer ie. meta-mohonpeak from meta-isg
> > > layer.
> > > Since the plan is to consolidate all Intel SoC BSP into intel
> > > common
> > > BSP.
> > > 
> > > Remove empty layer meta-isg. since all content of this layer has
> > > been
> > > moved/consolidated to common.
> > > 
> > > The image has been tested with mohonPeak platform using intel-
> > > corei7-
> > > 64 BSP.
> > > 
> > > Please merge in master if it looks ok.
> > > 
> > > Thanks,
> > > 
> > > Rahul Kumar Gupta (5):
> > >   intel-core*: add ttyS1 to SERIAL_CONSOLES
> > >   intel-core*: Add ASPEED Xserver driver
> > >   rmc: Add support for MohonPeak platform
> > >   meta-isg/meta-mohonpeak: remove BSP layer
> > >   meta-isg: removing meta-isg layer
> > > 
> > >  .../rmc/boards/mohonpeak/BOOTENTRY.CONFIG          |   2 +
> > >  .../rmc/boards/mohonpeak/INSTALLER.CONFIG          |   3 +
> > >  common/recipes-bsp/rmc/boards/mohonpeak/KBOOTPARAM |   1 +
> > >  .../rmc/boards/mohonpeak/POSTINSTALL.sh            |   3 +
> > >  common/recipes-bsp/rmc/boards/mohonpeak/boot.conf  |   4 +
> > >  .../recipes-bsp/rmc/boards/mohonpeak/install.conf  |   4 +
> > >  .../recipes-bsp/rmc/boards/mohonpeak/mohonpeak.fp  | Bin 0 ->
> > > 121
> > > bytes
> > >  conf/machine/intel-core2-32.conf                   |   3 +-
> > >  conf/machine/intel-corei7-64.conf                  |   3 +-
> > >  meta-isg/MAINTAINERS                               |  44 ------
> > >  meta-isg/README                                    |   7 -
> > >  meta-isg/conf/layer.conf                           |  12 --
> > >  meta-isg/meta-mohonpeak/COPYING.MIT                |  17 ---
> > >  meta-isg/meta-mohonpeak/README                     | 164 -----
> > > ----
> > > ------------
> > >  meta-isg/meta-mohonpeak/README.sources             |  18 ---
> > >  meta-isg/meta-mohonpeak/conf/layer.conf            |  12 --
> > >  .../meta-mohonpeak/conf/machine/mohonpeak32.conf   |  22 ---
> > >  .../meta-mohonpeak/conf/machine/mohonpeak64.conf   |  22 ---
> > >  .../formfactor/formfactor/mohonpeak32/machconfig   |   3 -
> > >  .../formfactor/formfactor/mohonpeak64/machconfig   |   3 -
> > >  .../recipes-bsp/formfactor/formfactor_0.0.bbappend |   1 -
> > >  21 files changed, 21 insertions(+), 327 deletions(-)
> > >  create mode 100644 common/recipes-
> > > bsp/rmc/boards/mohonpeak/BOOTENTRY.CONFIG
> > >  create mode 100644 common/recipes-
> > > bsp/rmc/boards/mohonpeak/INSTALLER.CONFIG
> > >  create mode 100644 common/recipes-
> > > bsp/rmc/boards/mohonpeak/KBOOTPARAM
> > >  create mode 100644 common/recipes-
> > > bsp/rmc/boards/mohonpeak/POSTINSTALL.sh
> > >  create mode 100644 common/recipes-
> > bsp/rmc/boards/mohonpeak/boot.conf
> > > 
> > >  create mode 100644 common/recipes-
> > > bsp/rmc/boards/mohonpeak/install.conf
> > >  create mode 100644 common/recipes-
> > > bsp/rmc/boards/mohonpeak/mohonpeak.fp
> > >  delete mode 100644 meta-isg/MAINTAINERS
> > >  delete mode 100644 meta-isg/README
> > >  delete mode 100644 meta-isg/conf/layer.conf
> > >  delete mode 100644 meta-isg/meta-mohonpeak/COPYING.MIT
> > >  delete mode 100644 meta-isg/meta-mohonpeak/README
> > >  delete mode 100644 meta-isg/meta-mohonpeak/README.sources
> > >  delete mode 100644 meta-isg/meta-mohonpeak/conf/layer.conf
> > >  delete mode 100644 meta-isg/meta-
> > > mohonpeak/conf/machine/mohonpeak32.conf
> > >  delete mode 100644 meta-isg/meta-
> > > mohonpeak/conf/machine/mohonpeak64.conf
> > >  delete mode 100644 meta-isg/meta-mohonpeak/recipes-
> > > bsp/formfactor/formfactor/mohonpeak32/machconfig
> > >  delete mode 100644 meta-isg/meta-mohonpeak/recipes-
> > > bsp/formfactor/formfactor/mohonpeak64/machconfig
> > >  delete mode 100644 meta-isg/meta-mohonpeak/recipes-
> > > bsp/formfactor/formfactor_0.0.bbappend
> > > 
> > > --
> > > 1.9.1
> > > 


More information about the meta-intel mailing list