<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-filesystems, branch walnascar-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-07-27T18:35:10+00:00</updated>
<entry>
<title>][PATCH] ufs-utils: fix crash for ufs-utils list_bsg</title>
<updated>2025-07-27T18:35:10+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@eng.windriver.com</email>
</author>
<published>2025-07-20T14:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dca497d728792e3cb655c78455c2d649af312ce8'/>
<id>urn:sha1:dca497d728792e3cb655c78455c2d649af312ce8</id>
<content type='text'>
The full_path buffer in find_bsg_device function consists of:
path + '/' + files-&gt;d_name + '\0'

So the buffer size should be: strlen(path) + strlen(files-&gt;d_name) + 2,
not: strlen(path) + strlen(files-&gt;d_name) + 1.

Backport a patch to fix crash when running 32-bit binary on 64-bit
system:
$ ufs-utils list_bsg
malloc(): invalid next size (unsorted)
Aborted (core dumped)

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openemnedded: Add myself as walnascar maintainer</title>
<updated>2025-04-17T01:20:05+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2025-04-17T01:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0d2d2d193a1619b6dbebaf335f1ef785478049e3'/>
<id>urn:sha1:0d2d2d193a1619b6dbebaf335f1ef785478049e3</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>f2fs-tools: Fix build with gcc-15</title>
<updated>2025-04-05T02:18:48+00:00</updated>
<author>
<name>Nguyen Dat Tho</name>
<email>tho3.nguyen@lge.com</email>
</author>
<published>2025-04-04T03:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=39dfe8a24b01ac76def80a59392ca7b7b253b248'/>
<id>urn:sha1:39dfe8a24b01ac76def80a59392ca7b7b253b248</id>
<content type='text'>
Backport patch to fix error: https://errors.yoctoproject.org/Errors/Details/850170/

Signed-off-by: Nguyen Dat Tho &lt;tho3.nguyen@lge.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>udevil: Fix build with gcc-15</title>
<updated>2025-04-05T02:18:46+00:00</updated>
<author>
<name>Nguyen Dat Tho</name>
<email>tho3.nguyen@lge.com</email>
</author>
<published>2025-04-03T08:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eaf94b092d82ce5ed5ab6e4d3e2bf28686f39808'/>
<id>urn:sha1:eaf94b092d82ce5ed5ab6e4d3e2bf28686f39808</id>
<content type='text'>
Fix error related to "error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]".
Details in https://errors.yoctoproject.org/Errors/Details/850171/

Signed-off-by: Nguyen Dat Tho &lt;tho3.nguyen@lge.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gpiod-sysfs-proxy, smbnetfs, zfs: add whitespace around assignments</title>
<updated>2025-04-02T16:49:30+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2025-04-02T16:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=31519530f3084977294eff54ff42556c05b49fd6'/>
<id>urn:sha1:31519530f3084977294eff54ff42556c05b49fd6</id>
<content type='text'>
With:
https://lists.openembedded.org/g/bitbake-devel/message/17508
there are WARNINGs like:

WARNING: meta-oe/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb: meta-oe/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb:9 has a lack of whitespace around the assignment: 'HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"'
WARNING: meta-oe/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb: meta-oe/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb:5 has a lack of whitespace around the assignment: 'HOMEPAGE ="https://github.com/openzfs/zfs"'
WARNING: meta-oe/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb: meta-oe/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb:27 has a lack of whitespace around the assignment: 'export MOUNTPOINT="${@bb.utils.contains('PACKAGECONFIG', 'sys-class-mount', '/sys/class/gpio', '/run/gpio', d)}"'

Signed-off-by: Martin Jansa &lt;martin.jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libburn: Fix build with gcc-15</title>
<updated>2025-03-31T21:42:08+00:00</updated>
<author>
<name>Nguyen Dat Tho</name>
<email>tho3.nguyen@lge.com</email>
</author>
<published>2025-03-31T09:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=54c58000316c2be807ace03a01e0a7b13a8f1e74'/>
<id>urn:sha1:54c58000316c2be807ace03a01e0a7b13a8f1e74</id>
<content type='text'>
Backport patch to fix the following error:
../libburn-1.5.6/test/poll.c: In function 'main':
../libburn-1.5.6/test/poll.c:67:27: error: assignment to '__sighandler_t' {aka 'void (*)(int)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
   67 |         newact.sa_handler = catch_int;
      |                           ^
../libburn-1.5.6/test/poll.c:17:13: note: 'catch_int' declared here
   17 | static void catch_int ()
      |             ^~~~~~~~~
In file included from ../libburn-1.5.6/test/poll.c:9:
/home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/libburn/1.5.6/recipe-sysroot/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
make: *** [Makefile:1024: test/poll-poll.o] Error 1

Signed-off-by: Nguyen Dat Tho &lt;tho3.nguyen@lge.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Drop styhead from LAYERSERIES_COMPAT</title>
<updated>2025-03-31T14:41:47+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-03-31T14:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f4a96810bad3b418db5f4ae0f8d3e72ff9955e1c'/>
<id>urn:sha1:f4a96810bad3b418db5f4ae0f8d3e72ff9955e1c</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: drop ld-is-gold support</title>
<updated>2025-02-24T01:36:08+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2025-02-23T23:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8a29c46188b31851b32414d9d3dbb38b1b48a073'/>
<id>urn:sha1:8a29c46188b31851b32414d9d3dbb38b1b48a073</id>
<content type='text'>
The gold linker support has been dropped in oe-core[1]. Remove related
special cases and patches in recipes.

[1] https://git.openembedded.org/openembedded-core/commit/?id=a4addb9ab63011e7c604fc5daff95559e7d214e7

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gpiod-sysfs-proxy: Fix deprecation warning</title>
<updated>2025-02-16T16:10:20+00:00</updated>
<author>
<name>Alex Kiernan</name>
<email>alex.kiernan@gmail.com</email>
</author>
<published>2025-02-16T08:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=54030f5611e2d4038729197f3a6b47136d87c1b0'/>
<id>urn:sha1:54030f5611e2d4038729197f3a6b47136d87c1b0</id>
<content type='text'>
Replace `\/` sequences to fix:

  gpiod-sysfs-proxy_0.1.2.bb: Var &lt;MOUNTPOINT&gt;:1: DeprecationWarning: invalid escape sequence \/

Signed-off-by: Alex Kiernan &lt;alex.kiernan@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Fix variable assignment whitespace</title>
<updated>2025-01-31T18:34:03+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2025-01-31T13:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bd6a1bb27844cb3c839ada75a5796c611dabf14a'/>
<id>urn:sha1:bd6a1bb27844cb3c839ada75a5796c611dabf14a</id>
<content type='text'>
Recipes are much more readable with whitespace around the assignment operators.
Fix various assignments in meta-openembedded recipes to show this is definitely
the preferred formatting.

This fixes recipes with larger numbers of issues but there are just under 100
other references left to fix.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
