blob: c5754e834d6154e5ded147170c4e54cd4e53c9a8 [file] [log] [blame]
#
# Copyright 2018 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.
chromeos:
devices:
- $name: "IdentityMatch"
skus:
- config:
identity:
# Only matching on 2 identity attributes in order to override.
# sku-id will be ignored since it's not specified.
platform-name: "PlatformName"
smbios-name-match: "SMBiosNameMatch"
wallpaper: "wallpaper-overridden-by-identity"
- $name: "NameMatch"
skus:
- config:
name: "{{$name}}"
wallpaper: "wallpaper-overridden-by-name"
- $name: "NoMatchAppended"
skus:
- config:
name: "{{$name}}"
identity:
platform-name: "PlatformName"
smbios-name-match: "SMBiosNameMatch"
sku-id: 4
firmware:
image-name: "foo"
no-firmware: true