<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/site/sh-common, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2011-08-04T14:04:07Z</updated>
<entry>
<title>Various siteinfo: Drop rp-pppoe variables</title>
<updated>2011-08-04T14:04:07Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-27T18:43:45Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=6129df9588c96ca710c585f5ed400ac551b61055'/>
<id>urn:sha1:6129df9588c96ca710c585f5ed400ac551b61055</id>
<content type='text'>
These variables were wrong on big-endian machines and this recipe is now
handled in meta-oe (along with the siteinfo files).

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy</title>
<updated>2011-08-04T14:04:07Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-27T18:08:15Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=a54a803ed89969c2416bfa9d911fe4cf558e2391'/>
<id>urn:sha1:a54a803ed89969c2416bfa9d911fe4cf558e2391</id>
<content type='text'>
Providing va_copy / __va_copy come down to the libc.  va_val_copy
comes down to the architecture.  Unfortunately it's assumed true
if not set, so we need to make sure to set this to false for
x86_64 where it is not true.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>Various siteinfo files: Consolidate ac_cv_func_getaddrinfo</title>
<updated>2011-08-04T14:04:06Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-26T23:23:01Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=bca50524921a870bf774e23973a834f20701f146'/>
<id>urn:sha1:bca50524921a870bf774e23973a834f20701f146</id>
<content type='text'>
This is a libc feature, move there.  Drop the ipsec-tools specific
test as ipsec-tools (a) assumes fine on cross-compile and (b) doesn't
support buggy getaddrinfo now.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>Various site files: Drop monotone/mono</title>
<updated>2011-08-04T14:04:00Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-26T22:46:32Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=dc678e674ba9c56feb150bf06829a44fbe4e2b5a'/>
<id>urn:sha1:dc678e674ba9c56feb150bf06829a44fbe4e2b5a</id>
<content type='text'>
Not in oe-core nor meta-oe and based on oe.dev, possibly incomplete.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>sudo: Drop sudo_cv_uid_t_len from site files</title>
<updated>2011-08-04T14:01:18Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-26T21:35:37Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=ae054a823909c5ebf03fec962844a213dc3fb8e1'/>
<id>urn:sha1:ae054a823909c5ebf03fec962844a213dc3fb8e1</id>
<content type='text'>
We were just setting this to the assumed default.  If anything, this
belongs in the libc files if we must set it.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to common-libc</title>
<updated>2011-07-27T10:54:52Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-22T00:17:35Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=9226635ab28b5ca44ec04931d27c5c3313d56e61'/>
<id>urn:sha1:9226635ab28b5ca44ec04931d27c5c3313d56e61</id>
<content type='text'>
These functions are determined by the C library so move them to common-glibc
and common-uclibc

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>siteinfo: Move general realloc/malloc values to common-$libc</title>
<updated>2011-07-27T10:54:52Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-14T19:59:11Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=cab512d7ee50fb55b9412c0e1a52a589de09e0a7'/>
<id>urn:sha1:cab512d7ee50fb55b9412c0e1a52a589de09e0a7</id>
<content type='text'>
These are tests for glibc behavior which we have enabled in uclibc.
Note that if we ever disable MALLOC_GLIBC_COMPAT the uclibc tests
will need to be changed (but I believe this would also entail massive
patching to the rest of userspace so this should be unlikely).

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>siteinfo: Move certain db entries to common-linux</title>
<updated>2011-07-27T10:54:52Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-14T19:49:19Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=7cc52fca921259e331a34263d8113e29b9e0dee9'/>
<id>urn:sha1:7cc52fca921259e331a34263d8113e29b9e0dee9</id>
<content type='text'>
Note that we had a number of unused and ignored settings wrt mutex
support.  These have been dropped as they weren't being used and
implied some odd things to boot.  This is also a partial resync with
oe.dev which had some, but not all of these changes.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>siteinfo: Move certain mysql entries to common-linux</title>
<updated>2011-07-27T10:54:52Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-13T21:06:16Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=a1ce2e6039652c94ba34bfe7343a4424a1cc133b'/>
<id>urn:sha1:a1ce2e6039652c94ba34bfe7343a4424a1cc133b</id>
<content type='text'>
More re-sync with oe.dev

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
<entry>
<title>siteinfo: Move certain bash entries to common-linux</title>
<updated>2011-07-27T10:54:51Z</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-13T19:52:52Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=75aa86f4800a8344e1dfe721a729fdd281e26a20'/>
<id>urn:sha1:75aa86f4800a8344e1dfe721a729fdd281e26a20</id>
<content type='text'>
More re-sync with oe.dev

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
</entry>
</feed>
