Skip to content
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

[BOARD] rely on manifest when copying *.conf files #39

Merged
merged 1 commit into from
Jul 15, 2023
Merged
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
File renamed without changes.
2 changes: 2 additions & 0 deletions board/miyoo/boot/configs/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
! to_file is optional; if missing will use from_file
.backlight.conf
.volume.conf
.buttons.conf
.batterylow.conf
gmenu2x.conf gmenu2x/gmenu2x.conf
input.conf gmenu2x/input.conf
! leave this last line here
6 changes: 6 additions & 0 deletions board/miyoo/genimage-sdcard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ image bootfs.vfat {
file configs/.volume.conf {
image = "boot/configs/.volume.conf"
}
file configs/.backlight.conf {
image = "boot/configs/.buttons.conf"
}
file configs/.backlight.conf {
image = "boot/configs/.batterylow.conf"
}
file configs/.backlight.conf {
image = "boot/configs/.backlight.conf"
}
Expand Down
1 change: 0 additions & 1 deletion board/miyoo/main/.backlight.conf

This file was deleted.

1 change: 0 additions & 1 deletion board/miyoo/main/.volume.conf

This file was deleted.