<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/classes/utility-tasks.bbclass, branch 1.1_M3</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.1_M3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.1_M3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-03-01T00:10:56+00:00</updated>
<entry>
<title>base/utility-tasks.bbclass: Drop do_setscene and do_rebuild</title>
<updated>2011-03-01T00:10:56+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-03-01T00:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f8ca2383e1a5f69ef3f24b5436b3302e7a2e576e'/>
<id>urn:sha1:f8ca2383e1a5f69ef3f24b5436b3302e7a2e576e</id>
<content type='text'>
The do_setscene task only exists for rebuild support now as all its other
functionality has been superceeded. The rebuild task currently crashes due
to removal of the working directory and therefore isn't working for anyone.
It also interacts extremely badly with the newer sstate technology to the
point of being dangerous.

Summary, if we want rebuild support it needs a reimplementation so remove
this version and all its remnants and hacks.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>utility-tasks: Update checkuri to new fetcher API</title>
<updated>2011-02-07T10:16:00+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-02-07T10:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fbebb9a9cd80dec2a9fa1812d213ff4fddd19581'/>
<id>urn:sha1:fbebb9a9cd80dec2a9fa1812d213ff4fddd19581</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>utility-tasks: Switch listtasks to use bb.plain() for printing output</title>
<updated>2010-11-28T21:54:31+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-11-28T15:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c0202071428fde6ef0a93de9c99d416624628813'/>
<id>urn:sha1:c0202071428fde6ef0a93de9c99d416624628813</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>utility-tasks.bbclass: Move distro related tasks to distrodata.bbclass</title>
<updated>2010-11-22T18:38:15+00:00</updated>
<author>
<name>Dongxiao Xu</name>
<email>dongxiao.xu@intel.com</email>
</author>
<published>2010-11-22T06:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=53aff7d6775eb1c2c8f419f325b91c062d85eed5'/>
<id>urn:sha1:53aff7d6775eb1c2c8f419f325b91c062d85eed5</id>
<content type='text'>
Most of the d.keys() used in file parsing are variables in
distro_tracking_fields.inc, which are not used in normal build.
Therefore remove the inclusion of distro_tracking_fields.inc from
poky.conf. Besides, move distro related tasks to distrodata.bbclass,
which includes that tracking field file.
By this change, the file parsing time could save about 25%.

Signed-off-by: Dongxiao Xu &lt;dongxiao.xu@intel.com&gt;
</content>
</entry>
<entry>
<title>distrodata: Modify Distro tracking spreadsheet</title>
<updated>2010-10-15T20:55:46+00:00</updated>
<author>
<name>Saul Wold</name>
<email>Saul.Wold@intel.com</email>
</author>
<published>2010-10-15T20:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=77176d56fdd4158b34769fecca764a5b9c87e04b'/>
<id>urn:sha1:77176d56fdd4158b34769fecca764a5b9c87e04b</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;Saul.Wold@intel.com&gt;
</content>
</entry>
<entry>
<title>distro_check: fix for natives, cross, and initial recipe types</title>
<updated>2010-09-02T08:38:35+00:00</updated>
<author>
<name>Saul Wold</name>
<email>Saul.Wold@intel.com</email>
</author>
<published>2010-08-27T02:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=68385456af93a6a80c558676fd176e3ec81c9183'/>
<id>urn:sha1:68385456af93a6a80c558676fd176e3ec81c9183</id>
<content type='text'>
datetime checking is changed to be once per day

Signed-off-by: Saul Wold &lt;Saul.Wold@intel.com&gt;

distro_check: fix for natives, cross, and initial recipe types

Signed-off-by: Saul Wold &lt;Saul.Wold@intel.com&gt;
</content>
</entry>
<entry>
<title>sstate/utility-tasks: Ensure do_clean functions correctly and removes shared state</title>
<updated>2010-08-27T11:33:58+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-27T11:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4b2a355a3134cff36b220c16b3b8816b202e03ce'/>
<id>urn:sha1:4b2a355a3134cff36b220c16b3b8816b202e03ce</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>utility-tasks.bbclass: Use python functions for do_clean instead of os.system, remove pointless [dirs] flag</title>
<updated>2010-08-12T13:41:31+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-05T11:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e4c1c8c92e4f47b69a9d7dcccb32ee3bb1ad7d18'/>
<id>urn:sha1:e4c1c8c92e4f47b69a9d7dcccb32ee3bb1ad7d18</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>utility-tasks.bbclass: miscellaneous fix</title>
<updated>2010-07-28T05:51:34+00:00</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-07-26T07:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=218e441dd5b6f45e76464d75e2d06c439347f754'/>
<id>urn:sha1:218e441dd5b6f45e76464d75e2d06c439347f754</id>
<content type='text'>
Fix parse error with packages such as spectrum-fw whose name has no
version string. Later we may have per-recipe option to disable automatic
check for those known with troubles, to reduce complexity in this part.

Signed-off-by Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>utility-tasks.bbclass: add automatic version check for GIT/SVN proto</title>
<updated>2010-07-09T04:08:19+00:00</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-07-08T07:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=90ceeff2587c932f9d998ccf05f01c01300f3268'/>
<id>urn:sha1:90ceeff2587c932f9d998ccf05f01c01300f3268</id>
<content type='text'>
both git/svn supports remote information query: 'git ls-remote', and
'svn info'. With them, now upstream version will be automatically
checked for git/svn packages.

In the meantime, manual latest version tagged in distro tracking
fields are also compared as one alternative if upstream check fails.
Also such check is one indicator whether tracking field is missing.

Signed-off-by: Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
</feed>
