<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/eglibc/eglibc-package.bbclass, branch multitech-corecdp-dev</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>qemu: Move gcc version check, qemu-TARGET logic into qemu.bbclass</title>
<updated>2010-04-26T16:36:00+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2010-04-21T16:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=746d3f145c5d890aa63e00a8261ee5934733eaac'/>
<id>746d3f145c5d890aa63e00a8261ee5934733eaac</id>
<content type='text'>
Move the logic to determine what qemu-TARGET to run into qemu.bbclass so
we can check for the right binary in sanity.bbclass.  This code was
duplicated by glibc-package and eglibc-package anyhow and with the new fn
we can clean up the usage in these classes a bit.  Now that we have a class
for qemu stuff, and the gcc check is just for qemu, move it there.

Conflicts:

	classes/base.bbclass
	classes/sanity.bbclass
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the logic to determine what qemu-TARGET to run into qemu.bbclass so
we can check for the right binary in sanity.bbclass.  This code was
duplicated by glibc-package and eglibc-package anyhow and with the new fn
we can clean up the usage in these classes a bit.  Now that we have a class
for qemu stuff, and the gcc check is just for qemu, move it there.

Conflicts:

	classes/base.bbclass
	classes/sanity.bbclass
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc: Add libc_nonshared.a to FILE list in eglibc-dev.</title>
<updated>2009-12-21T06:54:44+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-12-19T16:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=237917b03120fbd49a5bcb9967dce8ae815cdf5d'/>
<id>237917b03120fbd49a5bcb9967dce8ae815cdf5d</id>
<content type='text'>
* This file is an essential one even for shared linking so
  once one installs libc6-dev package he expects the linking
  to work which will not happen without this file as some
  start up files refer to functions in this library therefore
  package this file in eglibc-dev

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Holger Hans Peter Freyther &lt;zecke@selfish.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This file is an essential one even for shared linking so
  once one installs libc6-dev package he expects the linking
  to work which will not happen without this file as some
  start up files refer to functions in this library therefore
  package this file in eglibc-dev

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Holger Hans Peter Freyther &lt;zecke@selfish.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>elibc-package.bbclass: Operate on PKG, not D after package.bbclass updates</title>
<updated>2009-11-10T11:23:44+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-10T11:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f6eb78a867e439f4cd67ce2a9fc06eb74743a909'/>
<id>f6eb78a867e439f4cd67ce2a9fc06eb74743a909</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc: Dont package timezone data</title>
<updated>2009-09-29T17:39:18+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-09-18T23:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8c662717cc89055f505c92191b8b455a5544bc1f'/>
<id>8c662717cc89055f505c92191b8b455a5544bc1f</id>
<content type='text'>
* Depend on USE_LDCONFIG to package ldconfig.
* Delete usr/share/zoneinfo from install tree.
* Delete extra binaries installed by getconf.
  POSIX_V6_ILP32_OFF32   POSIX_V7_ILP32_OFF32   XBS5_ILP32_OFF32
  POSIX_V6_ILP32_OFFBIG  POSIX_V7_ILP32_OFFBIG  XBS5_ILP32_OFFBIG
* Fix dangling symlink to /lib/libcidn-2.10.1.so
* in do_stage dont do duplicate install its time
  consuming and complex instead copy the install tree
  into staging. This part it from poky
  http://git.pokylinux.org/cgit.cgi/poky/commit/?h=canadian&amp;id=48a278ed71306f633091ed81d170eeff45ba3759
* Remove tzdata from RPROVIDES

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Depend on USE_LDCONFIG to package ldconfig.
* Delete usr/share/zoneinfo from install tree.
* Delete extra binaries installed by getconf.
  POSIX_V6_ILP32_OFF32   POSIX_V7_ILP32_OFF32   XBS5_ILP32_OFF32
  POSIX_V6_ILP32_OFFBIG  POSIX_V7_ILP32_OFFBIG  XBS5_ILP32_OFFBIG
* Fix dangling symlink to /lib/libcidn-2.10.1.so
* in do_stage dont do duplicate install its time
  consuming and complex instead copy the install tree
  into staging. This part it from poky
  http://git.pokylinux.org/cgit.cgi/poky/commit/?h=canadian&amp;id=48a278ed71306f633091ed81d170eeff45ba3759
* Remove tzdata from RPROVIDES

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc-package.bbclass glibc-package.bbclass: Use ls -d in do_prep_locale_tree</title>
<updated>2009-08-10T20:53:39+00:00</updated>
<author>
<name>Marc Olzheim</name>
<email>zlo@zlo.nu</email>
</author>
<published>2009-08-10T20:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=19a190ca2bedf9a8d017f3c5fb163d51d0b3a828'/>
<id>19a190ca2bedf9a8d017f3c5fb163d51d0b3a828</id>
<content type='text'>
ls -d will list directories as plain files and then cp -R will copy the
contents over.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ls -d will list directories as plain files and then cp -R will copy the
contents over.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>RFC: eglibc libc6 and tzdata</title>
<updated>2009-08-08T20:33:23+00:00</updated>
<author>
<name>Florian Boor</name>
<email>florian.boor@kernelconcepts.de</email>
</author>
<published>2009-07-23T00:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=14d7697f931ae22daa2209d392d13e42b4d0c734'/>
<id>14d7697f931ae22daa2209d392d13e42b4d0c734</id>
<content type='text'>
Hi,

the eglibc libc6 package provides tzdata. The applied patch add this knowledge
to the eglibc-package class.

Greetings

Florian

&gt;From 30d75e2580414498c86c6c1e023d35631019c370 Mon Sep 17 00:00:00 2001
From: Florian Boor &lt;florian.boor@kernelconcepts.de&gt;
Date: Thu, 23 Jul 2009 12:17:33 +0200
Subject: [PATCH] eglibc: libc6 package provides tzdata
 Avoids conflict with tzdata package.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hi,

the eglibc libc6 package provides tzdata. The applied patch add this knowledge
to the eglibc-package class.

Greetings

Florian

&gt;From 30d75e2580414498c86c6c1e023d35631019c370 Mon Sep 17 00:00:00 2001
From: Florian Boor &lt;florian.boor@kernelconcepts.de&gt;
Date: Thu, 23 Jul 2009 12:17:33 +0200
Subject: [PATCH] eglibc: libc6 package provides tzdata
 Avoids conflict with tzdata package.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc-package.bbclass: Replace hardcoded /lib references</title>
<updated>2009-08-08T19:57:56+00:00</updated>
<author>
<name>Phil Blundell</name>
<email>pb@reciva.com</email>
</author>
<published>2009-08-08T19:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=5a728f256a542d0105a17778e428c704b6bddb54'/>
<id>5a728f256a542d0105a17778e428c704b6bddb54</id>
<content type='text'>
It turns out that eglibc contains a bunch of hard-coded
references to /lib.  This patch replaces them with the appropriate
${base_libdir}.  Also, the globs in ${libc_baselibs} were a bit too
permissive and would accept, for example, "libc.a" which isn't something
that we want in the main library package. - Phil

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-By: Michael Smith &lt;msmith@cbnco.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that eglibc contains a bunch of hard-coded
references to /lib.  This patch replaces them with the appropriate
${base_libdir}.  Also, the globs in ${libc_baselibs} were a bit too
permissive and would accept, for example, "libc.a" which isn't something
that we want in the main library package. - Phil

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-By: Michael Smith &lt;msmith@cbnco.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc: Make sure that scsi headers are available when needed</title>
<updated>2009-06-26T15:17:53+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@embeddedalley.com</email>
</author>
<published>2009-06-26T15:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=83f41716ab6a2a9d83d4ff044dcef00595ecfeb2'/>
<id>83f41716ab6a2a9d83d4ff044dcef00595ecfeb2</id>
<content type='text'>
This is fixing bug #4262 for eglibc (original did glibc and linux-libc-headers).
See b8bb2a62b3916470c752bd79d31322b4358fc676 for the rest of this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is fixing bug #4262 for eglibc (original did glibc and linux-libc-headers).
See b8bb2a62b3916470c752bd79d31322b4358fc676 for the rest of this.
</pre>
</div>
</content>
</entry>
<entry>
<title>(e)glibc-package: enable binary locale generation for powerpc</title>
<updated>2009-05-30T21:54:58+00:00</updated>
<author>
<name>Roman Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2009-05-19T23:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=faffb4e89389f47b6d953f36e0584ce50bc73de2'/>
<id>faffb4e89389f47b6d953f36e0584ce50bc73de2</id>
<content type='text'>
It works there, so add to whitelist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It works there, so add to whitelist.
</pre>
</div>
</content>
</entry>
<entry>
<title>(e)glibc-package: enable binary locale generation on x86 and x86_64</title>
<updated>2009-05-17T05:23:59+00:00</updated>
<author>
<name>Roman I Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2009-05-16T17:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2b198cea9ddc51911823f5af12632c138766d024'/>
<id>2b198cea9ddc51911823f5af12632c138766d024</id>
<content type='text'>
Works well for this targets, so we can add that to BINARY_LOCALE_ARCHES
whitelist.

Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Works well for this targets, so we can add that to BINARY_LOCALE_ARCHES
whitelist.

Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
