summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb4
1 files changed, 0 insertions, 4 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 a87f21ac..4de3ec6c 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
@@ -30,7 +30,3 @@ do_install() {
30 install -d ${D}${nonarch_base_libdir}/firmware/cnm 30 install -d ${D}${nonarch_base_libdir}/firmware/cnm
31 install -m 0644 ${S}/cnm/${SOURCE_WAVE521C} ${D}${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C} 31 install -m 0644 ${S}/cnm/${SOURCE_WAVE521C} ${D}${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C}
32} 32}
33
34# we don't want to configure and build the source code
35do_compile[noexec] = "1"
36do_configure[noexec] = "1"