<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/conf/local.conf.sample, branch 1.2_M4</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.2_M4</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.2_M4'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-03-03T23:53:32+00:00</updated>
<entry>
<title>meta-yocto: Move files inappropriate to OE-Core from meta</title>
<updated>2011-03-03T23:53:32+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-03-03T23:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b0dec83e8c17d884323d58bb8d56c7ab6afa7ead'/>
<id>urn:sha1:b0dec83e8c17d884323d58bb8d56c7ab6afa7ead</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Revise stripping and splitting of debug information</title>
<updated>2011-02-25T22:43:33+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2011-02-09T03:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=16102e18902e56bf76d256cebb890743a05d021b'/>
<id>urn:sha1:16102e18902e56bf76d256cebb890743a05d021b</id>
<content type='text'>
We now support two styles of debug information generation, the '.debug' style,
which is the same as previously implemented.  This style simply splits the
debug information and makes it available in the same general directory.

  /bin/foo -&gt; /bin/.debug/foo

The new 'debug-file-directory' style splits the debug information and places
it into the single debug-file-directory, /usr/lib/debug:

  /bin/foo -&gt; /usr/lib/debug/bin/foo.debug

Both also find and copy all referenced source code to a new /usr/src/debug
directory.  This allows the -dbg files to be used for stand-a-lone debugging
on or off the target device.

File stripping is now handled as a seperate operation from file splitting.
This allows us to split the debug information, but also leave it in the
original file -- or prevent the debug information from being split.

Also enhance the comments within local.conf.sample to provide a better
understanding of the control the user has over debug file generation.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>local.conf.sample: Handle the case the user incomments a machine entry and expects it to override the default</title>
<updated>2011-02-18T15:52:02+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-02-18T15:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8048b714cd57c89aecfac438af3c7094a770fb9b'/>
<id>urn:sha1:8048b714cd57c89aecfac438af3c7094a770fb9b</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>local.conf.sample: Update MACHINE list to match our website and documented supported list</title>
<updated>2011-02-18T15:20:01+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-02-18T15:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fed61beb31c47e2d96af905a7047fe78d64c9bd0'/>
<id>urn:sha1:fed61beb31c47e2d96af905a7047fe78d64c9bd0</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>local.conf.sample: Drop some comments about things that either no longer apply or are obsoleted (now we have -dbg packages)</title>
<updated>2011-02-10T15:36:48+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-02-10T15:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2501ff256534533526646516d761c26e2a97365a'/>
<id>urn:sha1:2501ff256534533526646516d761c26e2a97365a</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>image-mklibs.bbclass: add the library optimization functionality</title>
<updated>2011-02-09T22:45:47+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2011-01-25T16:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=068417289a4aeddc1cb18a7b102cd542ab283a92'/>
<id>urn:sha1:068417289a4aeddc1cb18a7b102cd542ab283a92</id>
<content type='text'>
If you want to enable the mklibs library size optimization for your image
then, edit the MKLIBS_OPTIMIZED_IMAGES line in the local.conf like this:

  MKLIBS_OPTIMIZED_IMAGES ?= "poky-image-minimal your-own-image"

Also this will enable the mklibs library size optimization for all images.

  MKLIBS_OPTIMIZED_IMAGES ?= "all"

on qemux86 machine this reduced the rootfs size of poky image-minimal
image from 7.9MB to 7.2MB. That is around 11% image foot print reduction.
That image had 38 elf executables. Generally the size optimization by
mklibs is reversely proportional to the number of elf executables in the
rootfs. So bigger images will see less optimization, and smaller images
will see large image size reductions.

Thanks to mark hatle for his help in implementation of this.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jzhang/i686' of ssh://git.pokylinux.org/poky-contrib</title>
<updated>2011-02-09T11:18:28+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-02-09T11:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=082aff4753170f30da261726e14fc27a6de4e8d9'/>
<id>urn:sha1:082aff4753170f30da261726e14fc27a6de4e8d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>local.conf: change i586 to i686 for 32bit SDK</title>
<updated>2011-02-08T19:48:20+00:00</updated>
<author>
<name>Jessica Zhang</name>
<email>jessica.zhang@intel.com</email>
</author>
<published>2011-02-08T19:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=33b3e596328897dc5808420417f28f1024cca1d2'/>
<id>urn:sha1:33b3e596328897dc5808420417f28f1024cca1d2</id>
<content type='text'>
Signed-off-by: Jessica Zhang &lt;jessica.zhang@intel.com&gt;
</content>
</entry>
<entry>
<title>pseudo: Uprev pseudo and fix a few minor bugs</title>
<updated>2011-02-07T16:52:40+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2011-02-04T00:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5ade6c7de84893b4f94f7c068d775beeaecb9f5f'/>
<id>urn:sha1:5ade6c7de84893b4f94f7c068d775beeaecb9f5f</id>
<content type='text'>
Uprev pseudo to the latest version.  This corrects a linking problem on
some newer host systems.

In addition, we add more detail to the local.conf.sample file to explain
the NO32LIBS and why someone would set it to 0.

Also fix a minor bug in pseudo that prevented it from building for the
target.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>Drop remaining bootcdx86 references, the -live images for qemux86 and atom-pc replace this</title>
<updated>2011-01-24T14:07:13+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-01-24T14:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a3cb7849452bca9d90a5c806cd47c5a5c1a7e5cc'/>
<id>urn:sha1:a3cb7849452bca9d90a5c806cd47c5a5c1a7e5cc</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
