<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-filesystems/recipes-utils/xfsprogs/files, branch thud-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=thud-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=thud-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2018-09-07T02:33:26+00:00</updated>
<entry>
<title>xfsprogs: upgrade 4.17 -&gt; 4.18</title>
<updated>2018-09-07T02:33:26+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2018-09-07T01:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f96b327a467b285ceca73825215654e6874c885c'/>
<id>urn:sha1:f96b327a467b285ceca73825215654e6874c885c</id>
<content type='text'>
License-Update: Removed doc/COPYING and up-to-date license files in
LICENSE/. This does not change the license of any of the code.

Rebase patches:
  0001-build-Check-for-sync_file_range-libc-function.patch
  0002-include-include-xfs-linux.h-after-sys-mman.h.patch

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>xfsprogs: Fix build on mips</title>
<updated>2018-08-24T15:58:13+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-23T05:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e5d94825eafaca06f9acc9bccf9a20cf9b7b519a'/>
<id>urn:sha1:e5d94825eafaca06f9acc9bccf9a20cf9b7b519a</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: upgrade 4.14.0 -&gt; 4.17.0</title>
<updated>2018-07-27T03:10:07+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2018-07-23T04:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=677ac6935faececfaf4cf530ad31f0bfc3e6eb06'/>
<id>urn:sha1:677ac6935faececfaf4cf530ad31f0bfc3e6eb06</id>
<content type='text'>
Add a patch to disable xfs_scrub build since it is experimental.

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>xfsprogs: Upgrade to 4.14</title>
<updated>2018-02-11T19:52:32+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-02-01T06:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9e35f8d7883f837483d8be1c3333950d18b5eac5'/>
<id>urn:sha1:9e35f8d7883f837483d8be1c3333950d18b5eac5</id>
<content type='text'>
Fix build with glibc 2.27 while here

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: Upgrade to 4.12.0</title>
<updated>2017-09-13T09:13:22+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-09-09T02:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ba478fc6b2e901356d93371f863d9113136b7fc4'/>
<id>urn:sha1:ba478fc6b2e901356d93371f863d9113136b7fc4</id>
<content type='text'>
Fix cross builds with hardening flags
Fix build with gold
Specify libtool tag
Add DISABLE_STATIC = ""

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>xfsprogs: Remove .la files in ${libdir}</title>
<updated>2017-06-22T14:04:14+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-06-20T06:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=11d98126c99a36c637ba9af01b0f888169f10550'/>
<id>urn:sha1:11d98126c99a36c637ba9af01b0f888169f10550</id>
<content type='text'>
Delete .la files and remove ${libdir} if empty
Fix build with musl

Use --ignore-fail-on-non-empty with rmdir

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>xfsprogs: update to version 4.10.0</title>
<updated>2017-03-04T11:38:53+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-02-28T18:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c27b278ef2dd5a04f0f5b22fdcf10b1356e27daf'/>
<id>urn:sha1:c27b278ef2dd5a04f0f5b22fdcf10b1356e27daf</id>
<content type='text'>
Add a fix for the UUID linking
Verified the license remains the same after copyright year update

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: Upgrade 3.2.3 -&gt; 4.8.0</title>
<updated>2016-12-02T08:23:43+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-11-25T10:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=86fed80d80bc33f0a3cdbf719c00ee5f05ed4d19'/>
<id>urn:sha1:86fed80d80bc33f0a3cdbf719c00ee5f05ed4d19</id>
<content type='text'>
Change-Id: I0015da261d540f99bfdebba703fef9403eebff7b
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>xfsprogs: Uprev to 3.2.3 version</title>
<updated>2015-08-18T09:38:02+00:00</updated>
<author>
<name>Jianchuan Wang</name>
<email>jianchuan.wang@windriver.com</email>
</author>
<published>2015-07-29T02:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8979be15071a7c6f53371d0cbe209362c9620a45'/>
<id>urn:sha1:8979be15071a7c6f53371d0cbe209362c9620a45</id>
<content type='text'>
In the v3.2.3, the libhandle.so/libhandle.a paths have changed so that
We need not rm them in the install processing.

Signed-off-by: Jianchuan Wang &lt;jianchuan.wang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfsprogs: move to meta-filesystems and upgrade</title>
<updated>2013-08-16T10:58:31+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2013-08-14T06:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eefdbbec6c9c176ac6060ec33303b45660fd4e32'/>
<id>urn:sha1:eefdbbec6c9c176ac6060ec33303b45660fd4e32</id>
<content type='text'>
- Move xfsprogs from meta-oe to meta-filesystems
- Upgrade xfsprogs to 3.1.11

[YOCTO #4178]

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
