<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/recipes-extended/xen, branch daisy</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=daisy</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=daisy'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2014-02-11T19:29:17+00:00</updated>
<entry>
<title>xen: Add RDEPENDS block for xendomains script.</title>
<updated>2014-02-11T19:29:17+00:00</updated>
<author>
<name>Philip Tricca</name>
<email>flihp@twobit.us</email>
</author>
<published>2014-02-10T01:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=323c1bb6f46076149a58b0561f2555afafde6990'/>
<id>urn:sha1:323c1bb6f46076149a58b0561f2555afafde6990</id>
<content type='text'>
I can't explain the dependency on xen-scripts-block as the xendomains
script doesn't invoke any of these scripts directly. Still xendomains
hangs indefinitely without them.

Signed-off-by: Philip Tricca &lt;flihp@twobit.us&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: Remove dependency on python-setuptools-native.</title>
<updated>2014-02-11T19:29:15+00:00</updated>
<author>
<name>Philip Tricca</name>
<email>flihp@twobit.us</email>
</author>
<published>2014-02-11T12:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=543d230ad5805b77661bd3999a883b75b9aedebb'/>
<id>urn:sha1:543d230ad5805b77661bd3999a883b75b9aedebb</id>
<content type='text'>
oe-core fixed some overlap between the python-setuptools-native and
python-distribute-native recently. This made python-setuptools
obsolite. See: http://patchwork.openembedded.org/patch/66085/
The Xen recipe already DEPENDS on python-distribute-native by
inheriting setuptools so we only need to remove the dependency on
python-setuptools-native.

Signed-off-by: Philip Tricca &lt;flihp@twobit.us&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: Add libgcc as runtime dependency of xen-xl package.</title>
<updated>2014-01-27T18:52:09+00:00</updated>
<author>
<name>Philip Tricca</name>
<email>flihp@twobit.us</email>
</author>
<published>2014-01-23T03:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=c93bc0c0185da21482164d9f76047715349cbb17'/>
<id>urn:sha1:c93bc0c0185da21482164d9f76047715349cbb17</id>
<content type='text'>
Much of xl operates fine without libgcc but some operations complain
that pthread_cancel won't work properly without libgcc_s.so.1
installed. The exact text is:

libgcc_s.so.1 must be installed for pthread_cancel to work

Signed-off-by: Philip Tricca &lt;flihp@twobit.us&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: Add RDEPENDS for xencommons.</title>
<updated>2014-01-20T18:06:22+00:00</updated>
<author>
<name>Philip Tricca</name>
<email>flihp@twobit.us</email>
</author>
<published>2014-01-20T01:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=ab8011839174030fc81bbf91bec861d0a9f95c42'/>
<id>urn:sha1:ab8011839174030fc81bbf91bec861d0a9f95c42</id>
<content type='text'>
Signed-off-by: Philip Tricca &lt;flihp@twobit.us&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: Cleanup watchdog FILES declaration.</title>
<updated>2014-01-20T18:06:22+00:00</updated>
<author>
<name>Philip Tricca</name>
<email>flihp@twobit.us</email>
</author>
<published>2014-01-20T01:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=e84dfcdaae0d09dcb55c0aebc629b7a0a3a59754'/>
<id>urn:sha1:e84dfcdaae0d09dcb55c0aebc629b7a0a3a59754</id>
<content type='text'>
Signed-off-by: Philip Tricca &lt;flihp@twobit.us&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: Move supporting files into xencommons and xendomains packages.</title>
<updated>2014-01-20T18:06:22+00:00</updated>
<author>
<name>Philip Tricca</name>
<email>flihp@twobit.us</email>
</author>
<published>2014-01-20T01:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=e5ced4b778a735d134292911d1bcb20f40d04440'/>
<id>urn:sha1:e5ced4b778a735d134292911d1bcb20f40d04440</id>
<content type='text'>
Signed-off-by: Philip Tricca &lt;flihp@twobit.us&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: move populate-volatile.sh postinst to -volatiles package</title>
<updated>2013-12-18T02:06:35+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-12-18T02:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=257393291db93850c79cb055d8a7f28e04177d6a'/>
<id>urn:sha1:257393291db93850c79cb055d8a7f28e04177d6a</id>
<content type='text'>
We really only want this to run if the volatiles package is installed, so
the postinst belongs with that same package.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: Break volatiles out into separate package.</title>
<updated>2013-12-18T02:05:40+00:00</updated>
<author>
<name>Philip Tricca</name>
<email>flihp@twobit.us</email>
</author>
<published>2013-12-04T02:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=9a69a0ffdc3697679a127b6f0a2644bbbc2ebe1d'/>
<id>urn:sha1:9a69a0ffdc3697679a127b6f0a2644bbbc2ebe1d</id>
<content type='text'>
The Xen scripts for handling block and vif udev events depend on
directories created by the Xen volatile directories. In a situation
where the 'base' Xen package isn't installed (NDVM etc) these
scripts fail silently. The most simple approach I could come up
with is just breaking the Xen volatiles config out into it's own
package and setting up the logical dependencies.

Creating a new package for just a single file seems like overkill
to me but it's the most straightforward thing I could come up with.

Regards,
Philip

Signed-off-by: Philip Tricca &lt;flihp@twobit.us&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: add xen_git recipe.</title>
<updated>2013-11-08T03:25:50+00:00</updated>
<author>
<name>Chris Patterson</name>
<email>cjp256@gmail.com</email>
</author>
<published>2013-11-08T03:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=be39b4cced431b5a3b9a8dd6d21cc4dc8605089b'/>
<id>urn:sha1:be39b4cced431b5a3b9a8dd6d21cc4dc8605089b</id>
<content type='text'>
Added recipe for xen unstable from git repository.

Moved now empty xen-flask and xen-libblktap packages from
required dependencies from xen.inc into xen_4.3.1.bb.

Signed-off-by: Chris Patterson &lt;cjp256@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen: improve organization with new xen.inc</title>
<updated>2013-11-08T01:50:51+00:00</updated>
<author>
<name>Chris Patterson</name>
<email>cjp256@gmail.com</email>
</author>
<published>2013-11-08T01:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=cd1d2e5d441eaf1b0f2e0fe17065e7e8c6b7a801'/>
<id>urn:sha1:cd1d2e5d441eaf1b0f2e0fe17065e7e8c6b7a801</id>
<content type='text'>
Moved common recipe bits from xen_4.3.1.bb to xen.inc.

Signed-off-by: Chris Patterson &lt;cjp256@gmail.com&gt;
</content>
</entry>
</feed>
