<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/classes/distrodata.bbclass, branch 1.1_M2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.1_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.1_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-06-28T12:55:42+00:00</updated>
<entry>
<title>distrodata.bbclass: Get the extend recipe's information from non bbextended recipe</title>
<updated>2011-06-28T12:55:42+00:00</updated>
<author>
<name>Mei Lei</name>
<email>lei.mei@intel.com</email>
</author>
<published>2011-06-20T09:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4f61b3d464c6ec399809959f4c87eb64e4177c0d'/>
<id>urn:sha1:4f61b3d464c6ec399809959f4c87eb64e4177c0d</id>
<content type='text'>
This patch will check whether the recipe is an extened recipe, if yes, some informaiton couldn't be got, so collect those information(like maintainer information or lastcheckversion) from non bbextended recipe.

(From OE-Core rev: 8e8648b26fd4d66db2d7c484ad56dfb300e2070a)

Signed-off-by: Mei Lei &lt;lei.mei@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Add a new task checklicense and fix some bugs in distro_check.py</title>
<updated>2011-05-17T14:14:44+00:00</updated>
<author>
<name>Mei Lei</name>
<email>lei.mei@intel.com</email>
</author>
<published>2011-05-16T11:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=60ab6fc60cba2ec2456125b618d23f98966468bd'/>
<id>urn:sha1:60ab6fc60cba2ec2456125b618d23f98966468bd</id>
<content type='text'>
distro_check.py: Create a new function called create_log_file to reduce a lot of repeat code in distrodata.bbclass.
                 We needn't to create log file in function save_distro_check_result, because the log file has been generated in check_eventhandler.
                 Another bug is that we maybe access the /tmp/Meego-1.0 before we create this file.
                 Add a judge statement to decide whether we need to create this file firstly.
distrodata.bbclass: Add a new task checklicense to collect missing text license information.
                    This can help package-report system to know how many recipes are missing license text.

(From OE-Core rev: b41148cda9f0cc292b662a8473f26bc1ee0148f3)

Signed-off-by: Mei Lei &lt;lei.mei@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>distrodata.bbclass: Merge the get_pkg_info.log into checkpkg.csv</title>
<updated>2011-04-06T15:01:13+00:00</updated>
<author>
<name>Mei Lei</name>
<email>lei.mei@intel.com</email>
</author>
<published>2011-03-25T08:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=44dabb20f2bada8fd7d6e06fef80df9568e68b98'/>
<id>urn:sha1:44dabb20f2bada8fd7d6e06fef80df9568e68b98</id>
<content type='text'>
For easy view the check package result, merge the two files into checkpkg.csv, after that, the package report system will use checkpkg.csv instead of get_pkg_info.log.

(From OE-Core rev: e75d5808aef42733c83d1ca0151068503fe4d82c)

Signed-off-by: Mei Lei &lt;lei.mei@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>distrodata.bbclass: Get git repo tag information</title>
<updated>2011-03-04T22:26:35+00:00</updated>
<author>
<name>Mei Lei</name>
<email>lei.mei@intel.com</email>
</author>
<published>2011-03-04T09:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8af386867081791aa5ccc6eaf56f5532d81025a8'/>
<id>urn:sha1:8af386867081791aa5ccc6eaf56f5532d81025a8</id>
<content type='text'>
For those recipes which use git repo and have tag information, we can use tag to trace the version change. For other no tag recipes, we still use their
commit checksum to trace their version change.

(From OE-Core rev: 30343a72b89167b46ff4cc33be6ada2fd4b13a59)

Signed-off-by: Mei Lei &lt;lei.mei@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>distrodata.bbclass: Fix some issues when checking upstream version on sourceforge</title>
<updated>2011-02-23T16:23:32+00:00</updated>
<author>
<name>Mei Lei</name>
<email>lei.mei@intel.com</email>
</author>
<published>2011-02-23T11:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=adbaae2179a6c3746e53f7fbb2ca0939e85a7ea9'/>
<id>urn:sha1:adbaae2179a6c3746e53f7fbb2ca0939e85a7ea9</id>
<content type='text'>
Signed-off-by: Mei Lei &lt;lei.mei@intel.com&gt;
</content>
</entry>
<entry>
<title>distrodata.bbclass: Fix some bugs for rpm,icu and quicky recipe when checking upstream version</title>
<updated>2011-02-21T17:53:51+00:00</updated>
<author>
<name>Mei Lei</name>
<email>lei.mei@intel.com</email>
</author>
<published>2011-02-21T06:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6148562de22b374ea52ee4f8fcabc9e72a3c1ff5'/>
<id>urn:sha1:6148562de22b374ea52ee4f8fcabc9e72a3c1ff5</id>
<content type='text'>
Fix some bugs in checkpkg function when checking upstream version

Signed-off-by: Mei Lei &lt;lei.mei@intel.com&gt;
</content>
</entry>
<entry>
<title>distrodata: Update to new fetcher API</title>
<updated>2011-02-07T10:23:01+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-02-07T10:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=af6480bdde2e2e3709d219f9ca43d7c0938314b6'/>
<id>urn:sha1:af6480bdde2e2e3709d219f9ca43d7c0938314b6</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>distrodata.bbclass: Imporve the checkpkg task more precisely and generate data for pkg-report-system</title>
<updated>2011-02-01T23:59:38+00:00</updated>
<author>
<name>Mei Lei</name>
<email>lei.mei@intel.com</email>
</author>
<published>2011-01-30T07:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ba06cc8943d021f406c3d292ce415b77319ca5c6'/>
<id>urn:sha1:ba06cc8943d021f406c3d292ce415b77319ca5c6</id>
<content type='text'>
Imporve some regular expression when checking recipes' upstream version, reduce the number of invalid recipes' upstream version and imporve the precision
Generate some data for package report system.

Signed-off-by: Mei Lei&lt;lei.mei@intel.com&gt;
</content>
</entry>
<entry>
<title>distrodata.bbclass: add .xz file type</title>
<updated>2011-01-21T00:56:04+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2011-01-20T23:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7d9a8fc931966012a9ddd50e607c6de1d94fe394'/>
<id>urn:sha1:7d9a8fc931966012a9ddd50e607c6de1d94fe394</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>classes: Drop Handled/NotHandled eventhandler keywords, they don't do anything</title>
<updated>2010-12-31T09:51:18+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-12-30T18:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=33f67ee2fc0e5bce5639d75e618371df6fb1b002'/>
<id>urn:sha1:33f67ee2fc0e5bce5639d75e618371df6fb1b002</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
</feed>
