Skip to content

config: trees: Split broonie's trees into separate files #1213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/trees/broonie-misc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
_anchors:
broonie: &broonie
architectures:
- x86_64
- arm64
- arm

build_configs:
broonie-misc:
<<: *broonie
tree: broonie-misc
branch: 'for-kernelci'
17 changes: 17 additions & 0 deletions config/trees/broonie-regmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
_anchors:
broonie: &broonie
architectures:
- x86_64
- arm64
- arm

build_configs:
broonie-regmap:
<<: *broonie
tree: broonie-regmap
branch: 'for-next'

broonie-regmap-fixes:
<<: *broonie
tree: broonie-regmap
branch: 'for-linus'
17 changes: 17 additions & 0 deletions config/trees/broonie-regulator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
_anchors:
broonie: &broonie
architectures:
- x86_64
- arm64
- arm

build_configs:
broonie-regulator:
<<: *broonie
tree: broonie-regulator
branch: 'for-next'

broonie-regulator-fixes:
<<: *broonie
tree: broonie-regulator
branch: 'for-linus'
17 changes: 17 additions & 0 deletions config/trees/broonie-sound.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
_anchors:
broonie: &broonie
architectures:
- x86_64
- arm64
- arm

build_configs:
broonie-sound:
<<: *broonie
tree: broonie-sound
branch: 'for-next'

broonie-sound-fixes:
<<: *broonie
tree: broonie-sound
branch: 'for-linus'
17 changes: 17 additions & 0 deletions config/trees/broonie-spi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
_anchors:
broonie: &broonie
architectures:
- x86_64
- arm64
- arm

build_configs:
broonie-spi:
<<: *broonie
tree: broonie-spi
branch: 'for-next'

broonie-spi-fixes:
<<: *broonie
tree: broonie-spi
branch: 'for-linus'
52 changes: 0 additions & 52 deletions config/trees/broonie.yaml

This file was deleted.

Loading