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.bb5
1 files changed, 0 insertions, 5 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 e35decee..ef538243 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
@@ -11,8 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.cnm;md5=93b67e6bac7f8fec22b96b8ad0a1a9d0"
11PV = "${CNM_WAVE521_FW_VERSION}" 11PV = "${CNM_WAVE521_FW_VERSION}"
12PR = "${INC_PR}.1" 12PR = "${INC_PR}.1"
13 13
14CLEANBROKEN = "1"
15
16COMPATIBLE_MACHINE = "j721s2|j784s4|am62axx|am62pxx" 14COMPATIBLE_MACHINE = "j721s2|j784s4|am62axx|am62pxx"
17 15
18PACKAGE_ARCH = "${MACHINE_ARCH}" 16PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -34,9 +32,6 @@ do_install() {
34 install -m 0644 ${S}/cnm/${SOURCE_WAVE521C} ${D}${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C} 32 install -m 0644 ${S}/cnm/${SOURCE_WAVE521C} ${D}${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C}
35} 33}
36 34
37# make sure that lib/firmware, and all its contents are part of the package
38FILES:${PN} = "${nonarch_base_libdir}/firmware"
39
40# we don't want to configure and build the source code 35# we don't want to configure and build the source code
41do_compile[noexec] = "1" 36do_compile[noexec] = "1"
42do_configure[noexec] = "1" 37do_configure[noexec] = "1"