<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/site/mipsel-linux, 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>site/: Change the db_cv_mutex site defaults for db</title>
<updated>2009-12-09T15:20:13+00:00</updated>
<author>
<name>Brian Pomerantz</name>
<email>bapper@mvista.com</email>
</author>
<published>2009-06-26T04:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b56e04329dd7dc14981772895e6777125bdf231f'/>
<id>b56e04329dd7dc14981772895e6777125bdf231f</id>
<content type='text'>
The rpm build is failing on the internal db3 build because it thinks
db_cv_mutex=no is telling it that "no" is the mutext type.  Setting
this to proper values for the platforms that didn't have them set
already should fix the rpm builds.

Signed-off-by: Brian Pomerantz &lt;bapper@mvista.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The rpm build is failing on the internal db3 build because it thinks
db_cv_mutex=no is telling it that "no" is the mutext type.  Setting
this to proper values for the platforms that didn't have them set
already should fix the rpm builds.

Signed-off-by: Brian Pomerantz &lt;bapper@mvista.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mono-2.4.2.3: Fix compilation issues.</title>
<updated>2009-10-16T18:29:36+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-10-16T18:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a7493cc7d18eb234f42c6d4c8c01ae1faaad1df9'/>
<id>a7493cc7d18eb234f42c6d4c8c01ae1faaad1df9</id>
<content type='text'>
* Disable parallel make, mono does not like it.
* Add a patch to get mono cross compile for x86 target.
* add mono_cv_sizeof_sunpath to site files, becasue
  previously it was called cv_mono_sizeof_sunpath

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Disable parallel make, mono does not like it.
* Add a patch to get mono cross compile for x86 target.
* add mono_cv_sizeof_sunpath to site files, becasue
  previously it was called cv_mono_sizeof_sunpath

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>conf: Decosmetize TARGET_OS</title>
<updated>2009-10-10T07:58:56+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-10-08T23:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=af8c8d14ffa9daf9f6ec19fa2d49c687cf5cff64'/>
<id>af8c8d14ffa9daf9f6ec19fa2d49c687cf5cff64</id>
<content type='text'>
* This patch reverts the cosmetic change which used linux-gnu instead of linux

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Tested-by: Holger Freyther &lt;zecke@selfish.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This patch reverts the cosmetic change which used linux-gnu instead of linux

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Tested-by: Holger Freyther &lt;zecke@selfish.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>siteinfo: Add common-mips site file.</title>
<updated>2009-10-06T22:31:32+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-10-06T04:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d744bc6c4e1f50a72974d29ca58c5d861f6f7634'/>
<id>d744bc6c4e1f50a72974d29ca58c5d861f6f7634</id>
<content type='text'>
* After renaming the target triplet the file names
  needs to be renamed because they are used in get_siteinfo_list

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* After renaming the target triplet the file names
  needs to be renamed because they are used in get_siteinfo_list

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>site/common-linux: centralize bash configure vars</title>
<updated>2009-08-19T21:44:05+00:00</updated>
<author>
<name>Michael Smith</name>
<email>msmith@cbnco.com</email>
</author>
<published>2009-08-17T22:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=29f099ea70301ec0eb672d5e9b0d0ed36ee015f9'/>
<id>29f099ea70301ec0eb672d5e9b0d0ed36ee015f9</id>
<content type='text'>
If the other site files are accurate, almost all of the bash vars
are universal across Linux.

Did this to fix bash on x86_64. Also bump bash PRs to help track
breakage later.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the other site files are accurate, almost all of the bash vars
are universal across Linux.

Did this to fix bash on x86_64. Also bump bash PRs to help track
breakage later.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>site: Add ac value for mipsel-linux and mipsel-linux-uclibc</title>
<updated>2009-08-17T13:58:25+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2009-08-13T04:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0907be2124ae3ca7b80dfc60d7632504339f00bd'/>
<id>0907be2124ae3ca7b80dfc60d7632504339f00bd</id>
<content type='text'>
The results were found using google and applying
common sense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The results were found using google and applying
common sense.
</pre>
</div>
</content>
</entry>
<entry>
<title>add glib-2.0 entries to mips[-el]-linux. closes bug #2185</title>
<updated>2008-08-03T23:02:57+00:00</updated>
<author>
<name>Michael Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2008-08-03T23:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bab779fd1cd247d2cecc0a4265d034c0e01f1d30'/>
<id>bab779fd1cd247d2cecc0a4265d034c0e01f1d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mipsel-linux site: add some more entries (from #2234)</title>
<updated>2007-05-18T14:49:46+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2007-05-18T14:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=55f385962c605f39474d950597c73ce9e5209537'/>
<id>55f385962c605f39474d950597c73ce9e5209537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>site: Update the site files to handle glibc having sys_siglist while uclibc</title>
<updated>2007-05-17T02:23:59+00:00</updated>
<author>
<name>Jamie Lenehan</name>
<email>lenehan@twibble.org</email>
</author>
<published>2007-05-17T02:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=16ece46b049659d5fa1a9be61c955afa714fcb7a'/>
<id>16ece46b049659d5fa1a9be61c955afa714fcb7a</id>
<content type='text'>
doesn't. It was only enabled for arm and ixp4xx in older version of uclibc
but not for anything else. Uclibc says it'll go away in uclibc soon and so
shouldn't be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't. It was only enabled for arm and ixp4xx in older version of uclibc
but not for anything else. Uclibc says it'll go away in uclibc soon and so
shouldn't be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>site infrastructure changes: Allow more than one file per target so common files can be created. Add a new class to handle this. Based on the work of Jamie Lenehan, with changes from me. This commit creates a common x86 file and the arm configs are merged but much work still remains.</title>
<updated>2006-11-14T22:29:46+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2006-11-14T22:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0b152ed05c0cd22f440c00e44357b95d470ccbf0'/>
<id>0b152ed05c0cd22f440c00e44357b95d470ccbf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
