mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
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:
parent
436209ec5b
commit
7b8075ac6d
@ -97,14 +97,18 @@ config['x86-generic-pre-flight-queue'].update({
|
||||
'rev_overlays': 'public',
|
||||
'push_overlays': 'public',
|
||||
})
|
||||
|
||||
config['x86-generic-chrome-pre-flight-queue'] = default.copy()
|
||||
config['x86-generic-chrome-pre-flight-queue'].update({
|
||||
'board' : 'x86-generic',
|
||||
'uprev' : False,
|
||||
'master' : True,
|
||||
|
||||
'uprev' : True,
|
||||
'rev_overlays': 'public',
|
||||
'push_overlays': 'public',
|
||||
})
|
||||
|
||||
|
||||
config['x86-mario-pre-flight-queue'] = default.copy()
|
||||
config['x86-mario-pre-flight-queue'].update({
|
||||
'board' : 'x86-mario',
|
||||
@ -114,6 +118,7 @@ config['x86-mario-pre-flight-queue'].update({
|
||||
'rev_overlays': 'both',
|
||||
'push_overlays': 'private',
|
||||
})
|
||||
|
||||
config['x86-mario-pre-flight-branch'] = default.copy()
|
||||
config['x86-mario-pre-flight-branch'].update({
|
||||
'board' : 'x86-mario',
|
||||
@ -185,6 +190,13 @@ config['arm-tegra2-full'].update({
|
||||
'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'].update(full)
|
||||
config['x86-generic-full'].update({
|
||||
|
Loading…
x
Reference in New Issue
Block a user