<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-filesystems/recipes-filesystems, branch krogoth</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2016-05-02T21:03:03+00:00</updated>
<entry>
<title>Add simple-mtpfs recipe</title>
<updated>2016-05-02T21:03:03+00:00</updated>
<author>
<name>Karlsson, Johnny</name>
<email>johnny.karlsson.2@volvocars.com</email>
</author>
<published>2016-04-06T11:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=70a46baf872e6f164b23b81fd4a074f84fc6537f'/>
<id>urn:sha1:70a46baf872e6f164b23b81fd4a074f84fc6537f</id>
<content type='text'>
SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
Linux (and other operating systems with a FUSE implementation, such as
Mac OS X or FreeBSD) capable of operating on files on MTP devices attached
via USB to local machine.

Signed-off-by: Johnny Karlsson &lt;johnny.karlsson.2@volvocars.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>fuse-exfat: update to version 1.2.3</title>
<updated>2016-04-12T09:07:45+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anujx.mittal@intel.com</email>
</author>
<published>2016-04-01T09:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=56bb8f80573b2b038c30c4fff440ab645a4ae88b'/>
<id>urn:sha1:56bb8f80573b2b038c30c4fff440ab645a4ae88b</id>
<content type='text'>
Package now uses autotools instead of scons.

Signed-off-by: Anuj Mittal &lt;anujx.mittal@intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>yaffs2-utils: set EXTRA_OEMAKE as required</title>
<updated>2016-02-25T16:47:30+00:00</updated>
<author>
<name>Qi.Chen@windriver.com</name>
<email>Qi.Chen@windriver.com</email>
</author>
<published>2016-02-25T02:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6cc38cad69d6ec8eccb5d19eda733c6deb1ef8a6'/>
<id>urn:sha1:6cc38cad69d6ec8eccb5d19eda733c6deb1ef8a6</id>
<content type='text'>
bitbake.conf has now removed "-e MAKEFLAGS=" as the default value of
EXTRA_OEMAKE. However, yaffs2-utils needs this option to make compile succeed.

Signed-off-by: Chen Qi &lt;Qi.Chen@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>sshfs-fuse: correct definition of S</title>
<updated>2015-10-13T10:27:46+00:00</updated>
<author>
<name>Joe Slater</name>
<email>jslater@windriver.com</email>
</author>
<published>2015-09-18T20:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4d53e895d7d227f628952e2b41568a3b0c98725e'/>
<id>urn:sha1:4d53e895d7d227f628952e2b41568a3b0c98725e</id>
<content type='text'>
Use BP instead of P so that multilib builds work.

Signed-off-by: Joe Slater &lt;jslater@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>smbnetfs: using PKG_CHECK_MODULES to found headers and libraries for smbclient</title>
<updated>2015-08-24T12:03:54+00:00</updated>
<author>
<name>Bian Naimeng</name>
<email>biannm@cn.fujitsu.com</email>
</author>
<published>2015-06-19T03:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3659908852b0241ecdce0a53423d7118763c1485'/>
<id>urn:sha1:3659908852b0241ecdce0a53423d7118763c1485</id>
<content type='text'>
After samba was upgraded to 4.x, headers of smbclient were installed into include/samba-4.0/,
so we should using PKG_CHECK_MODULES to found headers and libraries for smbclient to avoid
error as below.

 ${WORKDIR}/git/src/samba.c
   | smbnetfs/git-r0/git/src/smb_conn_srv.c:12:26: fatal error: libsmbclient.h: No such file or directory  #include &lt;libsmbclient.h&gt;
   |                           ^
   | compilation terminated.
   | make[2]: *** [smb_conn_srv.o] Error 1
   | make[2]: *** Waiting for unfinished jobs....

Signed-off-by: Bian Naimeng &lt;biannm@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>ifuse: remove blacklist due to libimobiledevice</title>
<updated>2015-07-30T19:23:42+00:00</updated>
<author>
<name>S. Lockwood-Childs</name>
<email>sjl@vctlabs.com</email>
</author>
<published>2015-07-18T00:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f126d5a2e63383eb5bacb4aae5541ebf59c19d89'/>
<id>urn:sha1:f126d5a2e63383eb5bacb4aae5541ebf59c19d89</id>
<content type='text'>
ifuse's libimobiledevice dependency has been fixed, so ifuse blacklist
can be removed as well

Signed-off-by: S. Lockwood-Childs &lt;sjl@vctlabs.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>unionfs-fuse: fix build warning</title>
<updated>2015-07-16T19:09:11+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2015-07-03T21:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6c970a75d9d1569f5c1a70f75e0e0088e59d5263'/>
<id>urn:sha1:6c970a75d9d1569f5c1a70f75e0e0088e59d5263</id>
<content type='text'>
WARNING: QA Issue: /usr/sbin/mount.unionfs_unionfs-fuse contained in package unionfs-fuse requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps]

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>fuse-exfat: upgrade to 1.1.0</title>
<updated>2015-01-20T15:06:14+00:00</updated>
<author>
<name>Maxin B. John</name>
<email>maxin.john@enea.com</email>
</author>
<published>2015-01-15T16:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4a48799dacda1811e8e3bea06decdba789fc77ab'/>
<id>urn:sha1:4a48799dacda1811e8e3bea06decdba789fc77ab</id>
<content type='text'>
Bump to 1.1.0
1. Updated LICENSE from GPLv3 to GPLv2 or later
2. Misc. spelling fix

Signed-off-by: Maxin B. John &lt;maxin.john@enea.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>logfsprogs: Add new recipe</title>
<updated>2014-12-19T19:10:58+00:00</updated>
<author>
<name>Qian Lei</name>
<email>qianl.fnst@cn.fujitsu.com</email>
</author>
<published>2014-12-17T09:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=617e044564caf90bf9c8cff19ded4eca3cda6c5c'/>
<id>urn:sha1:617e044564caf90bf9c8cff19ded4eca3cda6c5c</id>
<content type='text'>
LogFS is a Linux log-structured and scalable flash file system, intended
for use on large devices of flash memory. Logfsprogs is used to create
LogFS file system.

Signed-off-by: Qian Lei &lt;qianl.fnst@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>PNBLACKLIST: use weak assignments</title>
<updated>2014-12-17T11:55:40+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-12-06T07:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=96a92761c0a1bb2317fa4ea422c32e4473405103'/>
<id>urn:sha1:96a92761c0a1bb2317fa4ea422c32e4473405103</id>
<content type='text'>
* this makes it easier to unblacklist it from local.conf which
  is parsed before the recipes

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