Changeset 10436 in genesis for tools


Ignore:
Timestamp:
Apr 12, 2012, 9:26:28 AM (13 years ago)
Author:
rick
Message:

Set default board type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r10424 r10436  
    11331133      for host in get_hostlist():
    11341134        logger.info("# Processing: %s", host)
    1135         datadump = get_yaml(host)
     1135        # Set some boring default values
     1136        datadump = { 'board' : 'UNKNOWN' }
     1137        datadump.update(get_yaml(host))
    11361138        datadumps[datadump['autogen_realname']] = datadump
    11371139
Note: See TracChangeset for help on using the changeset viewer.