<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/e2fsprogs, branch 2016.05</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.05</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.05'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-02-21T13:39:20+00:00</updated>
<entry>
<title>package/e2fsprogs: remove whitespace</title>
<updated>2016-02-21T13:39:20+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-02-20T23:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0fcaabc3eaa5e048312cb666e3a063b2c0a9f09c'/>
<id>urn:sha1:0fcaabc3eaa5e048312cb666e3a063b2c0a9f09c</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: remove findfs option</title>
<updated>2016-02-14T21:02:26+00:00</updated>
<author>
<name>James Knight</name>
<email>james.knight@rockwellcollins.com</email>
</author>
<published>2016-02-12T16:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=ead1df4287b0037bc21810af1f0939cdbb95f3ff'/>
<id>urn:sha1:ead1df4287b0037bc21810af1f0939cdbb95f3ff</id>
<content type='text'>
The e2fsprogs package's findfs option provides no capabilities. When the
option is selected, a symbolic link is generated from findfs to e2label;
however, e2label will not handle findfs since the respective code is
explicitly disabled when `--disable-libblkid` is passed in. At this
time, the e2fsprogs package only supports findfs capabilities when
building its "private blkid library".

Note that the `--disable-libblkid` configuration argument must remain
to prevent conflicts with util-linux's libblkid and an e2fsprogs-
generated variant (see e1ffc2f791b336339909c90559b7db40b455f172).

Since e2fsprogs cannot provide findfs capabilities, the option is being
removed in this change. A following change will be introduced to include
util-linux's findfs utility.

Signed-off-by: James Knight &lt;james.knight@rockwellcollins.com&gt;
Cc: Zheng Yi &lt;yzheng@techyauld.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: prevent undesired cleanup with a usr merged target</title>
<updated>2015-11-04T21:48:00+00:00</updated>
<author>
<name>James Knight</name>
<email>james.knight@rockwellcollins.com</email>
</author>
<published>2015-10-28T21:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9a9950dba81eb1ec25ac98080d2b5ab764b704f7'/>
<id>urn:sha1:9a9950dba81eb1ec25ac98080d2b5ab764b704f7</id>
<content type='text'>
The following commit prevents the e2fsprogs package from inadvertently
removing its own binaries when a target includes BusyBox and is
targeting a usr-merged environment.

While an action has been added to cleanup BusyBox-provided (if any)
ext2-related tools when including e2fsprogs, the action will delete
desired e2fsprogs binaries in an already prepared usr-merged target.
Adjusting the cleanup to occur before installing e2fsprogs binaries so
that if a usr-merged target exists, it will first delete the previous
binaries (if any) followed by installing new binaries.

Signed-off-by: James Knight &lt;james.knight@rockwellcollins.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: disable e4defrag in host variant</title>
<updated>2015-07-29T20:20:52+00:00</updated>
<author>
<name>Hollis Blanchard</name>
<email>hollis_blanchard@mentor.com</email>
</author>
<published>2015-07-29T18:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0bbd1dbc156cc81e6f9986c79774c67d537832a8'/>
<id>urn:sha1:0bbd1dbc156cc81e6f9986c79774c67d537832a8</id>
<content type='text'>
e4defrag from e2fsprogs 1.42.13 encounters these build errors on RHEL5.8 hosts:
e4defrag.c:197:2: error: #error sync_file_range not available!
e4defrag.c:201:2: error: #error fallocate64 not available!

It's possible to fix these problems, but we don't use it on the host
anyway, so just disable it.

Signed-off-by: Hollis Blanchard &lt;hollis_blanchard@mentor.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: remove more busybox applet links</title>
<updated>2015-07-22T20:36:19+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2015-07-22T16:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b6b701c0cc983d4ea6b36d8e5de18e118c94eb9a'/>
<id>urn:sha1:b6b701c0cc983d4ea6b36d8e5de18e118c94eb9a</id>
<content type='text'>
Following commit aa02829240b2 (e2fsprogs: remove busybox tune2fs when
installing full version, 2015-07-08), remove the rest of Busybox e2fsprogs
applet links. All of them are installed in different locations than upstream
e2fsprogs.

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: remove busybox tune2fs when installing full version</title>
<updated>2015-07-22T14:57:18+00:00</updated>
<author>
<name>Ryan Barnett</name>
<email>ryan.barnett@rockwellcollins.com</email>
</author>
<published>2015-07-08T21:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=aa02829240b2927b2cb379eb904b6f40ff751237'/>
<id>urn:sha1:aa02829240b2927b2cb379eb904b6f40ff751237</id>
<content type='text'>
Currently, busybox installs a version of tune2fs in /sbin/ while
e2fsprogs installs at /usr/sbin/. This causes issues if a user is
expecting the to use the full version from a prompt via 'tune2fs'
since busybox's tune2fs will be found first from the default path
search.

Fix this by removing the busybox version of tune2fs when a user has
selected the option to install tune2fs from e2fsprogs.

[Thomas: don't hijack E2FSPROGS_TARGET_TUNE2FS_SYMLINK for the removal
and instead introduce a separate E2FSPROGS_REMOVE_BUSYBOX_APPLETS post
install target hook, and do related code re-organization.]

Signed-off-by: Ryan Barnett &lt;ryan.barnett@rockwellcollins.com&gt;
Reviewed-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/e2fsprogs: make /sbin/fsck available</title>
<updated>2015-07-10T17:34:21+00:00</updated>
<author>
<name>Maxim Mikityanskiy</name>
<email>maxtram95@gmail.com</email>
</author>
<published>2015-01-19T16:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a93fc3455a46ba118a332fcda17809a14d020f60'/>
<id>urn:sha1:a93fc3455a46ba118a332fcda17809a14d020f60</id>
<content type='text'>
systemd looks for fsck in /sbin, so make symlink:
/sbin/fsck -&gt; /usr/sbin/fsck

[Thomas: add comment.]

Signed-off-by: Maxim Mikityanskiy &lt;maxtram95@gmail.com&gt;
Reviewed-by: Samuel Martin &lt;s.martin49@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: bump to version 1.42.13</title>
<updated>2015-05-27T11:28:05+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-05-26T22:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9b6a122841664ec8bea2b84e585adb3528909227'/>
<id>urn:sha1:9b6a122841664ec8bea2b84e585adb3528909227</id>
<content type='text'>
Includes the security patch so drop it.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package: update some home page URLs in Config.in.host files</title>
<updated>2015-04-18T13:59:34+00:00</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2015-04-17T18:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a241b30278ba9f41042768f01736e8a243c572e1'/>
<id>urn:sha1:a241b30278ba9f41042768f01736e8a243c572e1</id>
<content type='text'>
Some URLs for package/*/Config.in.host files could use some updating.

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/e2fsprogs: Show toolchain comment only on mmu archs</title>
<updated>2015-04-11T13:35:13+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2015-04-11T08:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=5e9766ed67fbf703eddf8dcb0192dff2a6629127'/>
<id>urn:sha1:5e9766ed67fbf703eddf8dcb0192dff2a6629127</id>
<content type='text'>
[Thomas: put BR2_USE_MMU dependency first, as suggested by Yann.]

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Acked-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
