<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/lvm2, branch thud</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=thud</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=thud'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2018-11-15T21:18:50+00:00</updated>
<entry>
<title>lvm2.inc: Correct the license (LGPL-2.0 -&gt; LGPL-2.1)</title>
<updated>2018-11-15T21:18:50+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2018-11-03T09:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=36977b35b17d7c50e84854e9bdd72c91b208fd9d'/>
<id>urn:sha1:36977b35b17d7c50e84854e9bdd72c91b208fd9d</id>
<content type='text'>
The library parts are actually LGPL-2.1, not LGPL-2.0.

License-Update: The correct license is LGPL-2.1, not LGPL-2.0.
Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
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>lvm2: update SRC_URI</title>
<updated>2018-11-15T21:18:48+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>Mingli.Yu@windriver.com</email>
</author>
<published>2018-11-01T07:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=38702c103b7402bf7f53f698970a4ad34e132966'/>
<id>urn:sha1:38702c103b7402bf7f53f698970a4ad34e132966</id>
<content type='text'>
Update SRC_URI for lvm2 as the previous
one is invalid.

Signed-off-by: Mingli Yu &lt;Mingli.Yu@windriver.com&gt;
Tested-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
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>lvm2: Add RDEPEND on lvm2 to lvm2-udevrules</title>
<updated>2018-09-24T18:49:45+00:00</updated>
<author>
<name>Alex Kiernan</name>
<email>alex.kiernan@gmail.com</email>
</author>
<published>2018-09-21T10:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c6e963f9e078b728911afed38d31ed234a384154'/>
<id>urn:sha1:c6e963f9e078b728911afed38d31ed234a384154</id>
<content type='text'>
Some of the rules installed as part of lvm2-udevrules need to run dmsetup,
so add the dependency on lvm2 in order to ensure these can execute
correctly.

This fixes cryptsetup hanging when creating volumes.

Signed-off-by: Alex Kiernan &lt;alex.kiernan@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libdevmapper: Install dmsetup</title>
<updated>2018-09-15T02:02:18+00:00</updated>
<author>
<name>Andrew Bresticker</name>
<email>abrestic@waymo.com</email>
</author>
<published>2018-09-14T23:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ea2ee9c7acbfc23b39eb57301dd66c80b389200d'/>
<id>urn:sha1:ea2ee9c7acbfc23b39eb57301dd66c80b389200d</id>
<content type='text'>
Commit 6aa1dd223a140 ("lvm2/libdevmapper: fix invoking lvcreate failed")
moved installation of dmsetup back to lvm2 from libdevmapper, but dmsetup
had intentionally been moved to libdevmapper in commit 269d009a81d4
("lvm2: libdevicemapper package needs udev rules and dmsetup"). Add it back
to libdevmapper by explicitly installing it in do_install(), and refresh
explicitly-do-not-install-libdm.patch so that we also explicitly do not
install dmsetup as part of lvm2.

Signed-off-by: Andrew Bresticker &lt;abrestic@waymo.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lvm2: fix install file conflict with multilib</title>
<updated>2018-09-04T18:55:21+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2018-09-04T07:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0a6da45873c78a7d8580f3ab171cf46d26369849'/>
<id>urn:sha1:0a6da45873c78a7d8580f3ab171cf46d26369849</id>
<content type='text'>
When enable multilib and both lvm2 and multilib lvm2 such as lib32-lvm2
are installed to image, it causes install file conflict.

| file /etc/lvm/lvm.conf conflicts between attempted installs of
| lib32-lvm2-2.02.180-r0.x86 and lvm2-2.02.180-r0.core2_64

Inherit multilib_script to fix it.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lvm2/libdevmapper: 2.02.177 -&gt; 2.02.180</title>
<updated>2018-08-02T18:23:03+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2018-08-01T07:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1ffb90072a0fd17ee3be310af52bb32945b53ec3'/>
<id>urn:sha1:1ffb90072a0fd17ee3be310af52bb32945b53ec3</id>
<content type='text'>
Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nativesdk-lvm2: Fix installed-vs-shipped errors</title>
<updated>2018-07-17T01:42:41+00:00</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2018-07-16T17:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d3cbf507240f7c3604dcc10df71f1fdf40e6851e'/>
<id>urn:sha1:d3cbf507240f7c3604dcc10df71f1fdf40e6851e</id>
<content type='text'>
Fix the following build errors:
$ bitbake nativesdk-lvm2
ERROR: nativesdk-lvm2-2.02.177-r0 do_package: QA Issue: nativesdk-lvm2: Files/directories were installed but not shipped in any package:
  /etc
  /etc/lvm
  /etc/lvm/lvmlocal.conf
  /etc/lvm/lvm.conf
  /etc/lvm/profile
  /etc/lvm/profile/metadata_profile_template.profile
  /etc/lvm/profile/cache-smq.profile
  /etc/lvm/profile/thin-generic.profile
  /etc/lvm/profile/command_profile_template.profile
  /etc/lvm/profile/cache-mq.profile
  /etc/lvm/profile/thin-performance.profile
  /etc/lvm/profile/lvmdbusd.profile
...
nativesdk-lvm2: 12 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lvm2: add UPSTREAM_CHECK_URI</title>
<updated>2018-05-29T19:56:19+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2018-05-29T07:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a6cc373a0595b1cb9a6e39482c0d7a76a9c2e2cc'/>
<id>urn:sha1:a6cc373a0595b1cb9a6e39482c0d7a76a9c2e2cc</id>
<content type='text'>
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>lvm2: refresh patches</title>
<updated>2018-05-27T04:10:55+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2018-05-20T21:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=40c0b16b72416736bd5e83ce04733d7260192f59'/>
<id>urn:sha1:40c0b16b72416736bd5e83ce04733d7260192f59</id>
<content type='text'>
used quilt to refresh

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lvm2: 2.02.171 -&gt; 2.02.277</title>
<updated>2018-05-17T15:31:11+00:00</updated>
<author>
<name>Hong Liu</name>
<email>hongl.fnst@cn.fujitsu.com</email>
</author>
<published>2018-05-15T10:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=da9138fd7feb4f764bfdcbcc8954269a8eba69c4'/>
<id>urn:sha1:da9138fd7feb4f764bfdcbcc8954269a8eba69c4</id>
<content type='text'>
Upgrade lvm2 from 2.02.171 to 2.02.277.

Signed-off-by: Hong Liu &lt;hongl.fnst@cn.fujitsu.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
