Merge pull request #171 from koluckirafal/avs-topology-mirror
Use local copy of Intel AVS topology build instead of fetching from GitHub
This commit is contained in:
commit
99eef5cc3d
2 changed files with 1 additions and 3 deletions
BIN
blobs/avs-topology_2024.02.tar.gz
Normal file
BIN
blobs/avs-topology_2024.02.tar.gz
Normal file
Binary file not shown.
|
|
@ -147,9 +147,7 @@ def avs_audio():
|
|||
print_status("Installing topology")
|
||||
mkdir("/tmp/avs_tplg")
|
||||
avs_tplg_ver = "2024.02"
|
||||
avs_tplg_url = f"https://github.com/thesofproject/avs-topology-xml/releases/download/v{avs_tplg_ver}/avs-topology_{avs_tplg_ver}.tar.gz"
|
||||
urlretrieve(url=avs_tplg_url, filename="/tmp/avs_tplg/avs-tplg.tar.gz")
|
||||
bash("tar xf /tmp/avs_tplg/avs-tplg.tar.gz -C /tmp/avs_tplg")
|
||||
bash(f"tar xf ./blobs/avs-topology_{avs_tplg_ver}.tar.gz -C /tmp/avs_tplg")
|
||||
mkdir("/lib/firmware/intel/avs", create_parents=True)
|
||||
cpdir("/tmp/avs_tplg/avs-topology/lib/firmware/intel/avs", "/lib/firmware/intel/avs")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue