[meta-ti] [PATCH] pruss-lld: set CLEANBROKEN

Jacob Stiffler j-stiffler at ti.com
Tue Dec 20 08:14:26 PST 2016


* The Linux binaries are built by the "makefile_armv7".
* pruss-lld provides a "makefile", but it is used for building the
  RTOS binaries.
* This "makefile" requires the ti-pdk-build-rtos package and is broken
  without it, so therefore set CLEANBROKEN instead of pulling in
  unnecessary dependencies.

Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
 recipes-bsp/pruss-lld/pruss-lld-test_git.bb | 2 ++
 recipes-bsp/pruss-lld/pruss-lld_git.bb      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/recipes-bsp/pruss-lld/pruss-lld-test_git.bb b/recipes-bsp/pruss-lld/pruss-lld-test_git.bb
index d994ec8..696f5a7 100644
--- a/recipes-bsp/pruss-lld/pruss-lld-test_git.bb
+++ b/recipes-bsp/pruss-lld/pruss-lld-test_git.bb
@@ -4,6 +4,8 @@ DEPENDS="common-csl-ip pruss-lld osal"
 
 include pruss-lld.inc
 
+CLEANBROKEN = "1"
+
 PR = "${INC_PR}.0"
 
 S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}"
diff --git a/recipes-bsp/pruss-lld/pruss-lld_git.bb b/recipes-bsp/pruss-lld/pruss-lld_git.bb
index 72670f4..451819d 100644
--- a/recipes-bsp/pruss-lld/pruss-lld_git.bb
+++ b/recipes-bsp/pruss-lld/pruss-lld_git.bb
@@ -4,6 +4,8 @@ DEPENDS="common-csl-ip osal"
 
 include pruss-lld.inc
 
+CLEANBROKEN = "1"
+
 PR = "${INC_PR}.1"
 
 S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



More information about the meta-ti mailing list