Skip to content

Commit

Permalink
[BOARD] rely on manifest when copying *.conf files (#39)
Browse files Browse the repository at this point in the history
workaround for genimage omitting hidden files when using `mountpoint` directive
  • Loading branch information
Apaczer authored Jul 15, 2023
1 parent 9ddf213 commit 984a567
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
File renamed without changes.
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.

0 comments on commit 984a567

Please sign in to comment.