<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/scripts, branch bump-kernel</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=bump-kernel</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=bump-kernel'/>
<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>
<entry>
<title>Ensure we fail if old SoC overrides are in use</title>
<updated>2022-03-03T13:41:35+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2022-03-02T23:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=bfa2a3b98dde2a664615fe4a2527fd89b0c8dfbe'/>
<id>urn:sha1:bfa2a3b98dde2a664615fe4a2527fd89b0c8dfbe</id>
<content type='text'>
To assist existing layers to convert to the new BSP-specific
overrides. Besides failing the parsing of the recipes where it is in
use, we provide a script to automate most of it.

Fixes: #990.
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>wic: Move all wks files to root layer directory</title>
<updated>2017-09-29T19:27:02+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2017-09-29T19:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=11d2434b08f9d71a61a4852489697ab2d77d782b'/>
<id>urn:sha1:11d2434b08f9d71a61a4852489697ab2d77d782b</id>
<content type='text'>
The wic looks for wks files in many places. The root layer directory
is one of those and makes much easier to find the wks files for
reference and use.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>wic: imx-uboot-spl: Change u-boot suffix to img</title>
<updated>2016-10-19T19:49:58+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2016-10-19T17:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=bbfff7c1bbc3db33dff44b7624690dc8b4ef0131'/>
<id>urn:sha1:bbfff7c1bbc3db33dff44b7624690dc8b4ef0131</id>
<content type='text'>
Currently all machines that use SPL are using u-boot.img.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>wic: Change wks files path</title>
<updated>2016-10-19T19:49:58+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2016-10-19T17:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=9c77a0bdf4a0b6fc3ee0c547ebcbf82f10178942'/>
<id>urn:sha1:9c77a0bdf4a0b6fc3ee0c547ebcbf82f10178942</id>
<content type='text'>
WKS_SEARCH_PATH searches inside scripts/lib/wic/canned-wks, rename
scripts/lib/image/canned-wks/ to scripts/lib/wic/canned-wks/.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>wic: Change reference wks files to avoid /boot partition use</title>
<updated>2016-10-19T19:49:58+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2016-10-18T19:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=17c06b4676b01ea93d0afc378b6ba7e6efe997ba'/>
<id>urn:sha1:17c06b4676b01ea93d0afc378b6ba7e6efe997ba</id>
<content type='text'>
For the sake of user-friendness we will avoid the use of /boot
partition.

The use of wic images, using this layout, is simpler as it does not
require manual setting of IMAGE_BOOT_FILES and thus allow for generic
use across different machines.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>Move meta-fsl-arm content to layer root</title>
<updated>2015-07-16T18:01:29+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2015-07-15T20:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f8517afc7a5ada4538b3b7d397fa32586d57ffe5'/>
<id>urn:sha1:f8517afc7a5ada4538b3b7d397fa32586d57ffe5</id>
<content type='text'>
The meta-fsl-arm is going to be used as the base for this layer. It
contains a clean history and allowing a more granullar set of changes.

This commit is just a rename of all contents of meta-fsl-arm
subdirectory to this layer's root, subsequent changes are based on top
of that.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
</feed>
