diff options
Diffstat (limited to 'recipes-bsp/sciclient/sciclient-rtos_git.bb')
-rw-r--r-- | recipes-bsp/sciclient/sciclient-rtos_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb index 6a3d79c3..a5aacd9f 100644 --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb | |||
@@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient" | |||
7 | PE = "1" | 7 | PE = "1" |
8 | 8 | ||
9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
10 | LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" | 10 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=99d7639a81c1ba1f16fd070a928ffddb" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE = "k3" | 12 | COMPATIBLE_MACHINE = "k3" |
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | PR = "r0" | 15 | PR = "r1" |
16 | 16 | ||
17 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" | 17 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" |
18 | 18 | ||
@@ -71,3 +71,7 @@ FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" | |||
71 | INSANE_SKIP_${PN} = "arch ldflags file-rdeps" | 71 | INSANE_SKIP_${PN} = "arch ldflags file-rdeps" |
72 | 72 | ||
73 | INSANE_SKIP_${PN}-dbg = "arch" | 73 | INSANE_SKIP_${PN}-dbg = "arch" |
74 | |||
75 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
76 | INHIBIT_PACKAGE_STRIP = "1" | ||
77 | INHIBIT_SYSROOT_STRIP = "1" | ||