summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2023-05-29 15:41:02 +0800
committerRyan Eatmon <reatmon@ti.com>2023-05-31 08:23:31 -0500
commitd152510d72c74db9b16afaa61b86eaa7631c74bf (patch)
tree71cf23497053d893b6dcb292c1557345ffdf4835
parentce7da91f3a99fd5034049213e2231fe643201a4b (diff)
downloadmeta-ti-d152510d72c74db9b16afaa61b86eaa7631c74bf.tar.gz
cnm-wave-fw: Fix old override syntax
Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
index 2f75f4e3..a667d335 100644
--- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
@@ -27,7 +27,7 @@ ALTERNATIVE_TARGET[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/cnm
27ALTERNATIVE_PRIORITY = "10" 27ALTERNATIVE_PRIORITY = "10"
28 28
29# Set up names for the firmwares 29# Set up names for the firmwares
30ALTERNATIVE_${PN} = "wave521c_codec_fw.bin" 30ALTERNATIVE:${PN} = "wave521c_codec_fw.bin"
31 31
32do_install() { 32do_install() {
33 install -d ${D}${nonarch_base_libdir}/firmware/cnm 33 install -d ${D}${nonarch_base_libdir}/firmware/cnm