<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/scripts/generate-license-file, branch master</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2025-01-29T08:40:23+00:00</updated>
<entry>
<title>scripts: avoid pointless LICENSE churn</title>
<updated>2025-01-29T08:40:23+00:00</updated>
<author>
<name>Rasmus Villemoes</name>
<email>ravi@prevas.dk</email>
</author>
<published>2025-01-29T08:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=0602af4c78ef5a6ee5e64d2cf9202c22aa636b25'/>
<id>urn:sha1:0602af4c78ef5a6ee5e64d2cf9202c22aa636b25</id>
<content type='text'>
I was wondering why a bot decided to force-push a commit to a PR of
mine. It turns out the script responsible for generating the LICENSE
file is not deterministic, so depending on random file system layout
we can end up regenerating the LICENSE without any actual change. For
example:

$ diff -u &lt;(git show baf20676~1:LICENSE | sort) &lt;(git show baf20676:LICENSE | sort)

shows that baf20676 didn't provide any change at all in the actual
contents, yet

$ git show --stat baf20676
commit baf20676bcd2b454577449dbf7b0346d7080b880
Author: github-actions[bot] &lt;github-actions[bot]@users.noreply.github.com&gt;
Date:   Wed Jan 22 21:42:44 2025 +0000

    Auto-update LICENSE file with current recipe licenses

 LICENSE | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------
 1 file changed, 128 insertions(+), 128 deletions(-)
</content>
</entry>
<entry>
<title>generate-license-file: Fix layer name</title>
<updated>2024-12-05T14:11:00+00:00</updated>
<author>
<name>Abner C. Paula</name>
<email>abner.cordeiro@ossystems.com.br</email>
</author>
<published>2024-12-05T14:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=634e2342f0b13d89ab3212f3ddc8d4ea584f7525'/>
<id>urn:sha1:634e2342f0b13d89ab3212f3ddc8d4ea584f7525</id>
<content type='text'>
Signed-off-by: Abner C. Paula &lt;abner.cordeiro@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>Add workflow to automatically update LICENSE file with recipe licenses</title>
<updated>2024-12-05T13:32:47+00:00</updated>
<author>
<name>Abner C. Paula</name>
<email>abner.cordeiro@ossystems.com.br</email>
</author>
<published>2024-12-05T11:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=77f6565f4ac5d9a57dc49abafa04dca07cb2979a'/>
<id>urn:sha1:77f6565f4ac5d9a57dc49abafa04dca07cb2979a</id>
<content type='text'>
Originally from meta-freescale-3rdparty.

Signed-off-by: Abner C. Paula &lt;abner.cordeiro@ossystems.com.br&gt;
</content>
</entry>
</feed>
