<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-filesystems/recipes-utils, branch kraj/dunfell</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kraj%2Fdunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kraj%2Fdunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-03-29T07:53:20+00:00</updated>
<entry>
<title>xfsprogs: Set OPTIMIZER based on global opt level</title>
<updated>2020-03-29T07:53:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-03-29T07:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=af61e858060d99e57eca5777fbcd5c7d2d01509e'/>
<id>urn:sha1:af61e858060d99e57eca5777fbcd5c7d2d01509e</id>
<content type='text'>
default is -O2 -g and it overrides the value passed via OE's global
optimization flags.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ufs-utils: use UPSTREAM_CHECK_COMMITS</title>
<updated>2020-03-25T19:48:25+00:00</updated>
<author>
<name>Pierre-Jean Texier</name>
<email>pjtexier@koncepto.io</email>
</author>
<published>2020-03-25T19:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=38fac5c8d0c0c62769a46d3fc2eda4d4466c0cc6'/>
<id>urn:sha1:38fac5c8d0c0c62769a46d3fc2eda4d4466c0cc6</id>
<content type='text'>
Fixes:

INFO: ufs-utils                 1.6             UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier &lt;pjtexier@koncepto.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>exfat-utils: fix upstream version check</title>
<updated>2020-03-07T01:23:54+00:00</updated>
<author>
<name>Pierre-Jean Texier</name>
<email>pjtexier@koncepto.io</email>
</author>
<published>2020-03-05T21:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ee15c67c5834cba021cca53fca34ac8ba980759c'/>
<id>urn:sha1:ee15c67c5834cba021cca53fca34ac8ba980759c</id>
<content type='text'>
Fixes:

INFO: Skip package exfat-utils (status = UNKNOWN_BROKEN, current version = 1.3.0, next version = N/A)

After this commit:

INFO: Skip package exfat-utils (status = MATCH, current version = 1.3.0, next version = 1.3.0)

Signed-off-by: Pierre-Jean Texier &lt;pjtexier@koncepto.io&gt;
</content>
</entry>
<entry>
<title>xfsdump: fix do patch error</title>
<updated>2020-03-05T21:22:15+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2020-03-05T08:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c39747bc66879d6a06031872a99bf04ec9d36721'/>
<id>urn:sha1:c39747bc66879d6a06031872a99bf04ec9d36721</id>
<content type='text'>
update patch to fix do_patch error

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsdump: 3.1.8 -&gt; 3.1.9</title>
<updated>2020-02-24T18:03:17+00:00</updated>
<author>
<name>Zheng Ruoqin</name>
<email>zhengrq.fnst@cn.fujitsu.com</email>
</author>
<published>2020-02-24T09:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b60c61a62cbe0679828a062fbd81faf241707340'/>
<id>urn:sha1:b60c61a62cbe0679828a062fbd81faf241707340</id>
<content type='text'>
work-with-new-version-of-xfsprogs.patch
is removed because it is included in 3.1.9.

Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>fatcat: Add recipe</title>
<updated>2020-01-22T17:56:34+00:00</updated>
<author>
<name>Alex Kiernan</name>
<email>alex.kiernan@gmail.com</email>
</author>
<published>2020-01-21T07:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3272db6afe936eea457153502ce2d76a286413ef'/>
<id>urn:sha1:3272db6afe936eea457153502ce2d76a286413ef</id>
<content type='text'>
fatcat is a tool designed to manipulate FAT filesystems, in order to
explore, extract, repair, recover and forensic them. It currently
supports FAT12, FAT16 and FAT32.

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>ufs-utils: Renames from ufs-tool</title>
<updated>2019-12-16T05:08:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-12-15T09:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0e5d85318dbf52434952ed09d5f8ae43320fed09'/>
<id>urn:sha1:0e5d85318dbf52434952ed09d5f8ae43320fed09</id>
<content type='text'>
Add a patch to fix build with musl/mips64

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: Remove obsolete patch</title>
<updated>2019-12-03T17:31:53+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2019-12-02T22:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ce5a5f09bebda7790e354ac9f477eda5cad7ddb8'/>
<id>urn:sha1:ce5a5f09bebda7790e354ac9f477eda5cad7ddb8</id>
<content type='text'>
The patch metadata talked about sync_file_range(),
the patch seemed to handle copy_file_range().

Both functions are checked by current xfsprogs upstream code.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: rename distro_features_check to features_check</title>
<updated>2019-11-22T01:51:37+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2019-11-21T05:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4c00e5fed9532fe6ee71ce96b0124fc234b44d4e'/>
<id>urn:sha1:4c00e5fed9532fe6ee71ce96b0124fc234b44d4e</id>
<content type='text'>
Avoid warning due to the class rename in OE-Core.

Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>f2fs-tools: Update Homepage</title>
<updated>2019-11-13T15:15:16+00:00</updated>
<author>
<name>Zheng Ruoqin</name>
<email>zhengrq.fnst@cn.fujitsu.com</email>
</author>
<published>2019-11-12T12:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3663587a8617db83e7638358545eaa744857e5bc'/>
<id>urn:sha1:3663587a8617db83e7638358545eaa744857e5bc</id>
<content type='text'>
Change homepage to git as the f2fs-tools is no longer maintained through sf.net.
Reference to https://sourceforge.net/projects/f2fs-tools/.

Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
