Added arm-tegra2-seaboard-full, should have added in previous change.

Change-Id: Iecb40121b4bc8ee652fe72c4a8c07e3d231293bf

BUG=chromium-os:11229
TEST=Passed unittests (shows correct syntax)

Review URL: http://codereview.chromium.org/6379015
This commit is contained in:
Don Garrett 2011-01-28 14:52:17 -08:00
parent 436209ec5b
commit 7b8075ac6d

View File

@ -97,14 +97,18 @@ config['x86-generic-pre-flight-queue'].update({
'rev_overlays': 'public', 'rev_overlays': 'public',
'push_overlays': 'public', 'push_overlays': 'public',
}) })
config['x86-generic-chrome-pre-flight-queue'] = default.copy() config['x86-generic-chrome-pre-flight-queue'] = default.copy()
config['x86-generic-chrome-pre-flight-queue'].update({ config['x86-generic-chrome-pre-flight-queue'].update({
'board' : 'x86-generic', 'board' : 'x86-generic',
'uprev' : False,
'master' : True, 'master' : True,
'uprev' : True,
'rev_overlays': 'public', 'rev_overlays': 'public',
'push_overlays': 'public', 'push_overlays': 'public',
}) })
config['x86-mario-pre-flight-queue'] = default.copy() config['x86-mario-pre-flight-queue'] = default.copy()
config['x86-mario-pre-flight-queue'].update({ config['x86-mario-pre-flight-queue'].update({
'board' : 'x86-mario', 'board' : 'x86-mario',
@ -114,6 +118,7 @@ config['x86-mario-pre-flight-queue'].update({
'rev_overlays': 'both', 'rev_overlays': 'both',
'push_overlays': 'private', 'push_overlays': 'private',
}) })
config['x86-mario-pre-flight-branch'] = default.copy() config['x86-mario-pre-flight-branch'] = default.copy()
config['x86-mario-pre-flight-branch'].update({ config['x86-mario-pre-flight-branch'].update({
'board' : 'x86-mario', 'board' : 'x86-mario',
@ -185,6 +190,13 @@ config['arm-tegra2-full'].update({
'board' : 'tegra2_dev-board', 'board' : 'tegra2_dev-board',
}) })
config['arm-tegra2-seaboard-full'] = default.copy()
config['arm-tegra2-seaboard-full'].update(arm)
config['arm-tegra2-seaboard-full'].update(full)
config['arm-tegra2-seaboard-full'].update({
'board' : 'tegra2_seaboard',
})
config['x86-generic-full'] = default.copy() config['x86-generic-full'] = default.copy()
config['x86-generic-full'].update(full) config['x86-generic-full'].update(full)
config['x86-generic-full'].update({ config['x86-generic-full'].update({