<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/classes/insane.bbclass, branch bernard</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=bernard</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=bernard'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-05-10T14:55:57+00:00</updated>
<entry>
<title>insane.bbclass: skip license checksum if LICENSE is "CLOSED"</title>
<updated>2011-05-10T14:55:57+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2011-05-08T02:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=679e3ae6de50b513b99ee2c5680dbc59d652264c'/>
<id>urn:sha1:679e3ae6de50b513b99ee2c5680dbc59d652264c</id>
<content type='text'>
(From OE-Core rev: 2d2d7710cc51c2656e89c3aec3f3fc0a5b65eb30)

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>insane.bbclass: Fix ELF bitsize comparison</title>
<updated>2011-03-02T00:36:44+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2011-03-01T18:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3a39d969286a2b2abb81c9d055ad558c258bbea2'/>
<id>urn:sha1:3a39d969286a2b2abb81c9d055ad558c258bbea2</id>
<content type='text'>
Fix the way the ELF size is compared to ensure that incorrectly
sized ELF binaries are captured during the file scan.

lib/oe/qa.py is changed to accept a bitsize as a parameter.  Instead
of previously defining true/false, it now takes "0" undefined, "32"
32-bit, and "64" 64-bit as the size argument.  This allows us to
preserve existing behavior of only loading one ELF type, while
allowing the function to be able to discover the size on it's own.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&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>insane.bbclass: Fix config.log error message</title>
<updated>2011-02-08T17:53:15+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2011-02-08T16:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2f3a7348b7da637d2362e7ed50c96a248ff58fc5'/>
<id>urn:sha1:2f3a7348b7da637d2362e7ed50c96a248ff58fc5</id>
<content type='text'>
[BUG #702]

The previous error message was confusing.  It was looking for both library and
include host contamination, but the message only indicated include files.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>insane.bbclass: skip checks on .la installed status</title>
<updated>2011-01-21T09:36:15+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2011-01-06T16:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6656381714c5956f71ca634f5a5f4aa4661bbf7e'/>
<id>urn:sha1:6656381714c5956f71ca634f5a5f4aa4661bbf7e</id>
<content type='text'>
Enabling libtool sysroot support triggers these errors but they
are a valid change in behavior.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>insane.bbclass: Make sure QA issues are reported as warnings</title>
<updated>2011-01-13T16:17:06+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-01-13T15:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b939ff53ed46773eb910f66565d5c4d16bb23d5a'/>
<id>urn:sha1:b939ff53ed46773eb910f66565d5c4d16bb23d5a</id>
<content type='text'>
Signed-off-by: Richard  Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>insane.bbclass: Enable the package_qa_hash_style check</title>
<updated>2011-01-07T16:27:16+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-01-07T16:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=26cd5c2af0542a6fdfb246fb7992ddba325edf95'/>
<id>urn:sha1:26cd5c2af0542a6fdfb246fb7992ddba325edf95</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>insane.bbclass: Fix message for LIC_FILES_CHKSUM Errors</title>
<updated>2011-01-06T10:06:32+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2011-01-06T02:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d2d5456cd3b3bd3e52a5dedccca4d46e3a7986d1'/>
<id>urn:sha1:d2d5456cd3b3bd3e52a5dedccca4d46e3a7986d1</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>insane.bbclass: make LIC_FILES_CHKSUM failures report errors</title>
<updated>2010-12-23T14:28:22+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2010-12-22T23:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1c75a5df6845090480deff20f469f177501d2182'/>
<id>urn:sha1:1c75a5df6845090480deff20f469f177501d2182</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>insane.bbclass: fix qa_configure and qa_staging</title>
<updated>2010-11-15T05:08:22+00:00</updated>
<author>
<name>Qing He</name>
<email>qing.he@intel.com</email>
</author>
<published>2010-11-10T07:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=85bd3d644a5b8711f5ebee9c71ceaf278a02dbb5'/>
<id>urn:sha1:85bd3d644a5b8711f5ebee9c71ceaf278a02dbb5</id>
<content type='text'>
fix the typo in `postfuncs' and effectively re-enables
qa_configure and qa_staging

Signed-off-by: Qing He &lt;qing.he@intel.com&gt;
</content>
</entry>
</feed>
