<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/packages, branch green</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=green</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=green'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2010-06-30T14:08:42+00:00</updated>
<entry>
<title>encodings: Specify encodingsdir as the default was being detected incorrectly resulting in an empty package</title>
<updated>2010-06-30T14:08:42+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-06-30T14:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f5003084d54cefb7e4f991e195db82f94faf6ea2'/>
<id>urn:sha1:f5003084d54cefb7e4f991e195db82f94faf6ea2</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>busybox: fix unexpected "done" in /etc/udhcpc.d/50default script.</title>
<updated>2010-06-29T12:36:16+00:00</updated>
<author>
<name>Enric Balletbo i Serra</name>
<email>eballetbo@gmail.com</email>
</author>
<published>2010-06-27T10:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=763b11d0fd6b804c73f0f645a3025c8f82f5aaf1'/>
<id>urn:sha1:763b11d0fd6b804c73f0f645a3025c8f82f5aaf1</id>
<content type='text'>
Run udhcpc results in

 udhcpc (v1.15.3) started
 /etc/udhcpc.d/50default: line 37: syntax error: unexpected "done" (expecting "fi")
 run-parts: /etc/udhcpc.d/50default exited with code 2

Signed-off-by: Enric Balletbo i Serra &lt;eballetbo@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>qemux86/xorg.conf: no DefaultDepth for VMware SVGA driver</title>
<updated>2010-06-29T12:36:07+00:00</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-06-21T08:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7d292468e76c1ba0f73fb6abca57a5d87207d919'/>
<id>urn:sha1:7d292468e76c1ba0f73fb6abca57a5d87207d919</id>
<content type='text'>
VMware SVGA driver needs to have same depth between the host and the guest. Or put in
other word, the depth read by the guest is the value read from host. The guest is not
allowed to change virtual depth to other value. With DefaultDepth option xorg.conf,
vmware driver rejects to work with suggestion "Please do not specify a depth on the
command line or via the config file".

Signed-off-by Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>qemu: fix VMware VGA depth calculation error</title>
<updated>2010-06-29T12:35:59+00:00</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-06-29T00:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f51bb812482ec07fa6890be308ddd190512b557a'/>
<id>urn:sha1:f51bb812482ec07fa6890be308ddd190512b557a</id>
<content type='text'>
VMware SVGA presents to the guest with the depth of the host surface it renders
to, and rejects to work if the two sides are mismatched. One problem is that
current VMware VGA may calculate a wrong host depth, and then memcpy from virtual
framebuffer to host surface may trigger segmentation fault. For example, when
launching Qemu in a VNC connection, VMware SVGA thinks depth as '32', however the
actual depth of VNC is '16'. The fault also happens when the host depth is not
32 bit.

Qemu &lt;4b5db3749c5fdba93e1ac0e8748c9a9a1064319f&gt; tempts to fix a similar issue, by
changing from hard-coded 24bit depth to instead query the surface allocator
(e.g. sdl). However it doesn't really work, because the point where query
is invoked is earlier than the point where sdl is initialized. At query time,
qemu uses a default surface allocator which, again, provides another hard-coded
depth value - 32bit. So it happens to make VMware SVGA working on some hosts,
but still fails in others.

To solve this issue, this commit introduces a postcall interface to display
surface, which is walked after surface allocators are actually initialized.
At that point it's then safe to query host depth and present to the guest.

Signed-off-by Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>gcc: Add patch to allow disabling of libstdc++ linkage and hence fix gcc-runtime which was having broken configure tests due to the linker failures and assuming maths primitives were not in libm</title>
<updated>2010-06-29T12:35:50+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-06-28T23:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d3b8687ea6604e8d2a6b53fc50f2a319df5625d5'/>
<id>urn:sha1:d3b8687ea6604e8d2a6b53fc50f2a319df5625d5</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>qemu: Enable ppc system emulation and fix ppc build</title>
<updated>2010-06-29T12:35:30+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-06-24T07:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=93f7d74492abf285dde2f9170409e84d35ce0f75'/>
<id>urn:sha1:93f7d74492abf285dde2f9170409e84d35ce0f75</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>pkgconfig: add patch to disable legacy scripts such as glib-config</title>
<updated>2010-06-25T13:58:43+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-22T12:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e2c567f51e2d1bf769c8e2ea3abd738ce6fa7c0a'/>
<id>urn:sha1:e2c567f51e2d1bf769c8e2ea3abd738ce6fa7c0a</id>
<content type='text'>
On an F13 host with glib-config installed pkgconfig-native can get into a
horrible state with recursive calls between pkg-config and glib-config.
The patch adds a configure time option to disable legacy script support in
pkgconfig and makes use of the option for Poky.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>cross-canadian: ensure package dependencies are generated correctly</title>
<updated>2010-06-25T13:58:34+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-25T12:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7646f333e14ed2e4f34552544e1428218fd08f3b'/>
<id>urn:sha1:7646f333e14ed2e4f34552544e1428218fd08f3b</id>
<content type='text'>
cross-canadian packages need to look for their SOLIBS in the nativesdk
sysroot so that dependencies are correctly picked up and meta-toolchains are
correctly built.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gdb-cross-canadian: build with the host-triplet prefix</title>
<updated>2010-06-23T17:44:59+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-23T17:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b318d8f87b762dc137c35b246a8efc85a070d561'/>
<id>urn:sha1:b318d8f87b762dc137c35b246a8efc85a070d561</id>
<content type='text'>
Our cross-canadian tools our built with the host-triplet prefix, gdb should do
similar.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>qemu: fix sloppy merge</title>
<updated>2010-06-23T17:02:45+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-23T17:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5a4342cb2ecfc8a2f4a3868a5ba66c79fbe07d5e'/>
<id>urn:sha1:5a4342cb2ecfc8a2f4a3868a5ba66c79fbe07d5e</id>
<content type='text'>
Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
</feed>
