<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/uclibc, branch multitech-corecdp-1.x</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>uclibc: Package uclibc_nonshared.a into ulibc-dev.</title>
<updated>2010-01-16T02:02:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-01-16T02:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=17fe732b3712c4eb0824a2503da44be939921f21'/>
<id>17fe732b3712c4eb0824a2503da44be939921f21</id>
<content type='text'>
* uclibc_noshared.a and libpthread_nonshared.a are
  right now packaged into uclibc-static which does
  not get installed along with uclibc-dev. These libraries
  are required on target for native SDK to work.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* uclibc_noshared.a and libpthread_nonshared.a are
  right now packaged into uclibc-static which does
  not get installed along with uclibc-dev. These libraries
  are required on target for native SDK to work.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uclibc-nptl/uClibc.distro: Enable stubs for libnsl and libresolv</title>
<updated>2010-01-14T08:36:46+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-01-13T23:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0776baa885a84a0719c4250739a8d9a4cf6913a2'/>
<id>0776baa885a84a0719c4250739a8d9a4cf6913a2</id>
<content type='text'>
* This furthers native-sdk-image compilation on uclibc nptl.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This furthers native-sdk-image compilation on uclibc nptl.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uclibc-nptl: Fix booting problems on mips nptl.</title>
<updated>2010-01-13T02:00:59+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-01-13T01:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ecb41b75cdbc4d66c3b31bde94583c2797b8fa1d'/>
<id>ecb41b75cdbc4d66c3b31bde94583c2797b8fa1d</id>
<content type='text'>
* This patch fixes the fundamental problems in getting a
  bootable system based on uclibc nptl for mips. Patch is
  submitted upstream.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This patch fixes the fundamental problems in getting a
  bootable system based on uclibc nptl for mips. Patch is
  submitted upstream.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uclibc-nptl: Add machine config parts for mips,x86 qemu.</title>
<updated>2010-01-08T22:20:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-01-08T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c38a0f150a309231cfcfecc46e19ae67054b0c54'/>
<id>c38a0f150a309231cfcfecc46e19ae67054b0c54</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the wrong setting in qemumips/uClibc.machine</title>
<updated>2010-01-02T10:12:10+00:00</updated>
<author>
<name>Guo Hongruan</name>
<email>camelguo@gmail.com</email>
</author>
<published>2010-01-02T09:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e33e059b5cf0aa6bfe3b0b7b057ec0d48d2767d5'/>
<id>e33e059b5cf0aa6bfe3b0b7b057ec0d48d2767d5</id>
<content type='text'>
* In the previous version, the qemumips/uClibc.machine is copied from qemux86/uClibc.machine without any modification, which causes the compilation of uClibc for qemumips failed.

Signed-off-by: Guo Hongruan &lt;camelguo@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* In the previous version, the qemumips/uClibc.machine is copied from qemux86/uClibc.machine without any modification, which causes the compilation of uClibc for qemumips failed.

Signed-off-by: Guo Hongruan &lt;camelguo@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uclibc_nptl.bb: Set DEFAULT_PREFERENCE to -1.</title>
<updated>2009-12-30T01:43:36+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-12-30T01:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=fc1a27a48b95b7e992b8c286542cbbda6b09b174'/>
<id>fc1a27a48b95b7e992b8c286542cbbda6b09b174</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uclibc-nptl: Move SRCREV to latest on nptl branch.</title>
<updated>2009-12-30T01:21:13+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-12-30T01:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=4de0c3d90b4f517ce7762fc6716572f165f344e7'/>
<id>4de0c3d90b4f517ce7762fc6716572f165f344e7</id>
<content type='text'>
* move the SRCREV of git recipe to tip of master.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move the SRCREV of git recipe to tip of master.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uclibc-nptl: Move to current tip of branch</title>
<updated>2009-12-14T19:31:07+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-12-14T19:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=7144e15e91b327e75a5270db8457a2c5cfa62f9a'/>
<id>7144e15e91b327e75a5270db8457a2c5cfa62f9a</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uclibc-nptl: Set UCLIBC_HAS_LIBUTIL=y</title>
<updated>2009-12-09T17:44:26+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-12-09T17:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9e047cb931b2047b611d2df1b960a7adc14afa67'/>
<id>9e047cb931b2047b611d2df1b960a7adc14afa67</id>
<content type='text'>
* Some recipes like sysvinit checks for libutils

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Some recipes like sysvinit checks for libutils

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uclibc-nptl: Update to lastest git rev.</title>
<updated>2009-12-07T17:52:13+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-12-07T17:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0d0a49c2b69de16fea2e00ecd9ad1a84318ecfab'/>
<id>0d0a49c2b69de16fea2e00ecd9ad1a84318ecfab</id>
<content type='text'>
* Add patch to fix build issue in rpc.
* Apply installfix patch to sort out parallel builds.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add patch to fix build issue in rpc.
* Apply installfix patch to sort out parallel builds.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
