<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-filesystems/recipes-utils/xfsdump/files, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-10-29T06:31:28+00:00</updated>
<entry>
<title>xfsdump: Make build reproducible</title>
<updated>2025-10-29T06:31:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-10-26T20:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=554451c5a1d987f73fe179a165f66561bb42adc1'/>
<id>urn:sha1:554451c5a1d987f73fe179a165f66561bb42adc1</id>
<content type='text'>
install step is not consistent especially when usrmerge is not
enabled ( which is default ), based upon what it finds on build host
it decides to install the xfsdump and xfsrestore locations to be either
/sbin or /usr/sbin, therefore it should be made consistent

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsdump: Fix build with musl &gt;= 1.2.5</title>
<updated>2024-03-25T17:58:12+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-03-25T17:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=025e589575690b74c3fbee5faaefd7babfa4b589'/>
<id>urn:sha1:025e589575690b74c3fbee5faaefd7babfa4b589</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&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>xfsdump: support usrmerge</title>
<updated>2019-09-06T04:50:12+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2019-09-06T02:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=86b4e8df8816f9ad5b30bc8f889b19f121680f39'/>
<id>urn:sha1:86b4e8df8816f9ad5b30bc8f889b19f121680f39</id>
<content type='text'>
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: fix error to work with xfsprogs 5.2.0</title>
<updated>2019-08-15T05:33:09+00:00</updated>
<author>
<name>Yuan Chao</name>
<email>yuanc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-08-15T03:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0aa96837f9f73907e2d1851c88c2c5edd94e507e'/>
<id>urn:sha1:0aa96837f9f73907e2d1851c88c2c5edd94e507e</id>
<content type='text'>
Make it work with xfsprogs 5.2.0.

"xfs_fsop_geom_v1_t" has changed to "struct xfs_fsop_geom_v1"
in xfsprogs since version 5.2.0.

Signed-off-by: Yuan Chao &lt;yuanc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsdump: upgrade 3.1.7 -&gt; 3.1.8</title>
<updated>2018-07-05T17:19:03+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2018-07-05T06:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fb420dde3e9bc4b7e2e058bfd9c0d20c0d342142'/>
<id>urn:sha1:fb420dde3e9bc4b7e2e058bfd9c0d20c0d342142</id>
<content type='text'>
Drop musl related patches since they had been merged upstream.

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>xfsdump: Upgrade to 3.1.7</title>
<updated>2017-09-13T09:13:25+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-09-11T15:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=80f47fd89294c7ffa17b74f0fd8ec22811d41637'/>
<id>urn:sha1:80f47fd89294c7ffa17b74f0fd8ec22811d41637</id>
<content type='text'>
Fix build on musl
Point to new SRC_URI

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsdump: Fix build with musl</title>
<updated>2017-07-24T16:57:36+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-07-14T18:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=222db35a89fa12badfc3e3339eae0ab6d47459e9'/>
<id>urn:sha1:222db35a89fa12badfc3e3339eae0ab6d47459e9</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsdump: add new recipe</title>
<updated>2015-08-31T17:30:55+00:00</updated>
<author>
<name>Jagadeesh Krishnanjanappa</name>
<email>jkrishnanjanappa@mvista.com</email>
</author>
<published>2015-08-21T17:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5a8bbda588e36a9aba70d67c9caa565b3959cbe7'/>
<id>urn:sha1:5a8bbda588e36a9aba70d67c9caa565b3959cbe7</id>
<content type='text'>
The xfsdump package contains xfsdump, xfsrestore and a
number of other utilities for administering XFS filesystems.
xfsdump examines files in a filesystem, determines which
need to be backed up, and copies those files to a
specified disk, tape or other storage medium.

Signed-off-by: Jagadeesh Krishnanjanappa &lt;jkrishnanjanappa@mvista.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
