<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/packages/tasks, branch green</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=green</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=green'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2010-06-11T08:31:37+00:00</updated>
<entry>
<title>task-poky-tools: Disable kexec for powerpc</title>
<updated>2010-06-11T08:31:37+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-06-11T08:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=155770a597d10804097836d514edee37526c9860'/>
<id>urn:sha1:155770a597d10804097836d514edee37526c9860</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>task-poky-standalone-sdk-target: Add libgcc-dev and libstdc++-dev to allow compiling in meta-toolchain to work</title>
<updated>2010-06-08T12:13:18+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-06-08T12:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=40b0d41fd10965ec823e44343fc4bf7941cc4ff8'/>
<id>urn:sha1:40b0d41fd10965ec823e44343fc4bf7941cc4ff8</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>task-poky: No longer need to exclude pcmanfm on powerpc</title>
<updated>2010-03-18T21:33:02+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-03-18T21:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c21aed8addd3897b74762b2c845e944c3e1550a5'/>
<id>urn:sha1:c21aed8addd3897b74762b2c845e944c3e1550a5</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>task-poky: Disable pcmanfm on powerpc (until confirmed it works)</title>
<updated>2010-03-15T17:18:38+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-03-15T17:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d59a1a18088e7c8665eb7ad377bd98730b4ecae2'/>
<id>urn:sha1:d59a1a18088e7c8665eb7ad377bd98730b4ecae2</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>task-poky-tools: kexec-tools don't support mips|mipsel, so make it optional</title>
<updated>2010-02-01T10:42:33+00:00</updated>
<author>
<name>Dennis.Yxun</name>
<email>dennis.yxun@gmail.com</email>
</author>
<published>2010-01-29T02:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=be2a5dfc212b9333a683efd20173a8b878c41d4b'/>
<id>urn:sha1:be2a5dfc212b9333a683efd20173a8b878c41d4b</id>
<content type='text'>
Signed-off-by: lan.yi.xun &lt;dennis.yxun@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>task-poky-tools: kexec-tools doesn't work on Mips so make it optional</title>
<updated>2010-01-19T14:54:30+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-01-19T13:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0bddf1ce2c4360143b8965e499ad10a005cae511'/>
<id>urn:sha1:0bddf1ce2c4360143b8965e499ad10a005cae511</id>
<content type='text'>
Use a variable to soft-assign a value for kexec-tools and set it empty for
Mips as it's not supported on that architecture.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>tasks/task-poky: make the file manager a conditional part of the task</title>
<updated>2010-01-15T15:44:20+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-01-15T15:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fd165bb9c0c44993c65bee7714f8402c95a4902e'/>
<id>urn:sha1:fd165bb9c0c44993c65bee7714f8402c95a4902e</id>
<content type='text'>
mips doesn't support pcmanfm so make it a conditional part of the task by
creating a variable, FILEMANAGER, set to pcmanfm by default and empty for mips

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>poky: add support for changing bootsplash application</title>
<updated>2009-11-05T11:32:48+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>marcin@buglabs.net</email>
</author>
<published>2009-11-05T10:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=08cd59f7eb0804a2c54545594ff1c504644e34f4'/>
<id>urn:sha1:08cd59f7eb0804a2c54545594ff1c504644e34f4</id>
<content type='text'>
SPLASH variable contains name of package which handles bootprogress
display. By default psplash is used.

Signed-off-by: Marcin Juszkiewicz &lt;marcin@buglabs.net&gt;
</content>
</entry>
<entry>
<title>task-sdk-host: Add gdb-cross-canadian</title>
<updated>2009-09-18T00:04:32+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-09-18T00:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7663a6e0501cfe5efb0018480864ea2895100585'/>
<id>urn:sha1:7663a6e0501cfe5efb0018480864ea2895100585</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>task-sdk-host: Use cross-canadian packages</title>
<updated>2009-09-17T21:25:24+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-09-17T07:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7a382df85393980d5141b93d682b2d5456091187'/>
<id>urn:sha1:7a382df85393980d5141b93d682b2d5456091187</id>
<content type='text'>
</content>
</entry>
</feed>
