<feed xmlns='http://www.w3.org/2005/Atom'>
<title>meta-toradex-demos.git/recipes-devtools, branch master</title>
<subtitle>Toradex BSP layer, recipes for the demo images</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/'/>
<entry>
<title>layerwide: updates for WORKDIR/UNPACKDIR and git fetch location</title>
<updated>2025-06-30T15:39:08+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2025-06-30T07:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=e16c4d739a3f4c37121be2f6efee728000191348'/>
<id>e16c4d739a3f4c37121be2f6efee728000191348</id>
<content type='text'>
The series [1] changed the way sources are fetched/unpacked and
S needs to follow that.

As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.

[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/

Related-to: ELB-6506
Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The series [1] changed the way sources are fetched/unpacked and
S needs to follow that.

As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.

[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/

Related-to: ELB-6506
Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>opkg: remove bbappend</title>
<updated>2025-05-26T19:11:32+00:00</updated>
<author>
<name>Hiago De Franco</name>
<email>hiago.franco@toradex.com</email>
</author>
<published>2025-05-26T17:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=d2c1e83cd99329c98573b6d0b546a6a43dd98e22'/>
<id>d2c1e83cd99329c98573b6d0b546a6a43dd98e22</id>
<content type='text'>
There is no need to call 'opkg configure' automatically during first
boot. During the image creation process, bitbake executes package
post-installation scripts at build time whenever possible.

With that we can make sure all packages are configured before the image
is deployed. Therefore, remove this command.

Related-to: ELB-6306
Signed-off-by: Hiago De Franco &lt;hiago.franco@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no need to call 'opkg configure' automatically during first
boot. During the image creation process, bitbake executes package
post-installation scripts at build time whenever possible.

With that we can make sure all packages are configured before the image
is deployed. Therefore, remove this command.

Related-to: ELB-6306
Signed-off-by: Hiago De Franco &lt;hiago.franco@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>serial-test: remove recipe</title>
<updated>2025-05-23T09:13:38+00:00</updated>
<author>
<name>Hiago De Franco</name>
<email>hiago.franco@toradex.com</email>
</author>
<published>2025-05-20T17:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=37d50845b9d6cfd963ebf5da91458759cdaf6556'/>
<id>37d50845b9d6cfd963ebf5da91458759cdaf6556</id>
<content type='text'>
This recipe is is available at meta-openemebedded layer named
linux-serial-test_git.bb. Remove it and use the one provided from
meta-openemebedded layer.

Related-to: ELB-6306
Signed-off-by: Hiago De Franco &lt;hiago.franco@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This recipe is is available at meta-openemebedded layer named
linux-serial-test_git.bb. Remove it and use the one provided from
meta-openemebedded layer.

Related-to: ELB-6306
Signed-off-by: Hiago De Franco &lt;hiago.franco@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>can-utils: drop bbappend</title>
<updated>2023-07-14T10:42:23+00:00</updated>
<author>
<name>Ming Liu</name>
<email>ming.liu@toradex.com</email>
</author>
<published>2023-07-12T11:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=a29a393d7e373c9e65c0d48e294237d5b53eab17'/>
<id>a29a393d7e373c9e65c0d48e294237d5b53eab17</id>
<content type='text'>
can-utils bbappend was introduced by the following commit:
[
commit 125af594524413907c7252cc8670ffd7dc014462
Author: Philippe Schenker &lt;philippe.schenker@toradex.com&gt;
Date:   Tue Apr 12 18:09:49 2022 +0200

    can-utils.bbappend: bump version

    This is the first version for which canfdtest reports errors
    in its exit code for errors that appear due to failed comparison
    of can-frames. That feature is needed for our automated testing.

    Related-to: ELB-4348
    Signed-off-by: Philippe Schenker &lt;philippe.schenker@toradex.com&gt;
    (cherry picked from commit 8e5c459bb5934a550a21de35c5332f780c7688ac)
]

now can-utils has been upgraded to 2023.03 in meta-oe, hence this
bbappend is not needed any more.

Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can-utils bbappend was introduced by the following commit:
[
commit 125af594524413907c7252cc8670ffd7dc014462
Author: Philippe Schenker &lt;philippe.schenker@toradex.com&gt;
Date:   Tue Apr 12 18:09:49 2022 +0200

    can-utils.bbappend: bump version

    This is the first version for which canfdtest reports errors
    in its exit code for errors that appear due to failed comparison
    of can-frames. That feature is needed for our automated testing.

    Related-to: ELB-4348
    Signed-off-by: Philippe Schenker &lt;philippe.schenker@toradex.com&gt;
    (cherry picked from commit 8e5c459bb5934a550a21de35c5332f780c7688ac)
]

now can-utils has been upgraded to 2023.03 in meta-oe, hence this
bbappend is not needed any more.

Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>meta: drop deprecated machine references</title>
<updated>2022-08-06T16:39:33+00:00</updated>
<author>
<name>Ming Liu</name>
<email>ming.liu@toradex.com</email>
</author>
<published>2022-08-01T13:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=ff29f4ef087da0d960ba7c778764e53c70f2e124'/>
<id>ff29f4ef087da0d960ba7c778764e53c70f2e124</id>
<content type='text'>
We dont support the following machines any more:
colibri-t20/colibri-t30/apalis-t30/apalis-tk1/colibri-vf, let's drop
their references.

The recipe spidev-test is only used by colibri-vf, also drop it.

Related-to: ELB-4471

Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We dont support the following machines any more:
colibri-t20/colibri-t30/apalis-t30/apalis-tk1/colibri-vf, let's drop
their references.

The recipe spidev-test is only used by colibri-vf, also drop it.

Related-to: ELB-4471

Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>can-utils.bbappend: bump version</title>
<updated>2022-07-05T16:09:58+00:00</updated>
<author>
<name>Philippe Schenker</name>
<email>philippe.schenker@toradex.com</email>
</author>
<published>2022-04-12T16:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=125af594524413907c7252cc8670ffd7dc014462'/>
<id>125af594524413907c7252cc8670ffd7dc014462</id>
<content type='text'>
This is the first version for which canfdtest reports errors
in its exit code for errors that appear due to failed comparison
of can-frames. That feature is needed for our automated testing.

Related-to: ELB-4348
Signed-off-by: Philippe Schenker &lt;philippe.schenker@toradex.com&gt;
(cherry picked from commit 8e5c459bb5934a550a21de35c5332f780c7688ac)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first version for which canfdtest reports errors
in its exit code for errors that appear due to failed comparison
of can-frames. That feature is needed for our automated testing.

Related-to: ELB-4348
Signed-off-by: Philippe Schenker &lt;philippe.schenker@toradex.com&gt;
(cherry picked from commit 8e5c459bb5934a550a21de35c5332f780c7688ac)
</pre>
</div>
</content>
</entry>
<entry>
<title>run-postinsts: rely on properly working upstream</title>
<updated>2022-04-03T10:09:08+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2022-02-17T16:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=d35e71596a8d4e055bcdc9e9053db54e3d863ff1'/>
<id>d35e71596a8d4e055bcdc9e9053db54e3d863ff1</id>
<content type='text'>
Unfortunately, our bbappend broke execution of the ontarget postinst
scripts as the following openembedded-core commit changed the way this
works upstream.

1af421fcf054
("run-postinsts: for dpkg/opkg, do not rely on /etc/*-postinsts")

Just get rid of our bbappend and rely on properly working upstream.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
(cherry picked from commit ff479c129366b7f67945e661472762ae6cb541f2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately, our bbappend broke execution of the ontarget postinst
scripts as the following openembedded-core commit changed the way this
works upstream.

1af421fcf054
("run-postinsts: for dpkg/opkg, do not rely on /etc/*-postinsts")

Just get rid of our bbappend and rely on properly working upstream.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
(cherry picked from commit ff479c129366b7f67945e661472762ae6cb541f2)
</pre>
</div>
</content>
</entry>
<entry>
<title>layer: Update LICENSE variable to use SPDX license identifiers</title>
<updated>2022-03-06T10:39:25+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2022-03-06T10:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=bbc532e7c65c507ea6b91d1e73ecb60b34d4ab54'/>
<id>bbc532e7c65c507ea6b91d1e73ecb60b34d4ab54</id>
<content type='text'>
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for
obsolete license usage"), LICENSE field not containing SPDX identifiers
are treated with WARNING.

An automated conversion using scripts/contrib/convert-spdx-licenses.py to
convert to use the standard SPDX license identifiers has been done on
the entire layer.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for
obsolete license usage"), LICENSE field not containing SPDX identifiers
are treated with WARNING.

An automated conversion using scripts/contrib/convert-spdx-licenses.py to
convert to use the standard SPDX license identifiers has been done on
the entire layer.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>layer: convert to new override syntax</title>
<updated>2021-08-14T11:18:40+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2021-08-08T09:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=e7f6f37cdbc8ba971a151ef23d96edd8cda76e30'/>
<id>e7f6f37cdbc8ba971a151ef23d96edd8cda76e30</id>
<content type='text'>
This is the result of automated script (0.9.3) conversion:

+# meta-toradex-distro
+vars = vars + ["preempt-rt","tdx","upstream"]
+# meta-toradex-* machines
+vars = vars + ["apalis-","colibri-","verdin-","tegra124"]
+# meta-freescale
+vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"]

../openembedded-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the result of automated script (0.9.3) conversion:

+# meta-toradex-distro
+vars = vars + ["preempt-rt","tdx","upstream"]
+# meta-toradex-* machines
+vars = vars + ["apalis-","colibri-","verdin-","tegra124"]
+# meta-freescale
+vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"]

../openembedded-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd-utils: drop unneeded bbappend</title>
<updated>2021-08-14T11:18:31+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2021-08-14T11:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/meta-toradex-demos.git/commit/?id=16bc9c9fc8fa6a040fe981eb643d405c35014fda'/>
<id>16bc9c9fc8fa6a040fe981eb643d405c35014fda</id>
<content type='text'>
This was needed for the update scripts for the colibri-vf machine. The
machine got dropped, so drop this bbappend also.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was needed for the update scripts for the colibri-vf machine. The
machine got dropped, so drop this bbappend also.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
