#!/usr/bin/python # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. config = {} config['default'] = { 'board' : 'x86-generic', 'uprev' : False, } config['x86-generic-pre-flight-queue'] = { 'board' : 'x86-generic', 'uprev' : True, }