<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/usbmount/Config.in, branch 2016.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2014-02-12T21:14:19+00:00</updated>
<entry>
<title>udev: convert to virtual package</title>
<updated>2014-02-12T21:14:19+00:00</updated>
<author>
<name>eric.le.bihan.dev@free.fr</name>
<email>eric.le.bihan.dev@free.fr</email>
</author>
<published>2014-02-07T13:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=fabcb119b978c123ce8903b637beb63dd605dccd'/>
<id>urn:sha1:fabcb119b978c123ce8903b637beb63dd605dccd</id>
<content type='text'>
This patch converts udev to a virtual package. For the moment, there is only
one provider for the udev features: eudev.

Packages meant to provide udev-like features must select the symbol
BR2_PACKAGE_HAS_UDEV.

Packages depending on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV or
BR2_PACKAGE_UDEV have been converted to use the new symbol.

[Peter: move legacy symbols under 2014.05]
Signed-off-by: Eric Le Bihan &lt;eric.le.bihan.dev@free.fr&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>usbmount: stop using blkid, use udev environment variables instead</title>
<updated>2013-06-19T20:31:34+00:00</updated>
<author>
<name>Sven Neumann</name>
<email>s.neumann@raumfeld.com</email>
</author>
<published>2013-06-19T15:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e26267ef2e4f4d2548d081fb85428fa45f9c6276'/>
<id>urn:sha1:e26267ef2e4f4d2548d081fb85428fa45f9c6276</id>
<content type='text'>
The blkid binary is not any longer installed when libblkid from
util-linux is selected. udev has a builtin blkid command though
and already detects all values that we are interested in. Change
the usbmount script to use the environment variables set by udev
instead of calling blkid directly.

Signed-off-by: Sven Neumann &lt;s.neumann@raumfeld.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>usbmount: depend on udev rather than selecting it</title>
<updated>2011-08-15T10:11:58+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-08-15T10:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1c1009d38d20885e7543da7e9af45a8265051311'/>
<id>urn:sha1:1c1009d38d20885e7543da7e9af45a8265051311</id>
<content type='text'>
udev is much more than a library, so we shouldn't use select to silently
enable it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependency</title>
<updated>2011-07-29T06:53:55+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-07-29T06:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=952d96d5aed88bf0e7f7e6df55003c9ad5115f10'/>
<id>urn:sha1:952d96d5aed88bf0e7f7e6df55003c9ad5115f10</id>
<content type='text'>
Drop the dependency as it isn't really nice that other packages need
to select it, and kconf complains about it:

warning: (BR2_PACKAGE_E2FSPROGS &amp;&amp; BR2_PACKAGE_USBMOUNT) selects
 BR2_PACKAGE_BUSYBOX_SHOW_OTHERS which has unmet direct dependencies
 (!BR2_PACKAGE_BUSYBOX)

Instead ensure that only the libraries are built by default, so
busybox applets are still used unless explicitly configured.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>usbmount fixes</title>
<updated>2011-07-27T19:07:54+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegor_sub1@visionsystems.de</email>
</author>
<published>2011-07-22T14:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1f2879ccb7ebb13fed94607da3c8a27506a18e5b'/>
<id>urn:sha1:1f2879ccb7ebb13fed94607da3c8a27506a18e5b</id>
<content type='text'>
- create mounting points
- fix dependencies
- fix udev rules
- fix fs type detection

[Peter: fix Config.in deps, create usb7, only remove /media/usb?]
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>usbmount: bump to 0.0.21</title>
<updated>2011-07-21T20:35:04+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegor_sub1@visionsystems.de</email>
</author>
<published>2011-07-20T14:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c74bce7de54ac631259982f8a78e4342a0ff637c'/>
<id>urn:sha1:c74bce7de54ac631259982f8a78e4342a0ff637c</id>
<content type='text'>
[Peter: fix udev dep, use Debian mirrors, fix usbmount.rules install, uninstall]
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>usbmount: convert to gentargets and fix dependencies</title>
<updated>2010-09-19T21:22:24+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-19T21:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e5a9c22c905257dd5b9057eda8a380cb283580cd'/>
<id>urn:sha1:e5a9c22c905257dd5b9057eda8a380cb283580cd</id>
<content type='text'>
udev needs to be selected before the sub options can be selected, and
UDEV_SCSI_ID isn't needed.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Kconfig: remove 'default n'</title>
<updated>2008-07-17T20:01:44+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee'/>
<id>urn:sha1:4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee</id>
<content type='text'>
'default n' is the default, so there's no need to say it explicitly.
</content>
</entry>
<entry>
<title>Modify the main script to use the lockfile program utilities. Mounting and un-mounting do not work reliably without them.</title>
<updated>2007-05-07T04:03:42+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2007-05-07T04:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=dbf0e5eef61a37f427ba1a3aa11db5c880486933'/>
<id>urn:sha1:dbf0e5eef61a37f427ba1a3aa11db5c880486933</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Satisfy dependency.</title>
<updated>2007-02-06T18:11:59+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2007-02-06T18:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7fdce37c856b7f4f7335a46f4933453487de0e49'/>
<id>urn:sha1:7fdce37c856b7f4f7335a46f4933453487de0e49</id>
<content type='text'>
</content>
</entry>
</feed>
