<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/packages/pseudo, branch python3</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=python3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=python3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2010-08-27T14:29:45+00:00</updated>
<entry>
<title>Major layout change to the packages directory</title>
<updated>2010-08-27T14:29:45+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-27T14:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=29d6678fd546377459ef75cf54abeef5b969b5cf'/>
<id>urn:sha1:29d6678fd546377459ef75cf54abeef5b969b5cf</id>
<content type='text'>
Having one monolithic packages directory makes it hard to find things
and is generally overwhelming. This commit splits it into several
logical sections roughly based on function, recipes.txt gives more
information about the classifications used.

The opportunity is also used to switch from "packages" to "recipes"
as used in OpenEmbedded as the term "packages" can be confusing to
people and has many different meanings.

Not all recipes have been classified yet, this is just a first pass
at separating things out. Some packages are moved to meta-extras as
they're no longer actively used or maintained.

Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>unfs-server: new userspace nfs recipe</title>
<updated>2010-08-20T15:20:09+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-08-13T04:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b5b3825ce6df45b16e1f3e15001da213bc8b0a55'/>
<id>urn:sha1:b5b3825ce6df45b16e1f3e15001da213bc8b0a55</id>
<content type='text'>
This is a simple userspace NFS server, derived from one which was
previously used in openSUSE 10.x. Wind River contributed many of the
patches.

This package is not intended for target installations, only -native
and -nativesdk use.

Enabling nativesdk for readline, sqlite3, and pseudo was required, as
well as a few new autoconf siteconfig entries.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>pseudo: Fix pseudo build</title>
<updated>2010-08-13T07:57:25+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mhatle@windriver.com</email>
</author>
<published>2010-08-13T04:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=07582c776104b77077faecf09684bb401d8c3950'/>
<id>urn:sha1:07582c776104b77077faecf09684bb401d8c3950</id>
<content type='text'>
Revert the change from 28d70bcddba93ad649de714b3229586d53de325e.

Change the upstream commit to id: d30de158c1986d2161647629f279018702a42750.

This fixes the const is read-only issue when compiling.

Signed-off-by: Mark Hatle &lt;mhatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>pseudo: Fix segfaults</title>
<updated>2010-08-12T22:12:49+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-12T22:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=28d70bcddba93ad649de714b3229586d53de325e'/>
<id>urn:sha1:28d70bcddba93ad649de714b3229586d53de325e</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>pseudo: Upgrade pseudo and correct problems</title>
<updated>2010-08-12T14:47:02+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mhatle@windriver.com</email>
</author>
<published>2010-08-06T18:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1c9f061d1f855cd0ecdcd3449e1f9bf45a7de0ee'/>
<id>urn:sha1:1c9f061d1f855cd0ecdcd3449e1f9bf45a7de0ee</id>
<content type='text'>
Fix an issue where pseudo could try to compile incorrectly on an
x86_64 host system.  Now it verifies that it should be trying to build
a 32-bit library, and if so the necessary prereqs are available.

Also uprev to the latest version of pseudo changes to enable wrapping
of execl, local variable storage and misc fixes.

Signed-off-by: Mark Hatle &lt;mhatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>pseudo: Only build 32 bit lib version if 32 bit development headers are available</title>
<updated>2010-08-09T11:13:24+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-09T11:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=bca283671f74b79394e9c332b790e5ed0dc44f35'/>
<id>urn:sha1:bca283671f74b79394e9c332b790e5ed0dc44f35</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>pseudo: Enable dual 32-bit and 64-bit support</title>
<updated>2010-08-06T13:56:03+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>Mark.Hatle@windriver.com</email>
</author>
<published>2010-08-06T13:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2c2e5dc14677c0c10cf1eaedb7207be58a2ec4cb'/>
<id>urn:sha1:2c2e5dc14677c0c10cf1eaedb7207be58a2ec4cb</id>
<content type='text'>
On an x86_64 host, both 32-bit and 64-bit libraries need to be generated.
It is fairly common that a user will have at least a few 32-bit programs
on their x86_64 host system, so a pseudo wrapper for 32-bit is required
to allow those programs to be successfully wrapped.

Signed-off-by: Mark Hatle &lt;Mark.Hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>pseudo: Change pseudo integration to better support local DBs</title>
<updated>2010-08-04T22:40:56+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mhatle@windriver.com</email>
</author>
<published>2010-08-04T13:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4e2c84f6b4d200e35afc7fff1b39de85afb480af'/>
<id>urn:sha1:4e2c84f6b4d200e35afc7fff1b39de85afb480af</id>
<content type='text'>
Change the pseudo integration:
  * Uprev to latest open source version
  * Restructure the patches to allow for many local DBs, as well as
    pseudo specific lib dirs.

Signed-off-by: Mark Hatle &lt;mhatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>pseudo: Fix path length issues and resulting chdir issues</title>
<updated>2010-07-24T23:33:30+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-24T23:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ae2836692f7e5ed96fdf6d5284ec3bdfaca024ab'/>
<id>urn:sha1:ae2836692f7e5ed96fdf6d5284ec3bdfaca024ab</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>pseudo: Make sure log/pid/lock/socket files are covered by data directory moves</title>
<updated>2010-07-24T09:55:51+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-24T09:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=53b11611e1e06dddb28455c6bc8dfb86f19345ff'/>
<id>urn:sha1:53b11611e1e06dddb28455c6bc8dfb86f19345ff</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
</feed>
