diff --git a/anda/system/avs-tplg-conf/anda.hcl b/anda/system/avs-tplg-conf/anda.hcl new file mode 100644 index 0000000000..0d06001874 --- /dev/null +++ b/anda/system/avs-tplg-conf/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "avs-tplg-conf.spec" + } +} diff --git a/anda/system/chromebook-avs-topology-config/chromebook-avs-topology-config.spec b/anda/system/avs-tplg-conf/avs-tplg-conf.spec similarity index 96% rename from anda/system/chromebook-avs-topology-config/chromebook-avs-topology-config.spec rename to anda/system/avs-tplg-conf/avs-tplg-conf.spec index ec8710577a..e66b54678c 100644 --- a/anda/system/chromebook-avs-topology-config/chromebook-avs-topology-config.spec +++ b/anda/system/avs-tplg-conf/avs-tplg-conf.spec @@ -1,6 +1,6 @@ %global debug_package %{nil} -Name: chromebook-avs-topology-config +Name: avs-tplg-conf Version: 2024.02 Release: 1%?dist diff --git a/anda/system/chromebook-avs-topology-config/update.rhai b/anda/system/avs-tplg-conf/update.rhai similarity index 100% rename from anda/system/chromebook-avs-topology-config/update.rhai rename to anda/system/avs-tplg-conf/update.rhai diff --git a/anda/system/chromebook-avs-topology-config/anda.hcl b/anda/system/chromebook-avs-topology-config/anda.hcl deleted file mode 100644 index db6c355ee7..0000000000 --- a/anda/system/chromebook-avs-topology-config/anda.hcl +++ /dev/null @@ -1,5 +0,0 @@ -project pkg { - rpm { - spec = "chromebook-avs-topology-config.spec" - } -}