summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp
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:28:42 -0500
commit8fa9ec7dcd2e816cee18aaf7e8947b3eaee9923c (patch)
tree358ae18ae3219d636c5e4223384005ae402c38e8 /meta-ti-bsp/recipes-bsp
parent39ac02d70fbc4d47e7e6e2a712284ad7ead97492 (diff)
downloadmeta-ti-8fa9ec7dcd2e816cee18aaf7e8947b3eaee9923c.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>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp')
-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