[OE-core] [RFC][PATCH 0/6]provide a common machine configuration to developer for customizing specific machine

Bian Naimeng biannm at cn.fujitsu.com
Mon Jul 29 03:58:27 UTC 2013


The main purposes are following.
 - make it possible for developers/distributor to customize their specific machine
   based common machine configurations such as meta/conf/machine/inc/qemuxx.inc
 - make our specific machine compatible with bb file which depends on COMPATIBLE_MACHINE="qemuxx|..."
 - easy to developers to merge mainline to their branch which containing specific machine.

Bian Naimeng (6):
  qemuarm.conf: provide a common qemuarm machine configuration, 
                so developer/distributor can customize their specific one.
  qemuxmips64.conf: provide a common qemuxmips64 machine configuration, 
                    so developer/distributor can customize their specific one.
  qemumips.conf: provide a common qemumips machine configuration, 
                 so developer/distributor can customize their specific one.
  qemuppc.conf: provide a common qemuppc machine configuration, 
                so developer/distributor can customize their specific one.
  qemux86-64.conf: provide a common qemux86-64 machine configuration, 
                   so developer/distributor can customize their specific one.
  qemux86.conf: provide a common qemux86 machine configuration, 
                so developer/distributor can customize their specific one.

 meta/conf/machine/include/qemuarm.inc    |   10 ++++++++++
 meta/conf/machine/include/qemumips.inc   |   11 +++++++++++
 meta/conf/machine/include/qemumips64.inc |   11 +++++++++++
 meta/conf/machine/include/qemuppc.inc    |    9 +++++++++
 meta/conf/machine/include/qemux86-64.inc |   24 ++++++++++++++++++++++++
 meta/conf/machine/include/qemux86.inc    |   24 ++++++++++++++++++++++++
 meta/conf/machine/qemuarm.conf           |   10 ++--------
 meta/conf/machine/qemumips.conf          |   12 ++----------
 meta/conf/machine/qemumips64.conf        |   12 ++----------
 meta/conf/machine/qemuppc.conf           |    8 +-------
 meta/conf/machine/qemux86-64.conf        |   23 +----------------------
 meta/conf/machine/qemux86.conf           |   25 ++-----------------------
 12 files changed, 99 insertions(+), 80 deletions(-)





More information about the Openembedded-core mailing list