Automatically detect and falsh acramfs from the working dir.

This commit is contained in:
2023-06-23 18:28:38 +01:00
parent 4820605201
commit 927208a677
2 changed files with 77 additions and 66 deletions

View File

@@ -5,6 +5,16 @@ _roku_build_completion()
:
}
_roku_repo_root()
{
eval "cd $1; git rev-parse --show-toplevel"
}
_roku_repo_acramfs_location()
{
echo "$1/port/realtek/stark/$2/dist/image/acramfs/acramfs.bin"
}
_roku_build()
{
__build "$@"