<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/klibc, branch corecdp-1.0.0</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>klibc: teach klcc what -isystem is</title>
<updated>2009-12-13T23:57:53+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2009-12-13T23:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8f491bf275cf8a64d05e99f2e5b0c6c5143202b4'/>
<id>8f491bf275cf8a64d05e99f2e5b0c6c5143202b4</id>
<content type='text'>
* bump PR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bump PR
</pre>
</div>
</content>
</entry>
<entry>
<title>klibc-1.5.15: Unbreak the build for x86 with kernels &lt; 2.6.31</title>
<updated>2009-11-12T18:40:29+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-11-12T18:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9ea5e56d701a4841150b5c17cc229b5a714a8f47'/>
<id>9ea5e56d701a4841150b5c17cc229b5a714a8f47</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>klibc-1.5.15: fix build against 2.6.31 linux headers</title>
<updated>2009-10-27T17:46:05+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2009-10-27T17:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=6f36bd6e28bce49b72e5a3cff77e0c74b8f65e41'/>
<id>6f36bd6e28bce49b72e5a3cff77e0c74b8f65e41</id>
<content type='text'>
* apply patches from Ubuntu to build against 2.6.31 linux headers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* apply patches from Ubuntu to build against 2.6.31 linux headers
</pre>
</div>
</content>
</entry>
<entry>
<title>klibc_*.inc: fix QA about packaging (klibc.so only for -dev)</title>
<updated>2009-10-22T23:02:21+00:00</updated>
<author>
<name>Jeremy Laine</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2009-10-22T21:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3e9bb4f23c205dde9ab1b042b4bfc2c1b5fe8243'/>
<id>3e9bb4f23c205dde9ab1b042b4bfc2c1b5fe8243</id>
<content type='text'>
Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OS</title>
<updated>2009-09-03T22:34:56+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-09-03T22:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=558f6d44365f062523fbba3926ab46e5cd1984b8'/>
<id>558f6d44365f062523fbba3926ab46e5cd1984b8</id>
<content type='text'>
* Bump the ABI_LAYOUT. Build from scratch will be needed.
* Replace using TARGET_OS from  linux-&gt;linux-gnu.
* Replace using linux-uclibcgnueabi-&gt;linux-uclibceabi.
* Add 'eabi' to DISTRO_FEATURES (only for minimal and micro).
* Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS.
* Fix the micro conf to get console image building.
* Fix the linux-uclibcgnueabi overrides in all recipes.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Phill Blundell &lt;pb@reciva.com&gt;
Acked-by: Michael 'Mickey' Lauer &lt;mickey@vanille-media.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump the ABI_LAYOUT. Build from scratch will be needed.
* Replace using TARGET_OS from  linux-&gt;linux-gnu.
* Replace using linux-uclibcgnueabi-&gt;linux-uclibceabi.
* Add 'eabi' to DISTRO_FEATURES (only for minimal and micro).
* Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS.
* Fix the micro conf to get console image building.
* Fix the linux-uclibcgnueabi overrides in all recipes.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Phill Blundell &lt;pb@reciva.com&gt;
Acked-by: Michael 'Mickey' Lauer &lt;mickey@vanille-media.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>klibc_1.5.15 / klibc-utils-static_1.5.15: add 'dmesg' and 'sync' targets</title>
<updated>2009-08-06T23:29:44+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2009-08-06T23:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9fcfc90bc79e1fae671c4ad4a305f1567c5f9a3e'/>
<id>9fcfc90bc79e1fae671c4ad4a305f1567c5f9a3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>klibc: reorganize recipes and patches (use FILESPATHPKG)</title>
<updated>2009-08-06T22:50:18+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2009-08-06T22:50:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=55bf476027b34eb910f98e6d88f97768342920eb'/>
<id>55bf476027b34eb910f98e6d88f97768342920eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>klibc, klibc-utils-static: bump to Testing/1.5.15</title>
<updated>2009-08-05T23:52:47+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2009-08-05T23:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=6211c548044fd843092c306382110a201d9f2a58'/>
<id>6211c548044fd843092c306382110a201d9f2a58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "linux-2.6.29: add a default kernel for tqm8540"</title>
<updated>2009-06-18T18:12:52+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2009-06-18T18:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=68a8be99518c624816d238ee2ebb5e602a4c62ac'/>
<id>68a8be99518c624816d238ee2ebb5e602a4c62ac</id>
<content type='text'>
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-2.6.29: add a default kernel for tqm8540</title>
<updated>2009-06-18T11:45:14+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2009-06-18T11:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f1cc64d92cc4023fe8180dc0079d010eec0d71b0'/>
<id>f1cc64d92cc4023fe8180dc0079d010eec0d71b0</id>
<content type='text'>
Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
