<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/open-vm-tools, branch nanbield</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=nanbield</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=nanbield'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-03-28T19:12:57+00:00</updated>
<entry>
<title>open-vm-tools: move to meta-networking</title>
<updated>2021-03-28T19:12:57+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-03-25T17:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fdbb0e334f71e4d967f62e7aecd86fff86932a42'/>
<id>urn:sha1:fdbb0e334f71e4d967f62e7aecd86fff86932a42</id>
<content type='text'>
* and make it skipped only when meta-filesystem is missing as well

* depends on libdnet from meta-networking and nothing in meta-oe depends on open-vm-tools

* update packagegroup-meta-oe to match this, without either of these layers packagegroup-meta-oe is currently failing with:

  ERROR: Nothing RPROVIDES 'open-vm-tools' (but meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb RDEPENDS on or otherwise requires it)
  open-vm-tools was skipped: Requires meta-networking and meta-filesystems to be present.
  NOTE: Runtime target 'open-vm-tools' is unbuildable, removing...
  Missing or unbuildable dependency chain was: ['open-vm-tools']
  ERROR: Required build target 'packagegroup-meta-oe' has no buildable providers.
  Missing or unbuildable dependency chain was: ['packagegroup-meta-oe', 'open-vm-tools']

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>open-vm-tools: Do not use volatile qualifier</title>
<updated>2021-03-05T20:22:57+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-03-05T20:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8cb1ab780f92924e56f6d2f4c1f6723667508374'/>
<id>urn:sha1:8cb1ab780f92924e56f6d2f4c1f6723667508374</id>
<content type='text'>
gcc 11 has started to error on it

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>open-vm-tools: fix build error with usrmerge feature</title>
<updated>2020-01-15T05:53:06+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2020-01-14T08:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ffb4a46e1a348f27dfaa7ad030063fb11f32bcdd'/>
<id>urn:sha1:ffb4a46e1a348f27dfaa7ad030063fb11f32bcdd</id>
<content type='text'>
* Pass --with-udev-rules-dir to configure.
* Only create the symbolic link of mount.vmhgfs when disable usrmerge
  feature.

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>open-vm-tools: Ignore -Warray-bounds</title>
<updated>2019-12-27T03:52:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-12-25T23:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ab90611dd5e6473e0e309654d3efae45f7aa08ba'/>
<id>urn:sha1:ab90611dd5e6473e0e309654d3efae45f7aa08ba</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>open-vm-tools: Enable tirpc explicitly, fix build with 64bit time_t</title>
<updated>2019-11-13T15:15:16+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-11-12T18:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=90f924460eddff4e4f48eae653a6166bcaa67721'/>
<id>urn:sha1:90f924460eddff4e4f48eae653a6166bcaa67721</id>
<content type='text'>
These patches ensure that 64bit time_t is printed correctly, and on x86
do not limit time_t to be 4byte long

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>open-vm-tools: Fix build by removing deprecated G_INLINE_FUNC</title>
<updated>2019-10-26T09:41:33+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-10-26T07:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=accb14ce5dae1c5c3d0b4d27ee925d3e300b0ce4'/>
<id>urn:sha1:accb14ce5dae1c5c3d0b4d27ee925d3e300b0ce4</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>open-vm-tools: Upgrade to 11.0.1</title>
<updated>2019-10-24T08:01:44+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-10-22T17:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b7a7376981d39dd7554ea689d7d85257cc7dbf0d'/>
<id>urn:sha1:b7a7376981d39dd7554ea689d7d85257cc7dbf0d</id>
<content type='text'>
Drop backported patch available in 11.0 release
--disable-grabbitmqproxy is no longer a supported option

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>open-vm-tools: import gcc9 fixes from fedora</title>
<updated>2019-06-15T23:45:32+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2019-06-13T16:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=26a390305c827b038c942d3faf8b2ba32c847e5a'/>
<id>urn:sha1:26a390305c827b038c942d3faf8b2ba32c847e5a</id>
<content type='text'>
* fixes:
  ../../../git/open-vm-tools/lib/hgfsServer/hgfsServer.c: In function 'HgfsServerRead':
  ../../../git/open-vm-tools/lib/hgfsServer/hgfsServer.c:6541:43: error: taking address of packed member of 'struct HgfsReplyReadV3' may result in an unaligned pointer value [-Werror=address-of-packed-member]
   6541 |                                           &amp;reply-&gt;actualSize);
        |                                           ^~~~~~~~~~~~~~~~~~
  ../../../git/open-vm-tools/lib/hgfsServer/hgfsServer.c:6562:56: error: taking address of packed member of 'struct HgfsReplyRead' may result in an unaligned pointer value [-Werror=address-of-packed-member]
   6562 |                                        reply-&gt;payload, &amp;reply-&gt;actualSize);
        |                                                        ^~~~~~~~~~~~~~~~~~
  cc1: all warnings being treated as errors

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>open-vm-tools: refresh the patches so that they can be easily applied with devtool or git am</title>
<updated>2019-06-15T23:45:32+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2019-06-13T16:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6642ae94227f7c3c91c1a58f00f99aeb9eb2393f'/>
<id>urn:sha1:6642ae94227f7c3c91c1a58f00f99aeb9eb2393f</id>
<content type='text'>
* in preparation for a fix for gcc9 in following commit

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>open-vm-tools: Upgrade to 10.3.5</title>
<updated>2018-12-23T21:29:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-23T04:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5f063ad3b633d7bc990872453c23233846366a89'/>
<id>urn:sha1:5f063ad3b633d7bc990872453c23233846366a89</id>
<content type='text'>
Add a patch to fix build with gcc9

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
