group Pixel device-list configs by generation

This allows to invoke commands that accept a device-list for all devices in a given gen.
This commit is contained in:
Dmitry Muhomor 2023-08-16 15:18:26 +03:00 committed by Daniel Micay
parent 1007b219cb
commit 4728496e47
5 changed files with 31 additions and 15 deletions

View file

@ -1,17 +1,7 @@
type: device-list type: device-list
devices: includes:
- felix.yml - pixel-gen7.yml
- tangorpro.yml - pixel-gen6.yml
- lynx.yml - pixel-gen5.yml
- cheetah.yml - pixel-gen4.yml
- panther.yml
- bluejay.yml
- raven.yml
- oriole.yml
- barbet.yml
- redfin.yml
- bramble.yml
- sunfish.yml
- coral.yml
- flame.yml

View file

@ -0,0 +1,6 @@
type: device-list
devices:
- sunfish.yml
- coral.yml
- flame.yml

View file

@ -0,0 +1,6 @@
type: device-list
devices:
- barbet.yml
- redfin.yml
- bramble.yml

View file

@ -0,0 +1,6 @@
type: device-list
devices:
- bluejay.yml
- raven.yml
- oriole.yml

View file

@ -0,0 +1,8 @@
type: device-list
devices:
- felix.yml
- tangorpro.yml
- lynx.yml
- cheetah.yml
- panther.yml