<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-filesystems, branch walnascar</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-10-01T11:26:29+00:00</updated>
<entry>
<title>readme: update maintainer</title>
<updated>2025-10-01T11:26:29+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-09-23T18:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d8cec5c06808516248f2ff7349bef4295b99b6f1'/>
<id>urn:sha1:d8cec5c06808516248f2ff7349bef4295b99b6f1</id>
<content type='text'>
Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
</content>
</entry>
<entry>
<title>readme: update maintainer</title>
<updated>2025-09-16T06:37:07+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-09-16T06:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=80ab58cc404959ae2f0e8b2e68935b3bfd8e8cfe'/>
<id>urn:sha1:80ab58cc404959ae2f0e8b2e68935b3bfd8e8cfe</id>
<content type='text'>
Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
</content>
</entry>
<entry>
<title>yaffs2-utils: correct the SRC_URI</title>
<updated>2025-09-06T14:17:15+00:00</updated>
<author>
<name>Jiaying Song</name>
<email>jiaying.song.cn@windriver.com</email>
</author>
<published>2025-08-05T10:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a4e6d159c2b32a1d62718fdb31766ba55fca1624'/>
<id>urn:sha1:a4e6d159c2b32a1d62718fdb31766ba55fca1624</id>
<content type='text'>
Signed-off-by: Jiaying Song &lt;jiaying.song.cn@windriver.com&gt;
Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
</content>
</entry>
<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>
</feed>
