<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/multimachine.bbclass, 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>conf/bitbake.conf: Merge in multimachine making it the standard layout as discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class</title>
<updated>2008-07-19T14:07:55+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2008-07-19T14:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=cfdb9ae992bf4e218a9b8410205c46d4da749170'/>
<id>cfdb9ae992bf4e218a9b8410205c46d4da749170</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimachine.bbclass: Use a new PKGDATA_DIR which includes the multimachine path to prevent cross contamination between machines. This change requires all install tasks to rerun (remove the do_install stamps from tmp/stamps)</title>
<updated>2007-09-04T08:42:26+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2007-09-04T08:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=50892a61a0162899157adebe53999dbbf90dc410'/>
<id>50892a61a0162899157adebe53999dbbf90dc410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimachine.bbclass: Add PKGDATA_DIR defintion, disabled for now (from poky)</title>
<updated>2007-09-01T15:25:00+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2007-09-01T15:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=956f5bb2c9a104582f87b5831a71bfad349cf2b0'/>
<id>956f5bb2c9a104582f87b5831a71bfad349cf2b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert IPKG_ARCHS -&gt; PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -&gt; PACKAGE_EXTRA_ARCHS in preparation for deb handling</title>
<updated>2006-11-20T11:04:45+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2006-11-20T11:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3cb946597ed916b167109b9faecb8c6eb0a695e8'/>
<id>3cb946597ed916b167109b9faecb8c6eb0a695e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Micro-Optimisation decreasing initial parsing time by 10%</title>
<updated>2006-11-18T16:55:13+00:00</updated>
<author>
<name>Holger Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2006-11-18T16:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=56b7d78a034187f66e08f3b3e2de55bd878cf9b5'/>
<id>56b7d78a034187f66e08f3b3e2de55bd878cf9b5</id>
<content type='text'>
    python () {} and python __anonymous () {} are as the same
    says functions without a name. They get executed when the
    main bb file is completely parsed. This is used to set
    information like FILESDIR.
    This is a python method so it gets evaled which means compiled
    and executed a lot of times. By moving the code of the anonfunc
    into a proper method this is only compiled once. The result is
    is the 10% speed up when parsing.
    Reindent anonfuncs and new defs without tabs and four spaces
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    python () {} and python __anonymous () {} are as the same
    says functions without a name. They get executed when the
    main bb file is completely parsed. This is used to set
    information like FILESDIR.
    This is a python method so it gets evaled which means compiled
    and executed a lot of times. By moving the code of the anonfunc
    into a proper method this is only compiled once. The result is
    is the 10% speed up when parsing.
    Reindent anonfuncs and new defs without tabs and four spaces
</pre>
</div>
</content>
</entry>
<entry>
<title>multimachine: remove spurious hyphen in staging-kernel-dir</title>
<updated>2006-09-27T13:49:49+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2006-09-27T13:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=194e9539227c960636ef5b6332aede195c32b2c9'/>
<id>194e9539227c960636ef5b6332aede195c32b2c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimachine.bbclass: fix typo spotted by mr Leemans </title>
<updated>2006-09-27T09:33:32+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2006-09-27T09:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=96287adbd0bb2bf9fcd982e1f4f5e337d0d1a525'/>
<id>96287adbd0bb2bf9fcd982e1f4f5e337d0d1a525</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimachine.bbclass: include TARGET_VENDOR, closes #1440</title>
<updated>2006-09-27T08:41:44+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2006-09-27T08:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c2ea72d6e94e4658eeabaca413ebfb2a542d8088'/>
<id>c2ea72d6e94e4658eeabaca413ebfb2a542d8088</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimachine.bbclass: Should use TARGET_OS, not HOST_OS</title>
<updated>2006-08-20T22:04:16+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2006-08-20T22:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=eeb54f606de6ef294b91394df97da3b0f90bdefc'/>
<id>eeb54f606de6ef294b91394df97da3b0f90bdefc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimachine: Change from an include to a .bblass (and update distros using multimachine accordingly). Add code to find packages with machine specific subpackages and build these in a multimachine compatible way.</title>
<updated>2006-05-28T18:49:08+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2006-05-28T18:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f18661145bcacd7adca80e31cf3ee214f3ad7078'/>
<id>f18661145bcacd7adca80e31cf3ee214f3ad7078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
