Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Comment out products key for now
Browse files Browse the repository at this point in the history
Signed-off-by: Ayane Satomi <[email protected]>
  • Loading branch information
sr229 committed Apr 12, 2020
1 parent 4841890 commit 7428de5
Showing 1 changed file with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,21 @@ dev-config: &dev_config
powerd-prefs: "{{$device-name}}"
identity: &base_ident
# We'll derive from Fizz for now and see what happens...
# This is completely untested, and Komachi is not helping me build stuff :(
platform-name: "Fizz"
smbios-name-match: "Fizz"
sku-id: "{{$sku-id}}"
firmware:
no-firmware: True
wallpaper: "{{$wallpaper}}"

wl-dev-config: &wl_dev_config
<<: *dev_config
identity:
<<: *base_ident
whitelabel-tag: "{{$whitelabel-tag}}"

chromeos:
devices:
- $device-name: "komachi"
- $device-name: "kiana"
skus:
- $sku-id: 0
config: *dev_config
products:
# products:
# assuming our buildsystem CWD is somewhere in the project root, let's go to overlays/overlay-maru-amd64
$wallpaper: "oem"
# FIXME: this might be the cause of the model errors. Can someone check where this key is being accessed at in relative to the chroot env?
# Tried already checking CrosConfig package but nothing points to something relevant?
# $wallpaper: ""

0 comments on commit 7428de5

Please sign in to comment.