All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH v2] fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude
@ 2013-10-23 22:30 Christopher Larson
  2013-10-23 22:31 ` Chris Larson
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Larson @ 2013-10-23 22:30 UTC (permalink / raw)
  To: meta-freescale

FSL_EULA_FILE is defined with :=, which means it contains a full absolute path
to the layer directory. If this is allowed to make it into the task checksum,
it becomes impossible to use the shared states for these recipes without
having meta-fsl-arm in the exact same path in the filesystem it was in when
the sstate archives were created. Add FSL_EULA_FILE to
do_unpack[vardepsexclude].

Signed-off-by: Christopher Larson <kergoth@gmail.com>
---
 classes/fsl-eula-unpack.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/classes/fsl-eula-unpack.bbclass b/classes/fsl-eula-unpack.bbclass
index 6660a88..0da17c3 100644
--- a/classes/fsl-eula-unpack.bbclass
+++ b/classes/fsl-eula-unpack.bbclass
@@ -59,3 +59,5 @@ python do_unpack() {
 
     bb.build.exec_func('fsl_bin_do_unpack', d)
 }
+
+do_unpack[vardepsexclude] += "FSL_EULA_FILE"
-- 
1.8.3.4



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

* Re: [meta-fsl-arm][PATCH v2] fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude
  2013-10-23 22:30 [meta-fsl-arm][PATCH v2] fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude Christopher Larson
@ 2013-10-23 22:31 ` Chris Larson
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Larson @ 2013-10-23 22:31 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

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

On Wed, Oct 23, 2013 at 3:30 PM, Christopher Larson <kergoth@gmail.com>wrote:

> +do_unpack[vardepsexclude] += "FSL_EULA_FILE"


Fixed to use += in v2.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics

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

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

end of thread, other threads:[~2013-10-23 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23 22:30 [meta-fsl-arm][PATCH v2] fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude Christopher Larson
2013-10-23 22:31 ` Chris Larson

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.