All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fsl-eula-unpack: deploy Freescale EULA
@ 2015-05-28  8:55 Stefan Christ
  2015-06-03 14:13 ` Lauren Post
  0 siblings, 1 reply; 15+ messages in thread
From: Stefan Christ @ 2015-05-28  8:55 UTC (permalink / raw)
  To: meta-freescale

Add the file which contains the Freescale EULA to variable
LIC_FILES_CHKSUM, so the EULA is deployed in the folder

    ${LICENSE_DIRECTORY}/${PN}/

for all recipes which use the bbclass fsl-eula-unpack.

Add a vardepsexclude to variable LIC_FILES_CHKSUM to share the sstate
cache across multiple build directories.  See commit

   commit e8c6cf822889c02b76db03f2e9c6915a1bda1c06
   Author: Christopher Larson <kergoth@gmail.com>
   Date:   Wed Oct 23 22:30:41 2013 +0000

       fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude

Signed-off-by: Stefan Christ <s.christ@phytec.de>
---
 classes/fsl-eula-unpack.bbclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/classes/fsl-eula-unpack.bbclass b/classes/fsl-eula-unpack.bbclass
index 0da17c3..55872e5 100644
--- a/classes/fsl-eula-unpack.bbclass
+++ b/classes/fsl-eula-unpack.bbclass
@@ -6,6 +6,9 @@
 #
 #  SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV};fsl-eula=true"
 
+LIC_FILES_CHKSUM += "file://${FSL_EULA_FILE};md5=6df184a9b1950b68e17fdcd7513bdb97"
+LIC_FILES_CHKSUM[vardepsexclude] += "FSL_EULA_FILE"
+
 python fsl_bin_do_unpack() {
     src_uri = (d.getVar('SRC_URI', True) or "").split()
     if len(src_uri) == 0:
-- 
1.9.1



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

end of thread, other threads:[~2015-06-08 15:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28  8:55 [PATCH] fsl-eula-unpack: deploy Freescale EULA Stefan Christ
2015-06-03 14:13 ` Lauren Post
2015-06-03 14:30   ` Otavio Salvador
2015-06-03 14:56     ` Ann Thornton
2015-06-03 16:15       ` Otavio Salvador
2015-06-03 16:46         ` Eric Nelson
2015-06-03 17:19           ` Lauren Post
2015-06-03 18:22             ` Daiane Angolini
2015-06-04 16:34               ` Ann Thornton
2015-06-04 17:27                 ` Lauren Post
2015-06-08 13:01                   ` Otavio Salvador
2015-06-08 14:09                     ` Ann Thornton
2015-06-08 15:06                       ` Otavio Salvador
2015-06-05  7:25           ` Stefan Christ
2015-06-05 21:06             ` Ann Thornton

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.