All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pruss-lld: set CLEANBROKEN
@ 2016-12-20 16:14 Jacob Stiffler
  2016-12-20 17:54 ` Christopher Larson
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Stiffler @ 2016-12-20 16:14 UTC (permalink / raw)
  To: meta-ti

* 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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] pruss-lld: set CLEANBROKEN
  2016-12-20 16:14 [PATCH] pruss-lld: set CLEANBROKEN Jacob Stiffler
@ 2016-12-20 17:54 ` Christopher Larson
  2016-12-20 20:31   ` Jacob Stiffler
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Larson @ 2016-12-20 17:54 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-ti mailing list

[-- Attachment #1: Type: text/plain, Size: 739 bytes --]

On Tue, Dec 20, 2016 at 9:14 AM, Jacob Stiffler <j-stiffler@ti.com> wrote:

> * 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@ti.com>
>

Could you not just make sure the -f is passed to the clean?

EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}”
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics

[-- Attachment #2: Type: text/html, Size: 1396 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pruss-lld: set CLEANBROKEN
  2016-12-20 17:54 ` Christopher Larson
@ 2016-12-20 20:31   ` Jacob Stiffler
  0 siblings, 0 replies; 3+ messages in thread
From: Jacob Stiffler @ 2016-12-20 20:31 UTC (permalink / raw)
  To: Christopher Larson; +Cc: meta-ti mailing list

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]



On 12/20/2016 12:54 PM, Christopher Larson wrote:
>
> On Tue, Dec 20, 2016 at 9:14 AM, Jacob Stiffler <j-stiffler@ti.com 
> <mailto:j-stiffler@ti.com>> wrote:
>
>     * 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@ti.com
>     <mailto:j-stiffler@ti.com>>
>
>
> Could you not just make sure the -f is passed to the clean?
>
> EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}”

This works. I will send out the v2.

> -- 
> Christopher Larson
> clarson at kergoth dot com
> Founder - BitBake, OpenEmbedded, OpenZaurus
> Senior Software Engineer, Mentor Graphics


[-- Attachment #2: Type: text/html, Size: 2662 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-20 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20 16:14 [PATCH] pruss-lld: set CLEANBROKEN Jacob Stiffler
2016-12-20 17:54 ` Christopher Larson
2016-12-20 20:31   ` Jacob Stiffler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.