<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joshual</id>
	<title>Yocto Project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joshual"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/Special:Contributions/Joshual"/>
	<updated>2026-04-05T20:32:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=5320</id>
		<title>Poky/GettingStarted/Dependencies</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=5320"/>
		<updated>2012-04-11T22:11:55Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* CentOS 5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Fedora ==&lt;br /&gt;
&lt;br /&gt;
To run Poky on Fedora (tested on F13 and F14) you will need to install the following dependencies:&lt;br /&gt;
&lt;br /&gt;
yum install patch gcc gcc-c++ texinfo wget diffstat texi2html makeinfo cvs svn mercurial chrpath git help2man&lt;br /&gt;
&lt;br /&gt;
If you want to build qemu you will also need&lt;br /&gt;
&lt;br /&gt;
yum install SDL-devel mesa-libGLU-devel mesa-libGL-devel&lt;br /&gt;
&lt;br /&gt;
== RHEL/CentOS 6.x == &lt;br /&gt;
&lt;br /&gt;
In the 6.x series of RHEL/CentOS all required dependencies are available in the distribution repositories:&lt;br /&gt;
&lt;br /&gt;
 yum groupinstall &amp;quot;Development Tools&amp;quot;&lt;br /&gt;
 yum install patch diffstat texi2html texinfo cvs subversion hg chrpath git help2man wget&lt;br /&gt;
&lt;br /&gt;
If you want to use qemu you will also need:&lt;br /&gt;
&lt;br /&gt;
 yum install SDL-devel mesa-libGL-devel mesa-libGLU-devel&lt;br /&gt;
&lt;br /&gt;
Finally RHEL/CentOS on x86_64 hosts includes 32bit glibc, Poky will try and build various tools with both 32bit and 64bit compatability. You can either enable this to proceed by installing the headers for 32bit glibc:&lt;br /&gt;
 yum install glibc-devel.i686 &lt;br /&gt;
or alternatively you can disable the 32bit library support by adding &amp;lt;code&amp;gt;NO32LIBS = &amp;quot;1&amp;quot;&amp;lt;/code&amp;gt; to your local.conf&lt;br /&gt;
&lt;br /&gt;
== RHEL/CentOS 5 ==&lt;br /&gt;
&lt;br /&gt;
There are two options for To run Poky on CentOS (tested on CentOS 5.5) you will need to follow several steps. Poky requires a more recent (2.6) version of Python than is shipped with RHEL/CentOS 5.x and therefore we need to install a Python 2.6 or 2.7 interpreter.&lt;br /&gt;
&lt;br /&gt;
One approach is to use the EPEL repository: https://fedoraproject.org/wiki/EPEL&lt;br /&gt;
This includes the required Python 2.6 and chrpath but may affect other Python appliactions running on the system.&lt;br /&gt;
&lt;br /&gt;
With EPEL installed you may follow the instructions for CentOS 6.x above only making note that the name of the 32bit glibc package is glibc-devel.i386 *not* glibc-devel.i686.&lt;br /&gt;
&lt;br /&gt;
Alternativel, to enable use of Poky in a non-intrusive manner the Yocto project provides a standalone Python tarball. Grab the appropriate python-nativesdk-standalone from http://downloads.yoctoproject.org/releases/miscsupport/&lt;br /&gt;
&lt;br /&gt;
This tarball also includes the chrpath utility.&lt;br /&gt;
&lt;br /&gt;
Add the python directory to your PATH:&lt;br /&gt;
 /opt/poky/sysroots/x86_64-pokysdk-linux/usr/bin/python&lt;br /&gt;
or&lt;br /&gt;
 /opt/poky/sysroots/i586-pokysdk-linux/usr/bin/python&lt;br /&gt;
&lt;br /&gt;
Next you will need to install the required package dependencies:&lt;br /&gt;
&lt;br /&gt;
 yum groupinstall &amp;quot;Development Tools&amp;quot;&lt;br /&gt;
 yum install patch diffstat texi2html texinfo cvs subversion hg git help2man wget&lt;br /&gt;
&lt;br /&gt;
If you want to use qemu you will also need:&lt;br /&gt;
&lt;br /&gt;
 yum install SDL-devel mesa-libGL-devel mesa-libGLU-devel&lt;br /&gt;
&lt;br /&gt;
Finally CentOS on x86_64 hosts includes 32bit glibc, Poky will try and build various tools with both 32bit and 64bit compatability. You can either enable this to proceed by installing the headers for 32bit glibc:&lt;br /&gt;
 yum install glibc-devel.i386 &lt;br /&gt;
or alternatively you can disable the 32bit library support by adding &amp;lt;code&amp;gt;NO32LIBS = &amp;quot;1&amp;quot;&amp;lt;/code&amp;gt; to your local.conf&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=5319</id>
		<title>Poky/GettingStarted/Dependencies</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=5319"/>
		<updated>2012-04-11T22:06:22Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* CentOS 6 */ update, this is RHEL too and the 32bit packages are i686 tuned now.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Fedora ==&lt;br /&gt;
&lt;br /&gt;
To run Poky on Fedora (tested on F13 and F14) you will need to install the following dependencies:&lt;br /&gt;
&lt;br /&gt;
yum install patch gcc gcc-c++ texinfo wget diffstat texi2html makeinfo cvs svn mercurial chrpath git help2man&lt;br /&gt;
&lt;br /&gt;
If you want to build qemu you will also need&lt;br /&gt;
&lt;br /&gt;
yum install SDL-devel mesa-libGLU-devel mesa-libGL-devel&lt;br /&gt;
&lt;br /&gt;
== RHEL/CentOS 6.x == &lt;br /&gt;
&lt;br /&gt;
In the 6.x series of RHEL/CentOS all required dependencies are available in the distribution repositories:&lt;br /&gt;
&lt;br /&gt;
 yum groupinstall &amp;quot;Development Tools&amp;quot;&lt;br /&gt;
 yum install patch diffstat texi2html texinfo cvs subversion hg chrpath git help2man wget&lt;br /&gt;
&lt;br /&gt;
If you want to use qemu you will also need:&lt;br /&gt;
&lt;br /&gt;
 yum install SDL-devel mesa-libGL-devel mesa-libGLU-devel&lt;br /&gt;
&lt;br /&gt;
Finally RHEL/CentOS on x86_64 hosts includes 32bit glibc, Poky will try and build various tools with both 32bit and 64bit compatability. You can either enable this to proceed by installing the headers for 32bit glibc:&lt;br /&gt;
 yum install glibc-devel.i686 &lt;br /&gt;
or alternatively you can disable the 32bit library support by adding &amp;lt;code&amp;gt;NO32LIBS = &amp;quot;1&amp;quot;&amp;lt;/code&amp;gt; to your local.conf&lt;br /&gt;
&lt;br /&gt;
== CentOS 5 ==&lt;br /&gt;
&lt;br /&gt;
To run Poky on CentOS (tested on CentOS 5.5) you will need to follow several steps.&lt;br /&gt;
&lt;br /&gt;
Firstly, Poky requires a more recent (2.6) version of Python than is shipped with CentOS. To enable use of Poky in a non-intrusive manner the Yocto project provides a standalone Python tarball. Grab the appropriate python-nativesdk-standalone from http://downloads.yoctoproject.org/releases/miscsupport/&lt;br /&gt;
&lt;br /&gt;
This tarball also includes the chrpath utility.&lt;br /&gt;
&lt;br /&gt;
Add the python directory to your PATH:&lt;br /&gt;
 /opt/poky/sysroots/x86_64-pokysdk-linux/usr/bin/python&lt;br /&gt;
or&lt;br /&gt;
 /opt/poky/sysroots/i586-pokysdk-linux/usr/bin/python&lt;br /&gt;
&lt;br /&gt;
Next you will need to install the required package dependencies:&lt;br /&gt;
&lt;br /&gt;
 yum groupinstall &amp;quot;Development Tools&amp;quot;&lt;br /&gt;
 yum install patch diffstat texi2html texinfo cvs subversion hg git help2man wget&lt;br /&gt;
&lt;br /&gt;
If you want to use qemu you will also need:&lt;br /&gt;
&lt;br /&gt;
 yum install SDL-devel mesa-libGL-devel mesa-libGLU-devel&lt;br /&gt;
&lt;br /&gt;
Finally CentOS on x86_64 hosts includes 32bit glibc, Poky will try and build various tools with both 32bit and 64bit compatability. You can either enable this to proceed by installing the headers for 32bit glibc:&lt;br /&gt;
 yum install glibc-devel.i386 &lt;br /&gt;
or alternatively you can disable the 32bit library support by adding &amp;lt;code&amp;gt;NO32LIBS = &amp;quot;1&amp;quot;&amp;lt;/code&amp;gt; to your local.conf&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=5318</id>
		<title>Poky/GettingStarted/Dependencies</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=5318"/>
		<updated>2012-04-11T18:30:17Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* CentOS 5 */ no need for EPEL if using external python&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Fedora ==&lt;br /&gt;
&lt;br /&gt;
To run Poky on Fedora (tested on F13 and F14) you will need to install the following dependencies:&lt;br /&gt;
&lt;br /&gt;
yum install patch gcc gcc-c++ texinfo wget diffstat texi2html makeinfo cvs svn mercurial chrpath git help2man&lt;br /&gt;
&lt;br /&gt;
If you want to build qemu you will also need&lt;br /&gt;
&lt;br /&gt;
yum install SDL-devel mesa-libGLU-devel mesa-libGL-devel&lt;br /&gt;
&lt;br /&gt;
== CentOS 6 == &lt;br /&gt;
&lt;br /&gt;
Some of the required dependencies are not available in the default repositories for CentOS 6.x systems, so you will need to add the Fedora Extra Packages for Enterprise Linux (EPEL) yum repositories https://fedoraproject.org/wiki/EPEL:&lt;br /&gt;
&lt;br /&gt;
 yum groupinstall &amp;quot;Development Tools&amp;quot;&lt;br /&gt;
 yum install patch diffstat texi2html texinfo cvs subversion hg chrpath git help2man wget&lt;br /&gt;
&lt;br /&gt;
If you want to use qemu you will also need:&lt;br /&gt;
&lt;br /&gt;
 yum install SDL-devel mesa-libGL-devel mesa-libGLU-devel&lt;br /&gt;
&lt;br /&gt;
Finally CentOS on x86_64 hosts includes 32bit glibc, Poky will try and build various tools with both 32bit and 64bit compatability. You can either enable this to proceed by installing the headers for 32bit glibc:&lt;br /&gt;
 yum install glibc-devel.i386 &lt;br /&gt;
or alternatively you can disable the 32bit library support by adding &amp;lt;code&amp;gt;NO32LIBS = &amp;quot;1&amp;quot;&amp;lt;/code&amp;gt; to your local.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CentOS 5 ==&lt;br /&gt;
&lt;br /&gt;
To run Poky on CentOS (tested on CentOS 5.5) you will need to follow several steps.&lt;br /&gt;
&lt;br /&gt;
Firstly, Poky requires a more recent (2.6) version of Python than is shipped with CentOS. To enable use of Poky in a non-intrusive manner the Yocto project provides a standalone Python tarball. Grab the appropriate python-nativesdk-standalone from http://downloads.yoctoproject.org/releases/miscsupport/&lt;br /&gt;
&lt;br /&gt;
This tarball also includes the chrpath utility.&lt;br /&gt;
&lt;br /&gt;
Add the python directory to your PATH:&lt;br /&gt;
 /opt/poky/sysroots/x86_64-pokysdk-linux/usr/bin/python&lt;br /&gt;
or&lt;br /&gt;
 /opt/poky/sysroots/i586-pokysdk-linux/usr/bin/python&lt;br /&gt;
&lt;br /&gt;
Next you will need to install the required package dependencies:&lt;br /&gt;
&lt;br /&gt;
 yum groupinstall &amp;quot;Development Tools&amp;quot;&lt;br /&gt;
 yum install patch diffstat texi2html texinfo cvs subversion hg git help2man wget&lt;br /&gt;
&lt;br /&gt;
If you want to use qemu you will also need:&lt;br /&gt;
&lt;br /&gt;
 yum install SDL-devel mesa-libGL-devel mesa-libGLU-devel&lt;br /&gt;
&lt;br /&gt;
Finally CentOS on x86_64 hosts includes 32bit glibc, Poky will try and build various tools with both 32bit and 64bit compatability. You can either enable this to proceed by installing the headers for 32bit glibc:&lt;br /&gt;
 yum install glibc-devel.i386 &lt;br /&gt;
or alternatively you can disable the 32bit library support by adding &amp;lt;code&amp;gt;NO32LIBS = &amp;quot;1&amp;quot;&amp;lt;/code&amp;gt; to your local.conf&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=5317</id>
		<title>Poky/GettingStarted/Dependencies</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=5317"/>
		<updated>2012-04-11T18:29:43Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* CentOS */ add CentOS 6 section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Fedora ==&lt;br /&gt;
&lt;br /&gt;
To run Poky on Fedora (tested on F13 and F14) you will need to install the following dependencies:&lt;br /&gt;
&lt;br /&gt;
yum install patch gcc gcc-c++ texinfo wget diffstat texi2html makeinfo cvs svn mercurial chrpath git help2man&lt;br /&gt;
&lt;br /&gt;
If you want to build qemu you will also need&lt;br /&gt;
&lt;br /&gt;
yum install SDL-devel mesa-libGLU-devel mesa-libGL-devel&lt;br /&gt;
&lt;br /&gt;
== CentOS 6 == &lt;br /&gt;
&lt;br /&gt;
Some of the required dependencies are not available in the default repositories for CentOS 6.x systems, so you will need to add the Fedora Extra Packages for Enterprise Linux (EPEL) yum repositories https://fedoraproject.org/wiki/EPEL:&lt;br /&gt;
&lt;br /&gt;
 yum groupinstall &amp;quot;Development Tools&amp;quot;&lt;br /&gt;
 yum install patch diffstat texi2html texinfo cvs subversion hg chrpath git help2man wget&lt;br /&gt;
&lt;br /&gt;
If you want to use qemu you will also need:&lt;br /&gt;
&lt;br /&gt;
 yum install SDL-devel mesa-libGL-devel mesa-libGLU-devel&lt;br /&gt;
&lt;br /&gt;
Finally CentOS on x86_64 hosts includes 32bit glibc, Poky will try and build various tools with both 32bit and 64bit compatability. You can either enable this to proceed by installing the headers for 32bit glibc:&lt;br /&gt;
 yum install glibc-devel.i386 &lt;br /&gt;
or alternatively you can disable the 32bit library support by adding &amp;lt;code&amp;gt;NO32LIBS = &amp;quot;1&amp;quot;&amp;lt;/code&amp;gt; to your local.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CentOS 5 ==&lt;br /&gt;
&lt;br /&gt;
To run Poky on CentOS (tested on CentOS 5.5) you will need to follow several steps.&lt;br /&gt;
&lt;br /&gt;
Firstly, Poky requires a more recent (2.6) version of Python than is shipped with CentOS. To enable use of Poky in a non-intrusive manner the Yocto project provides a standalone Python tarball. Grab the appropriate python-nativesdk-standalone from http://downloads.yoctoproject.org/releases/miscsupport/&lt;br /&gt;
&lt;br /&gt;
This tarball also includes the chrpath utility.&lt;br /&gt;
&lt;br /&gt;
Add the python directory to your PATH:&lt;br /&gt;
 /opt/poky/sysroots/x86_64-pokysdk-linux/usr/bin/python&lt;br /&gt;
or&lt;br /&gt;
 /opt/poky/sysroots/i586-pokysdk-linux/usr/bin/python&lt;br /&gt;
&lt;br /&gt;
Next you will need to install the required package dependencies, some of these are not available in CentOS 5.x systems so you will need to add the Fedora Extra Packages for Enterprise Linux (EPEL) yum repositories https://fedoraproject.org/wiki/EPEL:&lt;br /&gt;
&lt;br /&gt;
 yum groupinstall &amp;quot;Development Tools&amp;quot;&lt;br /&gt;
 yum install patch diffstat texi2html texinfo cvs subversion hg git help2man wget&lt;br /&gt;
&lt;br /&gt;
If you want to use qemu you will also need:&lt;br /&gt;
&lt;br /&gt;
 yum install SDL-devel mesa-libGL-devel mesa-libGLU-devel&lt;br /&gt;
&lt;br /&gt;
Finally CentOS on x86_64 hosts includes 32bit glibc, Poky will try and build various tools with both 32bit and 64bit compatability. You can either enable this to proceed by installing the headers for 32bit glibc:&lt;br /&gt;
 yum install glibc-devel.i386 &lt;br /&gt;
or alternatively you can disable the 32bit library support by adding &amp;lt;code&amp;gt;NO32LIBS = &amp;quot;1&amp;quot;&amp;lt;/code&amp;gt; to your local.conf&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=File:ImageButton.png&amp;diff=5117</id>
		<title>File:ImageButton.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=File:ImageButton.png&amp;diff=5117"/>
		<updated>2012-03-26T22:42:50Z</updated>

		<summary type="html">&lt;p&gt;Joshual: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=File:Hob2-visual-preview-230312.png&amp;diff=5108</id>
		<title>File:Hob2-visual-preview-230312.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=File:Hob2-visual-preview-230312.png&amp;diff=5108"/>
		<updated>2012-03-24T00:22:28Z</updated>

		<summary type="html">&lt;p&gt;Joshual: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=StableReleases/1.1.1&amp;diff=4078</id>
		<title>StableReleases/1.1.1</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=StableReleases/1.1.1&amp;diff=4078"/>
		<updated>2011-11-17T02:08:55Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Track suggested changes for Edison point release&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Proposed Changes ==&lt;br /&gt;
There are three categories of changes suggested here for a stable release of Poky Edison.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Fixes&amp;quot; are all the commits which fix various issues &lt;br /&gt;
* &amp;quot;Changes to lessen the impact of some of the fixes&amp;quot; help reduce the dependency bloat introduced by some of the fixes (i.e. preventing Perl being pulled in unnecessarily) &lt;br /&gt;
* &amp;quot;Requested changes to make it easier for Freescale to develop BSP&#039;s for Edison&amp;quot; are not strictly fixes but Matthew McClintock suggested they would make his work easier in developing Freescale BSP&#039;s for Edison.&lt;br /&gt;
&lt;br /&gt;
=== Fixes ===&lt;br /&gt;
&amp;lt;pre&amp;gt;36747532e7492e2cfddc93c58ee9b804020e97d1 gcc-4.6: fix toolchain build for SH4&lt;br /&gt;
d6663c342e61473937e6a5a7976324c7c07252c8 libconvert-asn1-perl/libtimedate-perl: Convert to use allarch&lt;br /&gt;
3cbd20dbf87259cc0e70a222bca92bc86f3b3e94 libnss-mdns: avoid race condition in postinst&lt;br /&gt;
9b6a548f5a0b06c39d9287ec7f32236d19405819 alsa-lib: use PKGSUFFIX for every package to resolve multiple runtime providers from target and nativesdk&lt;br /&gt;
4ec1632de73a1db891700c0cbff3667afc8d3a4f webkit-gtk: force arm mode to work around binutils segfault&lt;br /&gt;
97ca723e208b26aa749fb076bb920ce2d1674482 aspell: force ARM mode&lt;br /&gt;
3356d639a3dcd2137dc20cc9728bb0301843e795 pulseaudio-0.9.23: force ARM mode&lt;br /&gt;
f33c31a30b1eeadd1a845de03a87a72ffacb3a51 libatomics-ops: force ARM mode&lt;br /&gt;
6c508124a1aa7a963f7c5cc627ef31b51927132c dpkg/update-alternatives: Fix dpkg version of update-alternatives to be usable&lt;br /&gt;
d3c950e62254d5f1be0d591d858bde9a37dfabf3 base-passwd: Move update-passwd into a separate package&lt;br /&gt;
d0151bcd7bc8124fc9c448a01eb0e093c4f23250 base-passwd: Fix the broken preinst/postinstall&lt;br /&gt;
a4ff4e95c4b515316170f2325d51676eb043e27c syslinux: fix the SRC_URI by using the 4.xx directory&lt;br /&gt;
97a40ff05ed7c374502759e0d462f5dc21f71f6d lib/bb/runqueue: avoid marking runtime dependencies as covered&lt;br /&gt;
d8193f19fe94224089b0e5fc2026a843f7bd0709 opkg: Ensure we use the uname/gname fields when extracting tarballs&lt;br /&gt;
8135963ff2cfac7af69a3e5726837ac469cd9a0e rootfs_ipk.bbclass: Ensure bad recommendations persist in the status file&lt;br /&gt;
acbf65b9a6f14ed2b2f471e104c30cca11647b6c xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux&lt;br /&gt;
9ef8cb7821ad0d9d18b9d565f3266d9ae0742df3 util-linux: split mcookie into a package&lt;br /&gt;
6d0ad5c31b71c40925b923d487c7af350cb37689 sudo: Avoid post install scripts&lt;br /&gt;
af2a885c9e36a976688dbe0fafff0154ddc7120a shadow: Generate the shadow files at rootfs construction&lt;br /&gt;
8c6239181cbf498e0302b7bb5d97ea71b0dd0f35 wpa-supplicant: Avoid blocking the post install script at cross rootfs time.&lt;br /&gt;
ef1d61d711102b3417e83e56d4e2746f5b6a5db9 rootfs_rpm.bbclass: Enable pre and post install scripts&lt;br /&gt;
78d1b4458631cb4eada176fbc816e1a9f0a022ab README.hardware: declare support for BeagleBoard xM rev B&lt;br /&gt;
3b65c3e0e1438fe3806edc2f48cb21469e4d318a README.hardware: update atom-pc instructions&lt;br /&gt;
4a8678a5032a546507ecba408dfef6db48d5ceab xinit: Fix `startx` looking for `mcookie` in sysroot&lt;br /&gt;
90c789e57671475d6ebbc715e8070aec99e3137d ncurses: refactor configure to avoid configuring widec when disabled&lt;br /&gt;
b6bc04dfeb98971999218bb2987dc93e52979862 udev-extraconf: blacklist /dev/md&lt;br /&gt;
eda0ed901532ceb55bcf24bbde2c40a0d8759b69 cooker.py: Ensure only one copy of bitbake executes at once&lt;br /&gt;
d07473d2c25ca116c1b16018d7c3d9bbd3a721bb utils.py: Fix lockfile retry handling&lt;br /&gt;
605d0116414fe0ca2796b36c7a042af81c69e41b useradd: Add missing DEPEND on shadow&lt;br /&gt;
d847aba4e6b75149fa4f43d6b46417d052c2183d avahi: remove USERADDPN&lt;br /&gt;
bef492a2d71d8306a2c8abffd27fb119b624185b useradd-example.bb: update example documentation comments&lt;br /&gt;
3b93447e350d1ca49670372b8e683445006fb500 useradd.bbclass: do not modify -nativesdk packages&lt;br /&gt;
67a2c3553090ce3f74f48f6a46c7cbb1bcb2100d useradd.bbclass: only modify packages in USERADD_PACKAGES&lt;br /&gt;
b81caca23126b7b20535c1993a3972085e65e59b busybox: add grep to temporary links during uninstall&lt;br /&gt;
7b645cac3f7e89c20918e83d61352ccc5f8b63be classes/package_rpm: disable uninstall scripts for upgrades&lt;br /&gt;
23d2eaf9d283cae47e52d1151f0d4ad53bbbe8a0 python: skip setup.py &#039;import check&#039; when cross-compiling&lt;br /&gt;
a021dae5b74158b422b0c5eafa7e526bb2f4b3de libzypp: fix mishandling of hyphenated arches&lt;br /&gt;
590acd89238e43766ce8083e67a21f8bd03698d4 gmp_5.0.2: Set CC_FOR_BUILD to BUILD_CC&lt;br /&gt;
3e9cb80371a74bc04463242c1f341f4024f57c12 files/device_table-minimal.txt: add /dev/kmsg&lt;br /&gt;
07222a1142027fd282348f5ead9ecd5fad555d6d libcap: fix sstate for native package&lt;br /&gt;
d5175bb3ede9db4dc41fddb4fe05008dd73ce53c useradd.bbclass: handle nativesdk case&lt;br /&gt;
1ef442561d9784209f56e8c283824c1f2de3e2d1 multilib: Drop MULTILIB_IMAGE_INSTALL&lt;br /&gt;
f9735f3bac60459f2e92ec088cd529d414db9c14 contacts: fix packaging of icons&lt;br /&gt;
8b77079321f96b3a7f96b8d0ff74bd90488db7bd gypsy: fix packaging&lt;br /&gt;
7a5f2fc84e221a66db9fc252258c10d2e77956cf libcanberra: add libvorbis to DEPENDS&lt;br /&gt;
a9091c94660b7fa3be509264423966a530e8f80b dbus: fix install for virtclass-nativesdk&lt;br /&gt;
27d70f96558bad40b9c2aed54a2a704ef8e5a50e useradd.bbclass: fix how RDEPENDS is setup&lt;br /&gt;
754e262e478beb581ef7dcdaad91ac56e1ba19d6 libnl-2.0: add patch from meta-openembedded to fix pkg-config file&lt;br /&gt;
6a390d540b9fdd8b318163842a5bfc8441bebc95 libnl-2.0: move fix-pktloc_syntax_h-race.patch to libnl-2.0 subdirectory and merge with fix-makefile.patch&lt;br /&gt;
03748f351cb1e6ebee2004846b89449ecf6f4cb6 image_types bbclass: use 4k bytes per inode so we don&#039;t run out of space immediately&lt;br /&gt;
fc50781c3406578158b4b96b94baad03a8b3b38f libcense.bbclass: fix OpenSSL mapping&lt;br /&gt;
d70ba51ad96190f58eebb136b30f9621d42f0db3 tslib: fix the bug with loading libts-1.0.so&lt;br /&gt;
49f9ca5d4c037e32ba3a68374a350304e4e9c706 udev-164: Update init script to do an explicit add action&lt;br /&gt;
8f78cf20303c6c9bedab64bad1c88cca29f5135b buildstats: Fix for buildstats on tmpfs&lt;br /&gt;
3b856e1cdf38705f1ae79df09e7e6f388673a683 bash: Ensure we fully reautoconf the recipes so site data is used&lt;br /&gt;
de0d9ae939d78430610634ec810687d3e537ac99 rootfs_ipk bbclass: special-case base-passwd preinst to run first&lt;br /&gt;
53b3b40b1fd85f843212cd25055dba1cde91103f avahi: fix useradd race condition&lt;br /&gt;
649ca88b2cc26ece0713e9a85d0fee1069a597db machine/atom-pc: enable sound&lt;br /&gt;
9b76e6a2cfc5a4d779f3b06e3acc5ff7b8275470 meta: glib-2.0: don&#039;t apply qsort_r test removable patch for native version&lt;br /&gt;
013198b7257307818d9ca55df607e587dc067337 dbus: ensure that the useradd shell is set to /bin/false&lt;br /&gt;
1e9c1d570e18de5548f6450a88e3a4e79d1f9978 connman: Use useradd to add the xuser for DBus&lt;br /&gt;
e8e37cff2aaac25b046236be59e86b83611330cf xserver-nodm-init: Use useradd to add the xuser for rootless X&lt;br /&gt;
d9fc7ba254cfe3d60555fffeb09a294e1de7256b avahi: use useradd to create avahi user for avahi-daemon&lt;br /&gt;
418ee5afa4960cbd9a1fc9a0022fe23b568e2b3e udev: Fix the packaging of libgudev&lt;br /&gt;
18ab6c98e4b3bb9b20f3c9bb81b1d58ffd8b143b dbus: Ensure localstatedir is added to the package&lt;br /&gt;
0182b2bca3df8e74eb737ce2eab511cdb3d2996f package.bbclass: Fix various problems&lt;br /&gt;
ec20f0ed5d12bab87aa35be8e2bf6c333680739b dbus: Use $D not ${D} in the postinstall&lt;br /&gt;
91bc6fa5e20291b0ca1c6e60707086b1466339f9 gnome-doc-utils: Add missing glib-2.0 dependency&lt;br /&gt;
0f24f2dd70e2ef904ce4e3a8226c5602a6ed6aec lib/oe/terminal: add support for XFCE&#039;s terminal emulator&lt;br /&gt;
ca000ba88079ec8fbff055e207e73c97e869dac9 libproxy: fix QA Packaging issues&lt;br /&gt;
9bf2eed1641811291e069c83b8fcc83b931ab16b libatomics-ops: fix QA Packaging issues&lt;br /&gt;
80d0610f68a9f3b7d6828becc81e72a189c4f454 mdadm: fix QA Packaging issues&lt;br /&gt;
8993a66eaa9282cc3d4a27d537d3fa12354bb2b7 man: fix QA Packaging issues&lt;br /&gt;
4a5e1041a5d60f3676c5084603b8af32b78ac2db at: fix QA Packaging issues&lt;br /&gt;
bc5f42ad43c693e8c2d22a8a06256781c8b15a7f dbus-glib: fix QA Packaging issues&lt;br /&gt;
cbc31bac2e6a22a12d3ff96d308d031b0d00fee4 libxslt: Fix packaging of xsltConf.sh&lt;br /&gt;
2691727152cc0268b1801dcad777affd397aaa8a Add readline as dependecy for gdb-cross-canadian&lt;br /&gt;
96415387fa16088be86486a97b145bc186e8968f Give coreutils a chance to build the df utility&lt;br /&gt;
e9f66d981ad7ac726988842490192b9b19920445 hob: fix backtrace when dismissing open dialog&lt;br /&gt;
bbb45b656cc39764d912f04ccad6304af58aed1a gst-plugins-good: correctly handle gconf schema&lt;br /&gt;
ea8d1bc5335f4fa12be69315b8eb0ca1f5782585 pulseaudio: inherit perlnative&lt;br /&gt;
74d1c5e4ad50d4d5465105cc0afe35f4f4a9a8d4 gcc-4.6: Backport fix for PR32219&lt;br /&gt;
8e14ceee592db47acf9c751a222c625a029271fa xserver-xorg: Add mesa-dri to depends instead of virtual/libgl&lt;br /&gt;
dbf48baf90b254adb685049b84a83188d078f2ac dbus: use useradd class to allow use in read-only filesystems&lt;br /&gt;
b0dae14eee78e94c7e0577b146a3897a8cb382ad base-passwd: move initial criation of group and passwd to preinst&lt;br /&gt;
5ea680a7f441f468f95a14d5cec1d2a9754fde2f useradd.bbclass: check if a group already exists manually&lt;br /&gt;
53f7342562a66d1b14ecee234aa76be07951dedc gcc-configure-sdk: Point sysroot to correct location&lt;br /&gt;
013452f81aaab15a711cbf01a7a75fdd77356924 binutils-cross-canadian: Point sysroot to correct location&lt;br /&gt;
55092666ba9eb3c0265bc29613792a95536d8fae module.bbclass: add lock to prevent error bulding ext modules&lt;br /&gt;
8cf683bf7657e248c946404b64d1668f89f75f4e ghostscript: renamed x86_64 to x86-64 for patch to work&lt;br /&gt;
f9257c39904fee1f4a4bcb9d2503e81bb83a95c2 ghostscript: Disable parallel make due to install issues&lt;br /&gt;
bce6dde682ef786e5553a01c02370d3ca888af79 poky: fix broken ubifs link in deploy folder&lt;br /&gt;
b4757833c3548b5ee3a1cce58e2f059b3f63cb09 fontconfig: fix fix-pkgconfig.patch&lt;br /&gt;
13cfd5a7c9989e299c1df6e942a943548f694109 lsb: Change link of ${baselib} to lib64 for 64bits system&lt;br /&gt;
601077f7bd42ffabe7d89233e1f6a8679e7baeca screen: Add patch to fix parallel make install&lt;br /&gt;
1c892e84bbe97415d5042b1c1d9b4ac8f756e041 mktemp: Add patch to fix parallel make install&lt;br /&gt;
576c8d181b8d702d4d6e754b3832dc2c34123257 sysprof: remove duplicated patch&lt;br /&gt;
a21cc570b02dbc4fe55d7b925bfa72cfb71cd9c2 libomxil: Fix QA Package Errors&lt;br /&gt;
ff1781576bc885f2fffedcb9c95d42a208a864b4 data.py: fixed message domain errors&lt;br /&gt;
fb8483e216e8d24fb06b7deb09cc49525bcd2e0b patch.py: fixed message domain errors&lt;br /&gt;
c973a6e4c5e4b5fa262c03cb505a1233f4217508 qt4-x11-free: Fix broken regexes in qt4-x11-free&#039;s recipe.&lt;br /&gt;
88f81c7ffed38c0baab19f6e2ddf3eba7d409fa2 eglibc-2.14: add patch to fix libdl crash&lt;br /&gt;
a8e69714ae5bebfb30dcadbff528b2597321c4a2 libnl2: Fix a race on route/pktloc_syntax.h&lt;br /&gt;
412a2dc2f99562c8ba0e2f1afa2a4955fc1c4938 autotools: fix multi-word arguments for EXTRA_OECONF&lt;br /&gt;
4eae8b311e0e8eb291195e426375b2d12af349f2 autoconf: no need to hardcode the full path to m4&lt;br /&gt;
394dfe4a7b22805f120f981e725b57ed6c44a704 flac: Add missing gettext dependency (requires iconv)&lt;br /&gt;
7dfb9ce398a4ca62d2d53be9ddc7128e665d5126 shared-mime-info: Fix a parallel make race&lt;br /&gt;
0c05d53fbede6feed6e9d361cb631a364f045a0f Fix sysprof for powerpc64&lt;br /&gt;
6d218635e923c1abc39d63cfc19e1632f13d869b Fix mdadm for powerpc64&lt;br /&gt;
d760fcc56536c7ecd1ec94548bb0dae09b2cf934 zlib: fix inverted LFS logic&lt;br /&gt;
2542b2f28fddadcc79824b72703167b6203d824f libglade: add gdk-pixbuf dependency&lt;br /&gt;
3010bc0106a259d17c9fdf64c7bc2a10d33289d7 Use useradd and update-rc.d classes in the OpenSSH recipe&lt;br /&gt;
73abadd43e457e93b8919fc104dad986ff66448f Fix the --root option in shadow-native programs&lt;br /&gt;
ae6133572f317b4c7cb8046aa1b10bb83a2a58ba Allow user mode NFS server to run without rpcbind / portmap&lt;br /&gt;
c6776763b3497e5536787f90984a90dea639835f pkgconfig: Fix logic that was accidently leaving legacy pkg-config functionality enabled&lt;br /&gt;
880a50611702032988ad85da2124b05f7d1aa0b7 acl/attr: don&#039;t make symlink if base_libdir = libdir&lt;br /&gt;
d7babed94f56ceb2f9218e6e5d28b9f8d8d04afa native.bbclass: Ensure native recipes have a deterministic baselib value&lt;br /&gt;
439792ea5fbf2ec6179f0e29e776039c05903197 sstate.bbclass: Ensure machine specific stamps are only wiped for the current task&lt;br /&gt;
0a5ae8c64f0e465dc844952a81b2ce17c2b2d9bc scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE&lt;br /&gt;
191e61a39caea6b562c4cf09667b9015e3723bb2 fetch2: Export additional variables to the fetchers&lt;br /&gt;
68d27961d14329579fcc665dfb306af3fe5170e7 gdb-cross-canadian: Fix source directory S&lt;br /&gt;
6d75e6f8c650b901ac3784b83c8e62c3a7a545f7 mtools: Disable parallel make install, its broken&lt;br /&gt;
53a9ffc11a4c67b624ebb8fa121eaffbe0d3eba8 kexec-tools: fix architecture mismatch QA error&lt;br /&gt;
e07033ae82cd65652cb7a2a523ef8e17c11e8142 runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem&lt;br /&gt;
bad9759cf7092223c12af1b6960563b0f62ae1e4 qt4: packaging fixup&lt;br /&gt;
13e659facb76747bc847c569dfc9ba8807ecf068 qt4: Fix translation support&lt;br /&gt;
70e154b7f6d1b33a7ffca5af300c753a8f49295f populate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK&lt;br /&gt;
e00507274435e1d37281783e2648730d5da9e267 hal-info: drop PACKAGE_ARCH all&lt;br /&gt;
9bf0d8898b028f2b3379dc43fe647eb38c022f53 Improve handling of &#039;all&#039; architecture recipes and their interaction with sstate&lt;br /&gt;
2d053989a7136282a56814c28b0e7af258469804 qt4: Fix translation support&lt;br /&gt;
14f65e46a4270d0074e2a749236904d589a879a5 qt4(embedded and x11): Disable neon for armv6-vfp&lt;br /&gt;
8575c864d4a15180fb9aeac6a4000c8a3548e05f qt4: fix generated sdk&lt;br /&gt;
fbf50a71e8ba812ab1fecb9e1c9097b3531bf500 package_rpm: Ensure multilib code is only called in the multilib case&lt;br /&gt;
2708ce6c824f755e1581365e42f60f7ae7fcf771 Fix lttng-ust for powerpc64&lt;br /&gt;
cb97f7a40daef48a5f1afd50b72540e025dc21b0 base.bbclass: Drop unneeded dependency&lt;br /&gt;
2f8d643c76f5aa933b95a50092132ef37af203c7 Remove help2man dependency&lt;br /&gt;
ec8dd98eb410cd49fa53904f0ea60bbd89696ebd Fix flac build on e500mc cores&lt;br /&gt;
dd71f67db1dad2e0bd89313fcc11126a6ce15b84 fetch2/git: Make git fetch run with -f so rebased branches don&#039;t fail&lt;br /&gt;
b0403ff4cbcc6d472c69d44106dff551374076b6 beagleboard-audio: fix RDEPENDS on alsa-utils-amixer&lt;br /&gt;
9d1db6cc928199f8ac4960e8d4648563ef141427 python: fix sqlite RPATH issue&lt;br /&gt;
0b080c166d4bdef45993b82c39c7567301e1fc43 Add proper deps for nfs-utils, util-linux, and strace&lt;br /&gt;
bd3ac21f14785ad426f3ead8995c5c8292537743 Fix sysklogd build on e500v2 cores&lt;br /&gt;
8418fe82f14dc4500f195eb5aa15e053b7e28c0e Add udev patch to compile against newer kernels&lt;br /&gt;
742df8f30b613e771b2e243b8f1cc5412511432c Fix HAL on newer kernels without header file&lt;br /&gt;
73120fba5f0b1b52248cd9abb11a06f783c98d57 Fix ghostscript on powerpc64&lt;br /&gt;
1e5ee838ab9234c5f9544a1ac8285c79aae8bd6d Add autoconf cache for screen on powerpc64&lt;br /&gt;
06942738c95a09c18e5655cfa0c1a13f647f44c7 Fixup kexec-tools compatible host for powerpc&lt;br /&gt;
72928abdfc00af2a7a5fac27f82e23e5de8efc4b util-linux: Ensure perl scripts reference the correct perl&lt;br /&gt;
0d3a864b12cb44b0ea1c2d47694d97974f2852c9 mc: Ensure perl scripts reference the correct perl&lt;br /&gt;
f30344dd3c066b6d1ac79e0c1905635aa56e94b5 openssl: Ensure perl scripts reference the correct perl&lt;br /&gt;
11d435684bd330210b8d24481426eef3c5362f84 gcc-4.6: Update to tip of FSF gcc-4_6-branch&lt;br /&gt;
f40b763c691559511ed083b77b04f8bc5da95d55 multilib: add MLPREFIX to deploy folder&lt;br /&gt;
0f7bf53faaae46d16c9c49cc68645557a5504570 tune-i586: fix hardcoded TUNE_PKGARCH&lt;br /&gt;
ccf807a013d9c564d526c16820ecaf8de886f2b1 apmd: use ${HOST_SYS}-libtool&lt;br /&gt;
7425beb89abca5243d81b6f0d2cd176cdf72f7fd apr: use ${HOST_SYS}-libtool&lt;br /&gt;
2c4f2588e984c1ac0c2b2be63c5b8ef5638204d9 libpam: add flex-native to DEPENDS&lt;br /&gt;
504ebf0d7024a17d85cd103f5fe02bce0346bbae scripts/oe-setup-rpmrepo: use setup_tmpdir from runqemu&lt;br /&gt;
7d1e1018f4ae0a0bd25aef1987730deb170c7f03 scripts: use OE_TMPDIR instead of TMPDIR external variable&lt;br /&gt;
997d9f44eb71e58bb996107ab24710689afea047 Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case&lt;br /&gt;
0b4ef8aaf8e030a34ed2c3ad86ea3f16e92f1b85 libc-package.bbclass: add MLPREFIX when set values to PACKAGES&lt;br /&gt;
fae0e6c29dbf2a8c0a1ffb7d4092c48687133165 package_rpm: combine normal and multilib solution manifest together&lt;br /&gt;
6f6863a2581b434390c0729cd9915306ffbf6924 multilib: remove the multilib handling to allarch&lt;br /&gt;
9184d807f776ca3c9ef315050fb2a9e139fedc8b multilib.bbclass: map RDEPENDS and LINGUAS_INSTALL for image recipes&lt;br /&gt;
ea8a9978ec6a94e4047c3a9d5b0649479ac9f491 ghostscript: disable check for time.h&lt;br /&gt;
2a8a052c774efcdfd68db7ddd8d832a72d78b767 rpm: fix QA Warning on installed but not shipped staticdev filesw&lt;br /&gt;
887993a7b2fb913e824871461cb81039b8836ee3 zypper &amp;amp; sat-solver: needs RDEPENDS on rpm-lib&lt;br /&gt;
a5cf5ebd4a3d91667cd40e5d751b91facab16155 rpm: ensure that magic file is relocatable&lt;br /&gt;
a459ac71603d959b65964610e7819d29e24cc7f8 meta: qt4: fix postprocessing of pkg-config files&lt;br /&gt;
6527c17d567405117bf32a51c0d8b03dc83b9b37 pseudo: Fix QA warnings&lt;br /&gt;
323e2919eb641112f12c7713ee124c4b3e83c475 sqlite3: Fix nativesdk packaging/QA warnings&lt;br /&gt;
193f5ea973ce39788eed1391d1395d4b55b41934 grub: Fix insane/QA architecture warning&lt;br /&gt;
2829e21efc70e7fc7092ff4dcd1cbb8f168983d9 gcc: Fix two QA issues&lt;br /&gt;
4833772c5fed1905404b50a832303f579c316d21 linux-yocto/meta: eg20t and live boot config changes&lt;br /&gt;
f8dbe510fc467212035d0b2e86c59e0613d2f3ae libffi: really populate -dev package&lt;br /&gt;
413e1a8177d27f63602f633eacce0af6e8410e1c gconf-dbus: packaging fixup&lt;br /&gt;
fd3a960ec14d3c030a44d7c782bf731e4565fcda gcc: include libgcov.a into libgcc-dev package&lt;br /&gt;
9948a81b39739b0809a274623cc75422101beae5 gcc: fix possible problems with nscd compilation during eglibc-nativesdk build&lt;br /&gt;
62ea046099c9220a3b08b0898e26104da76614fe icecc-create-env-native: provide the script right in the tree&lt;br /&gt;
82785064ac9059da83aa657b9ed8f8ff4a488ef8 bitbake.conf: change ccache path to use MULTIMACH_HOST_SYS&lt;br /&gt;
1451b9f46cf0cbd24d6ef6056b5e85377f33f71b gnome-doc-utils: Prepend PKG_CONFIG_SYSROOT_DIR to the path returned from PKG_CONFIG&lt;br /&gt;
e3c5d7a90ae179af0ac128ea4dfc1a5a6602c2e4 libtool: Fix an issue where unnecessary rpaths were being injected&lt;br /&gt;
9fe66fd8e2f1feccef1e2c0d6f6d7e117e06507e autotools.bbclass: Set the dynamic linker search path for libtool correctly&lt;br /&gt;
080c6ecfcc4b926e4cfdad817e9a706c6c3a50a0 neon: Add libproxy to DEPENDS to ensure determinstic builds&lt;br /&gt;
e2f1a82782721634c942b5a73e6fc53e60928457 libsndfile1: Disable external codec librbaries since we don&#039;t list in DEPENDS&lt;br /&gt;
eb509c6c3df197b1baea1ac3b4d2509f8d9d71be cairo: Disable bfd symbol loopup since we don&#039;t list it in DEPENDS&lt;br /&gt;
b390a5a4707d75b68546b3e28cc8e8faba5b2a34 gtk+: Explicitly disable xinerama since we don&#039;t have it as a DEPENDS&lt;br /&gt;
46bbdc18d83a12893c50952f137a3e9978b7304f gnome-desktop: Ensure we&#039;re deterministic about startup-notification dependency&lt;br /&gt;
dea2fd181aa787c1228c10664856773d5dc4bbe5 bitbake/lib/bb/msg.py: fix setting debug and verbosity levels&lt;br /&gt;
e271de0fabac69e1599de117856a3ae705470f21 hob: store recipe path at load time&lt;br /&gt;
7b578b9b735441c6a2a8200c5d4c5a719a2c5838 hob: fix building with current selections after reparse&lt;br /&gt;
98a762009d7626b09dea24daa363dc9526060f8a ui/crumbs/hobeventhandler: fix variable name typo&lt;br /&gt;
f159dfb6288d11b51e49a55fddeea1e30a4266b7 ui/crumbs/hobeventhandler: move remaining getVariable calls to init&lt;br /&gt;
118da1708c5168a82be0a0724a2db6243eb61ba1 attr/acl: add SSTATEPOSTINSTFUNC&lt;br /&gt;
e377f2bc5fd1f03556da10973fb6945de34c7e9a populate_sdk_rpm: add pkgconfig(pkg-config) to the list&lt;br /&gt;
ac97d42baa3df504e53a4a182f3eb73868849596 populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list&lt;br /&gt;
dbe371d5bdf3ae6091aa7db166378426f9975481 intltool: add libxml-parser-perl-native dependency to -native version&lt;br /&gt;
ea0b7440ec5a8663b66f56a19f0b38e803b523d3 multilib.bbclass: Partially fix multlib image targets&lt;br /&gt;
0b9bd3c99450bba79431d69e8bfdd4fe5168d55c diffstat: Add missing file from previous commit&lt;br /&gt;
824b0140592ac105b7440c94a2cef76f0ffe459f diffstat: Fix a build failure when using libdir=/usr/lib64&lt;br /&gt;
7eb6cf467eed528ed9a7443b137033db196d47f6 gnome-desktop: Fix python path in scripts to use target path&lt;br /&gt;
b1f7734f547cfc150b7c3d4c9997563c37b8ad4a foomatic-filters: Disable filter checking&lt;br /&gt;
69672a4cb9aef20f64679b12f9006f58418709e3 cups: Fix recipe to use the correct cups directories&lt;br /&gt;
cb7cab37b12d8371a135c00ebcabe77403cde5b2 eglibc-2.12: Fix build on powerpc/603e&lt;br /&gt;
0289683798bb3b6d1cfbf7cccb834b4b78d9bdab qemugl: Use local variable rather than &amp;quot;push&amp;quot; to save register&lt;br /&gt;
cac6eb9c11b5e94d71b894bf26bab288d99f0e1d gcc: include plugin-related headers into packaged SDK&lt;br /&gt;
96333e8ea89282b3688f42fe72a501e679f14b64 e2fsprogs: include devtools scripts&lt;br /&gt;
66aed14ca9436c64f788dd4bde1d3f6bd5d7894c glib-2.0: include glib-gettextize stuff&lt;br /&gt;
e0f32aa351a28888ce409779424a96bd7b64146f alsa-lib: Don&#039;t use versioned symbols on uclibc builds as it causes strange hangs&lt;br /&gt;
953b45841fdcb90080cc72a98ddd14551f85e103 Add patch to correctly install shared libraries and links&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Changes to lessen the impact of some of the fixes ===&lt;br /&gt;
&amp;lt;pre&amp;gt;43d86cd9afa123b27f76cd18aed6003412eada65 Add new strace-graph package to avoid making perl a dependecy for all of strace&lt;br /&gt;
10c191bd65ef3f6f92971a1fed9e340275d4a244 nfs-utils: separate nfs-utils-client and nfs-utils-stats&lt;br /&gt;
c5efbb58a2bedcb51faf7a9ec5e3538348aed72c Add new util-linux-chkdupexe package to avoid making perl a dependecy for all of ut&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last of which requires:&lt;br /&gt;
&amp;lt;pre&amp;gt;72928abdfc00af2a7a5fac27f82e23e5de8efc4b util-linux: Ensure perl scripts reference the correct perl&lt;br /&gt;
318da9f6a4b3cd405f2a3ea3003082c78c47eeb2 util-linux: split fsck* into its own subpackage&lt;br /&gt;
359006159996f95aaa7e53279229d72e161514bd util-linux 2.19.1: split blkid out into its own subpackage&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Requested changes to make it easier for Freescale to develop BSP&#039;s for Edison ===&lt;br /&gt;
&amp;lt;pre&amp;gt;9493ccf0651d031e3f6fe8d27c2884608a10758e Update gitignore to ignore all meta-* directories&lt;br /&gt;
8240072c70ba13033e10ebd954e3f4d0b7c0a552 Add support for generating ext2.bz2{, .u-boot} images&lt;br /&gt;
8836afca8a520c199bd57cccfa3e114ae373c214 Add support for generating ext2.lzma{, .u-boot} images&lt;br /&gt;
35574646e73da6c73173512124f58ca81d3e7c64 dtc: update to latest git version&lt;br /&gt;
4115f94f221a8b88493a6a4b99262b83016496f5 Add new IMAGE_CLASSES variable for classes for image generation&lt;br /&gt;
7dec9be56bed73bbd8cbc42360620c64f1fed882 Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3895</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3895"/>
		<updated>2011-11-01T19:04:12Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Unsorted */ checksums are fixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to increase adoption of the Yocto Project.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Improved usability of the build system for new experienced users, new novice users and existing users.&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Open a bug in the Yocto bugzilla setting the type of bug to be an &amp;quot;enhancement&amp;quot; request. The detail about the request should be included in the bugzilla report.&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request includind a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must have, 2 = Nice to have but wouldn&#039;t block a release, 3 = Lower priority, desired, defined plan, 4 = Worthwhile ideas, no defined plan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || 1, 2, 3 or 4 || Review|| Name|| Comment + Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image built by Yocto||1||Review||davest/tracey/RP||Saul (PRC)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1557&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||1||Review||davest/tracey/RP||Joshua/Jessica||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1559&lt;br /&gt;
|-&lt;br /&gt;
| Hob v2 - Interface updates? ||1||Review||davest/tracey/RP||Ke &amp;amp; PRC Team||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1588&lt;br /&gt;
|-&lt;br /&gt;
| Improve user experience under Windows||1||Review||davest/tracey/RP||Scott R.||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1586&lt;br /&gt;
|-&lt;br /&gt;
| Error Handling Improvements||1||Review||||Scott G||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1543&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||2||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1585&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| Make BasicHash the default ||1||Review||RP||Lianhao(Jessica/RP)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1555&lt;br /&gt;
|- &lt;br /&gt;
| Address git fetcher mirror issues||2||Review||RP||Richard||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1511&lt;br /&gt;
|-&lt;br /&gt;
| Recipe specific configuration (e.g. Gstreamer)||2||Resolved||||Richard / Resolved||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=923&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||2||Review||Lianhao||Lianhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1126&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention/Swabber||2||Review||Joshua||Joshua||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1582&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||2.5||Review||LCS||Paul to Investigate for 1.3 Feature||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1562&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||3||Review||from 1.0||Dongxiao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1560&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||3||Review||from 1.0||Kai (WR)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1561&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||3||Review||RP Notes||Jeff Polk/Mark||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1591&lt;br /&gt;
|-&lt;br /&gt;
| Binary package install class||3||Review||||Kai (WR)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1592&lt;br /&gt;
|-&lt;br /&gt;
| Disk space monitoring||3||Review||RP and Robert||Robert (WR)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1589&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||3||Review||LCS||Wenzong (WR)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1590&lt;br /&gt;
|-&lt;br /&gt;
| Support for remote layers||3||Review||Community||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1598&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image (desktop Linux OS)||4||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1558&lt;br /&gt;
|-&lt;br /&gt;
| Depexp functionality without X||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1658&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Package History||1||Review||RP|||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1565&lt;br /&gt;
|-&lt;br /&gt;
| Package History Analysis Tool||1|||Review||RP|||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1566&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for LSB Tests and automate test||2||Review||||Yizhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1567 &lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for posix Tests and automate test||2||Review||||Jiajun||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1568&lt;br /&gt;
|-&lt;br /&gt;
|Open Source Test Cases||2||Review||QA||Jiajun (Song)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1595&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||2||Resolved||||Paul / Closed||1.2||Is this really Package History Now?   http://bugzilla.yoctoproject.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for rt Tests and automate test||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1569&lt;br /&gt;
|-&lt;br /&gt;
|QA Test improvements - consider fedora/gentoo runtime security tools||3||Review||Joshua||Jiajun||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1584&lt;br /&gt;
|-&lt;br /&gt;
| Automate BSP Testing||4||Review||Tom||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1596&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||4||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1594&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||2||Review||eflanagan||Beth||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1612&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||2||Review||RP Notes||Scott G||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=405&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||2||||Team||Scott G||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1619&lt;br /&gt;
|-&lt;br /&gt;
| Parallel Locale Generation ||2||Done||RP||RP - Resolved||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=1554&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||2||Review||||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1544&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Enhance gcc recipe to support multilibs||2||Review||RP||Nitin||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1549&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Complete recipe enablement||2||Review||RP||Dongxiao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1563&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Drop MULTILIB_IMAGE_INSTALL||2||Review||RP||Dongxiao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1564&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Document||2||Review||RP||Scott R||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1622&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||2||Review||RP Notes||Saul||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1618&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||2||Review||Tom||Nitin/Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1620&lt;br /&gt;
|- &lt;br /&gt;
| Running post installs at rootfs gen time||2||Review||RP Notes||Dexuan||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1621&lt;br /&gt;
|-&lt;br /&gt;
| Fix Runtime POSIX Issue||2||Review||Team||Kai||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1623&lt;br /&gt;
|-&lt;br /&gt;
| License file cleanup ||2||Review||Beth||Beth||1.2||1 week http://bugzilla.yoctoproject.org/show_bug.cgi?id=1547&lt;br /&gt;
|-&lt;br /&gt;
| QEMU GL Enhancements||2||Review||Meta-data||Edwin||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1624&lt;br /&gt;
|-&lt;br /&gt;
| Init Selection as Distro Feature||2||Review||Joshua||Joshua w/Kai||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1625&lt;br /&gt;
|-&lt;br /&gt;
| Document multiple library versions co-existing||3||Review||Team||Scott R||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1548&lt;br /&gt;
|-&lt;br /&gt;
| Enhance TARGET_VENDOR field support||3||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1550&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||3||Review||Meta-data||ScottG w/WR||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1609&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||3||Review||RP Notes||Xiaofeng/Joshua||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1615&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||4||Review||Meta-data||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1606&lt;br /&gt;
|-&lt;br /&gt;
| Implement Factory reset||4||Review||Joshua||Joshua||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1593&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||4||Review||Team||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1613&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other Layer Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| x32 Enhancements||2||Review||||Nitin||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1579&lt;br /&gt;
|-&lt;br /&gt;
| BSPs or layers for a specific category of devices ||2||Review||Dirk/Dave/Andy||Shane||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1626&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1597&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||need detail||2||Review||Beth||Beth||1.2|| 2 weeks, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1628&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||need detail||2||Review||Beth||Beth||1.2||1 week and half, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1629&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate option||||2||Review||Beth||Beth||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1627&lt;br /&gt;
|-&lt;br /&gt;
| Eval Patch management tools||||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1632&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||||2.5||Review||Darren||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1631&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1630&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Improve device management||[Need plan from Joshua]|| 2 ||Review||||Joshua/Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1608&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||||2||Review||Bruce/Richard/team||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1634&lt;br /&gt;
|- &lt;br /&gt;
|Drop Grub for Syslinux |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1635&lt;br /&gt;
|-&lt;br /&gt;
|Upgrade to EFI |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1636&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc|||| 2  ||Review||||Bruce||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1638&lt;br /&gt;
|-&lt;br /&gt;
| streamline meta-intel kernel config options |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1661&lt;br /&gt;
|-&lt;br /&gt;
| add crownbay video acceleration |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1660&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT / Tools and Support == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||||3||Review||Lianhao||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1600&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1601&lt;br /&gt;
|-&lt;br /&gt;
| Linux tools upstream integration||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1602&lt;br /&gt;
|-&lt;br /&gt;
| Add recipe supporting autoconf-nativesdk and automake-nativesdk ||||2||Review||Lianhao||Kai/Lianhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1603&lt;br /&gt;
|-&lt;br /&gt;
|Eclipse BSP/Kernel Plugin || This one is Jessica&#039;s, Tom&#039;s tracked elsewhere || 2 || Review || Darren || Jessica || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1610&lt;br /&gt;
|-&lt;br /&gt;
| enhance the bitbake commander eclipse plugin ||||2||Review||Dongxiao/Lianhao||Jessica/Lianhao||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1611&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||Need detail||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1639&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1640&lt;br /&gt;
|-&lt;br /&gt;
| Profiling: Valgrind tools in Eclipse||||2||Review||Dave/JZ||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1580&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1551&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1552&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||||2||Review||from 1.0||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1553&lt;br /&gt;
|-&lt;br /&gt;
| &#039;perf scripts&#039; integration||Can Jessica own this own after stap (1551) is done?||2||Review||Tom||Jessica/Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1617&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||||2||Review||From ADT module and scratch||ScottR||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1641&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image Config Infrastructure||||3||Review||Team||WR Distro Team??? / Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1642&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||need detail||2||Review||Bruce/Mark||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1643&lt;br /&gt;
|-&lt;br /&gt;
| use cases||need detail||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1644&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||need detail||2||Review||Darren||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1645&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||need detail||2||Review||Team||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1646&lt;br /&gt;
|-&lt;br /&gt;
|Upstream config fragments |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1647&lt;br /&gt;
|-&lt;br /&gt;
|Real-time process-executed timers |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1648&lt;br /&gt;
|-&lt;br /&gt;
|Define Kernel policy |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1649&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||||3||Review||RP Notes||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1614&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev lock ||||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1679&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev stable update||||2||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1680&lt;br /&gt;
|-&lt;br /&gt;
| Kernel usability scripts ||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1678&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unsorted ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Way to determine what is about to happen (similar to a dry-run)||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1659&lt;br /&gt;
|-&lt;br /&gt;
|debuginfo export||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1657&lt;br /&gt;
|-&lt;br /&gt;
|Recipe creation/import script||||Review||WR|||Kai (WR)||M2?||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1656&lt;br /&gt;
|-&lt;br /&gt;
|Export of source tarball or package||||Review||WR||Xiaofeng(WR)||M2?||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1655&lt;br /&gt;
|-&lt;br /&gt;
|Layer tooling: Tool to combine layers||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1654&lt;br /&gt;
|-&lt;br /&gt;
|Recipe patch tooling/workflow||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1652&lt;br /&gt;
|-&lt;br /&gt;
|Incremental image generation||||Review||WR||Robert (WR)||M2?||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1651&lt;br /&gt;
|-&lt;br /&gt;
|Need documentation on contributing patches and code||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1650&lt;br /&gt;
|-&lt;br /&gt;
| rebuild udev cache if the kernel version changes||||ACCE||||tong.lin@intel.com||||1147&lt;br /&gt;
|-&lt;br /&gt;
| Unpackaged files WARNING||||NEW||||song.liu@intel.com||||1545&lt;br /&gt;
|-&lt;br /&gt;
| Handled Releases with the PR server||||NEW||||song.liu@intel.com||||1556&lt;br /&gt;
|-&lt;br /&gt;
| Buildstats memory measurements||||NEW||||song.liu@intel.com||||1605&lt;br /&gt;
|-&lt;br /&gt;
| Use the per-file dependencies in deb and ipkg packages||||NEW||||song.liu@intel.com||||1662&lt;br /&gt;
|-&lt;br /&gt;
| Document invalidation of the sstate on a per class basis||||ACCE||||scott.m.rifenbark@intel.com||||1500&lt;br /&gt;
|-&lt;br /&gt;
| New santiy check for userspace packages||||ACCE||||scott.a.garman@intel.com||||1008&lt;br /&gt;
|-&lt;br /&gt;
| bitbake -b prints meaningless error when given an invalid recipe name||||ACCE||||scott.a.garman@intel.com||||1141&lt;br /&gt;
|-&lt;br /&gt;
| Remove python stack trace when do_patch fails||||ACCE||||scott.a.garman@intel.com||||1143&lt;br /&gt;
|-&lt;br /&gt;
| Need to change numeric user/groupids to names in device_table-minimal.txt||||ACCE||||scott.a.garman@intel.com||||1159&lt;br /&gt;
|-&lt;br /&gt;
| Make bitbake output less noisy for non-error cases||||NEW||||scott.a.garman@intel.com||||1145&lt;br /&gt;
|-&lt;br /&gt;
| QEMU won\&#039;t run on a system that does not support tunctl||||NEW||||scott.a.garman@intel.com||||1474&lt;br /&gt;
|-&lt;br /&gt;
| Display a summary of warnings and errors at the end of a bitbake command||||NEW||||scott.a.garman@intel.com||||1540&lt;br /&gt;
|-&lt;br /&gt;
| Create better interface for metrics and status gathering||||ACCE||||saul.wold@intel.com||||205&lt;br /&gt;
|-&lt;br /&gt;
| Improve syslog configurability||||NEW||||saul.wold@intel.com||||717&lt;br /&gt;
|-&lt;br /&gt;
| Allow logrotate to use a different file system from the original logs||||NEW||||saul.wold@intel.com||||718&lt;br /&gt;
|-&lt;br /&gt;
| qemu: when booting from live CD, X cannot be started||||NEW||||saul.wold@intel.com||||1487&lt;br /&gt;
|-&lt;br /&gt;
| Convert meta-toolchain to work as a poky install composed of staging/prebuild packages||||ACCE||||richard.purdie@linuxfoundation.org||||115&lt;br /&gt;
|-&lt;br /&gt;
| Qemu booting cost more time||||ACCE||||richard.purdie@linuxfoundation.org||||646&lt;br /&gt;
|-&lt;br /&gt;
| Enable swabber to be run for only specific recipes||||ACCE||||richard.purdie@linuxfoundation.org||||822&lt;br /&gt;
|-&lt;br /&gt;
| RRECOMMENDS...-dbg causes dependency failure if no ${PN} package exists||||ACCE||||richard.purdie@linuxfoundation.org||||824&lt;br /&gt;
|-&lt;br /&gt;
| Specify paths searched when failing to find a SRC_URI||||ACCE||||richard.purdie@linuxfoundation.org||||1179&lt;br /&gt;
|-&lt;br /&gt;
| Drop PKGSUFFIX and have nativesdk use multilib technology||||ACCE||||richard.purdie@linuxfoundation.org||||1508&lt;br /&gt;
|-&lt;br /&gt;
| Set default gcc-cross-canadian instruction generation to TARGET_ARCH||||ACCE||||nitin.a.kamble@intel.com||||139&lt;br /&gt;
|-&lt;br /&gt;
| Zypper: Package dependency resolution does not know about hinting||||NEED||||mark.hatle@windriver.com||||821&lt;br /&gt;
|-&lt;br /&gt;
| Consider using PatchELF rather than chrpath for modifying the RPATH||||NEW||||josh@linux.intel.com||||806&lt;br /&gt;
|-&lt;br /&gt;
| Ensure Poky can be run on non-Linux Unices||||NEW||||josh@linux.intel.com||||823&lt;br /&gt;
|-&lt;br /&gt;
| Add build progress indicator||||NEW||||josh@linux.intel.com||||1221&lt;br /&gt;
|-&lt;br /&gt;
| Should be easier to find and remove packages||||NEW||||josh@linux.intel.com||||1241&lt;br /&gt;
|-&lt;br /&gt;
| Add more detailed data to the models used for hob state||||NEW||||josh@linux.intel.com||||1293&lt;br /&gt;
|-&lt;br /&gt;
| Allow customize the dev packages when building a toolchain||||NEW||||josh@linux.intel.com||||1303&lt;br /&gt;
|-&lt;br /&gt;
| Enable removal of packages||||NEW||||josh@linux.intel.com||||1450&lt;br /&gt;
|-&lt;br /&gt;
| report on artifacts after image generation||||NEW||||josh@linux.intel.com||||1572&lt;br /&gt;
|-&lt;br /&gt;
| make it clear how to run saved hob recipes from command line||||NEW||||josh@linux.intel.com||||1573&lt;br /&gt;
|-&lt;br /&gt;
| add additional dialogs/config for u-boot/kernel||||NEW||||josh@linux.intel.com||||1574&lt;br /&gt;
|-&lt;br /&gt;
| configure runtime services from gui||||NEW||||josh@linux.intel.com||||1575&lt;br /&gt;
|-&lt;br /&gt;
| configure network settings from hob gui||||NEW||||josh@linux.intel.com||||1576&lt;br /&gt;
|-&lt;br /&gt;
| configure users and default passwords from hob gui||||NEW||||josh@linux.intel.com||||1577&lt;br /&gt;
|-&lt;br /&gt;
| Enable customisation of image drop down||||NEW||||josh@linux.intel.com||||1581&lt;br /&gt;
|-&lt;br /&gt;
| Provide interface for user the install Yocto SDK through IDE||||ACCE||||jessica.zhang@intel.com||||191&lt;br /&gt;
|-&lt;br /&gt;
| native packages should use siteinfo files||||ACCE||||jeff.polk@windriver.com||||270&lt;br /&gt;
|-&lt;br /&gt;
| [AutoBuilder/FEAT] Set Bug to Fixed automatically when building in AutoBuilder||||REOP||||elizabeth.flanagan@intel.com||||874&lt;br /&gt;
|-&lt;br /&gt;
| Put a uname and ab name in stdio||||ACCE||||elizabeth.flanagan@intel.com||||1461&lt;br /&gt;
|-&lt;br /&gt;
| License file WARNING messages||||ACCE||||elizabeth.flanagan@intel.com||||1546&lt;br /&gt;
|-&lt;br /&gt;
| Autobuilder Layer support||||ACCE||||elizabeth.flanagan@intel.com||||1604&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate checkbox||||ACCE||||elizabeth.flanagan@intel.com||||1607&lt;br /&gt;
|-&lt;br /&gt;
| Close button doesn\&#039;t obey Fitt\&#039;s Law||||ACCE||||edwin.zhai@intel.com||||35&lt;br /&gt;
|-&lt;br /&gt;
| sato-icon-theme lacks generic / unknown icon||||ACCE||||edwin.zhai@intel.com||||37&lt;br /&gt;
|-&lt;br /&gt;
| I/O schedule isn\&#039;t no-op on flash based devices||||NEED||||dvhart@linux.intel.com||||66&lt;br /&gt;
|-&lt;br /&gt;
| Create a power users tips and tricks document||||ACCE||||dvhart@linux.intel.com||||1033&lt;br /&gt;
|-&lt;br /&gt;
| Support \&#039;~\&#039; in version strings||||Wait||||dongxiao.xu@intel.com||||256&lt;br /&gt;
|-&lt;br /&gt;
| Pull alsa-state into oe-core (from oe)||||ACCE||||dongxiao.xu@intel.com||||1176&lt;br /&gt;
|-&lt;br /&gt;
| kernel: support standalone kernel builds||||ACCE||||bruce.ashfield@windriver.com||||843&lt;br /&gt;
|-&lt;br /&gt;
| mpc8315\&#039;s tune file: \&amp;quot;tune-ppc603e.inc\&amp;quot;||||ACCE||||bruce.ashfield@windriver.com||||1192&lt;br /&gt;
|-&lt;br /&gt;
| [multilib] Triggering building a 64 bit kernel with a 32 bit userspace||||ACCE||||song.liu@intel.com||||1525&lt;br /&gt;
|-&lt;br /&gt;
| Yocto website should include a glossary||||NEED||||scott.m.rifenbark@intel.com||||557&lt;br /&gt;
|-&lt;br /&gt;
| Yocto project website should include a simplified walk-through||||NEED||||scott.m.rifenbark@intel.com||||558&lt;br /&gt;
|-&lt;br /&gt;
| Bug reporting guide||||ACCE||||scott.m.rifenbark@intel.com||||237&lt;br /&gt;
|-&lt;br /&gt;
| Improve SDK sysroot extensibility and workflow||||ACCE||||scott.m.rifenbark@intel.com||||545&lt;br /&gt;
|-&lt;br /&gt;
| add documentation for swabber||||ACCE||||scott.m.rifenbark@intel.com||||635&lt;br /&gt;
|-&lt;br /&gt;
| need a doc for qemu usage||||ACCE||||scott.m.rifenbark@intel.com||||641&lt;br /&gt;
|-&lt;br /&gt;
| QEMU fails to launch using unfs with rpcbind installed - must have portmap.||||ACCE||||scott.m.rifenbark@intel.com||||655&lt;br /&gt;
|-&lt;br /&gt;
| Need centralized documentation on BitBake class usage||||ACCE||||scott.m.rifenbark@intel.com||||1467&lt;br /&gt;
|-&lt;br /&gt;
| bitbake \&amp;quot;NoProvider\&amp;quot; message doesn\&#039;t aid in resolving the problem||||ACCE||||scott.a.garman@intel.com||||542&lt;br /&gt;
|-&lt;br /&gt;
| Improve the error reporting when SkipPackage error is raised||||ACCE||||scott.a.garman@intel.com||||1127&lt;br /&gt;
|-&lt;br /&gt;
| sstate code doesn\&#039;t detect overwriting files||||ACCE||||richard.purdie@linuxfoundation.org||||238&lt;br /&gt;
|-&lt;br /&gt;
| Add a mechanism to do pre-build sanity based on specific configurations||||ACCE||||richard.purdie@linuxfoundation.org||||405&lt;br /&gt;
|-&lt;br /&gt;
| Usability: How to find specific variables and settings?||||ACCE||||richard.purdie@linuxfoundation.org||||407&lt;br /&gt;
|-&lt;br /&gt;
| TCF RSE plug-in not handle the situation if the remote agent does NOT support terminal service||||Wait||||liping.ke@intel.com||||107&lt;br /&gt;
|-&lt;br /&gt;
| cdt.launch.remote issues on a non-canonical terminal||||Wait||||liping.ke@intel.com||||188&lt;br /&gt;
|-&lt;br /&gt;
| Need a generic xorg.conf package that all the xservers can use.||||ACCE||||ke.yu@intel.com||||1175&lt;br /&gt;
|-&lt;br /&gt;
| Show contents of images &amp;amp; tasks||||NEW||||josh@linux.intel.com||||991&lt;br /&gt;
|-&lt;br /&gt;
| Show more information about packages||||NEW||||josh@linux.intel.com||||992&lt;br /&gt;
|-&lt;br /&gt;
| Preference Package Format only support one selection at a time||||NEW||||josh@linux.intel.com||||1272&lt;br /&gt;
|-&lt;br /&gt;
| Need guidance choosing \&#039;Base image\&#039;||||NEW||||josh@linux.intel.com||||1277&lt;br /&gt;
|-&lt;br /&gt;
| Built toolchain doesn\&#039;t include development packages for image||||NEW||||josh@linux.intel.com||||1302&lt;br /&gt;
|-&lt;br /&gt;
| On qemuarm, the command \&#039;poweroff/shutdown\&#039; can\&#039;t close the qemu completely and exit to host console with Laverne build 20110121||||ACCE||||bruce.ashfield@windriver.com||||684&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ over directfb ||||ACCE||||xiaofeng.yan@windriver.com||||1674&lt;br /&gt;
|-&lt;br /&gt;
| make an lsb image to meet LSB requirement for version 1.2 ||||ACCE||||xiaofeng.yan@windriver.com||||1675&lt;br /&gt;
|-&lt;br /&gt;
| A scripts to clean obsolote sstate cache files ||||NEW||||liezhi.yang@windriver.com||||1682&lt;br /&gt;
|-&lt;br /&gt;
| bitbake-runtask doesn&#039;t work in both 1.0.1 and 1.1 ||||NEW||||liezhi.yang@windriver.com||||1229&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3847</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3847"/>
		<updated>2011-10-20T02:04:07Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Core Meta Data */ fix my name and claim my ownership with Kai&amp;#039;s help&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to increase adoption of the Yocto Project.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Improved usability of the build system for new experienced users, new novice users and existing users.&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Open a bug in the Yocto bugzilla setting the type of bug to be an &amp;quot;enhancement&amp;quot; request. The detail about the request should be included in the bugzilla report.&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request includind a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must have, 2 = Nice to have but wouldn&#039;t block a release, 3 = Lower priority, desired, defined plan, 4 = Worthwhile ideas, no defined plan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || 1, 2, 3 or 4 || Review|| Name|| Comment + Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image built by Yocto||1||Review||davest/tracey/RP||Saul (PRC)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1557&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||1||Review||davest/tracey/RP||Joshua/Jessica||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1559&lt;br /&gt;
|-&lt;br /&gt;
| Hob v2 - Interface updates? ||1||Review||davest/tracey/RP||Ke &amp;amp; PRC Team||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1588&lt;br /&gt;
|-&lt;br /&gt;
| Improve user experience under Windows||1||Review||davest/tracey/RP||Scott R.||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1586&lt;br /&gt;
|-&lt;br /&gt;
| Error Handling Improvements||1||Review||||Scott G||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1543&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||2||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1585&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| Make BasicHash the default ||1||Review||RP||Jessica(Lianhao/RP)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1555&lt;br /&gt;
|- &lt;br /&gt;
| Address git fetcher mirror issues||2||Review||RP||||RP||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1511&lt;br /&gt;
|-&lt;br /&gt;
| Recipe specific configuration (e.g. Gstreamer)||2||Review||||||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=923&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||2||Review||Lianhao||Lianhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1126&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention/Swabber||2||Review||Joshua||Joshua||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1582&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||2.5||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1562&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||3||Review||from 1.0||Dongxiao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1560&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||3||Review||from 1.0||Kai (WR)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1561&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||3||Review||RP Notes||Jeff Polk/Mark||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1591&lt;br /&gt;
|-&lt;br /&gt;
| Binary package install class||3||Review||||Kai (WR)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1592&lt;br /&gt;
|-&lt;br /&gt;
| Disk space monitoring||3||Review||RP and Robert||Robert (WR)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1589&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||3||Review||LCS||Wenzong (WR)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1590&lt;br /&gt;
|-&lt;br /&gt;
| Support for remote layers||3||Review||Community||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1598&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image (desktop Linux OS)||4||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1558&lt;br /&gt;
|-&lt;br /&gt;
| Depexp functionality without X||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1658&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Package History||1||Review||RP|||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1565&lt;br /&gt;
|-&lt;br /&gt;
| Package History Analysis Tool||1|||Review||RP|||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1566&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for LSB Tests and automate test||2||Review||||Yizhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1567 &lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for posix Tests and automate test||2||Review||||Jiajun||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1568&lt;br /&gt;
|-&lt;br /&gt;
|Open Source Test Cases||2||Review||QA||Jiajun (Song)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1595&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||2||Review||||Paul||1.2||Is this really Package History Now?   http://bugzilla.yoctoproject.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for rt Tests and automate test||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1569&lt;br /&gt;
|-&lt;br /&gt;
|QA Test improvements - consider fedora/gentoo runtime security tools||3||Review||Joshua||Jiajun||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1584&lt;br /&gt;
|-&lt;br /&gt;
| Automate BSP Testing||4||Review||Tom||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1596&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||4||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1594&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||2||Review||eflanagan||Beth||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1612&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||2||Review||RP Notes||Scott G||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=405&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||2||||Team||Scott G||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1619&lt;br /&gt;
|-&lt;br /&gt;
| Parallel Locale Generation ||2||Done||RP||RP - Resolved||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=1554&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||2||Review||||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1544&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Enhance gcc recipe to support multilibs||2||Review||RP||Nitin||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1549&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Complete recipe enablement||2||Review||RP||Dongxiao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1563&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Drop MULTILIB_IMAGE_INSTALL||2||Review||RP||Dongxiao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1564&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Document||2||Review||RP||Scott R||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1622&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||2||Review||RP Notes||Saul||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1618&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||2||Review||Tom||Nitin/Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1620&lt;br /&gt;
|- &lt;br /&gt;
| Running post installs at rootfs gen time||2||Review||RP Notes||Dexuan||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1621&lt;br /&gt;
|-&lt;br /&gt;
| Fix Runtime POSIX Issue||2||Review||Team||Robert||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1623&lt;br /&gt;
|-&lt;br /&gt;
| License file cleanup ||2||Review||Beth||Beth||1.2||1 week http://bugzilla.yoctoproject.org/show_bug.cgi?id=1547&lt;br /&gt;
|-&lt;br /&gt;
| QEMU GL Enhancements||2||Review||Meta-data||Edwin||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1624&lt;br /&gt;
|-&lt;br /&gt;
| Init Selection as Distro Feature||2||Review||Joshua||Joshua w/Kai||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1625&lt;br /&gt;
|-&lt;br /&gt;
| Document multiple library versions co-existing||3||Review||Team||Scott R||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1548&lt;br /&gt;
|-&lt;br /&gt;
| Enhance TARGET_VENDOR field support||3||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1550&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||3||Review||Meta-data||ScottG w/WR||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1609&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||3||Review||RP Notes||Xiaofeng/Joshua||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1615&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||4||Review||Meta-data||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1606&lt;br /&gt;
|-&lt;br /&gt;
| Implement Factory reset||4||Review||Joshua||Joshua||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1593&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||4||Review||Team||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1613&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other Layer Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| x32 Enhancements||2||Review||||Nitin||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1579&lt;br /&gt;
|-&lt;br /&gt;
| BSPs or layers for a specific category of devices ||2||Review||Dirk/Dave/Andy||TBD||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1626&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1597&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||need detail||2||Review||Beth||Beth||1.2|| 2 weeks, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1628&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||need detail||2||Review||Beth||Beth||1.2||1 week and half, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1629&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate option||||2||Review||Beth||Beth||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1627&lt;br /&gt;
|-&lt;br /&gt;
| Eval Patch management tools||||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1632&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||||2.5||Review||Darren||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1631&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1630&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Improve device management||[Need plan from Joshua]|| 2 ||Review||||Joshua/Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1608&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||||2||Review||Bruce/Richard/team||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1634&lt;br /&gt;
|- &lt;br /&gt;
|Drop Grub for Syslinux |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1635&lt;br /&gt;
|-&lt;br /&gt;
|Upgrade to EFI |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1636&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc|||| 2  ||Review||||Bruce||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1638&lt;br /&gt;
|-&lt;br /&gt;
| streamline meta-intel kernel config options |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1661&lt;br /&gt;
|-&lt;br /&gt;
| add crownbay video acceleration |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1660&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT / Tools and Support == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||||2||Review||Lianhao||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1600&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1601&lt;br /&gt;
|-&lt;br /&gt;
| Linux tools upstream integration||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1602&lt;br /&gt;
|-&lt;br /&gt;
| Add recipe supporting autoconf-nativesdk and automake-nativesdk ||||2||Review||Lianhao||Kai/Lianhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1603&lt;br /&gt;
|-&lt;br /&gt;
|Eclipse BSP/Kernel Plugin || This one is Jessica&#039;s, Tom&#039;s tracked elsewhere || 2 || Review || Darren || Jessica || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1610&lt;br /&gt;
|-&lt;br /&gt;
| enhance the bitbake commander eclipse plugin ||||2||Review||Dongxiao/Lianhao||Jessica/Lianhao||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1611&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||Need detail||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1639&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1640&lt;br /&gt;
|-&lt;br /&gt;
| Profiling: Valgrind tools in Eclipse||||2||Review||Dave/JZ||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1580&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1551&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1552&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||||2||Review||from 1.0||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1553&lt;br /&gt;
|-&lt;br /&gt;
| &#039;perf scripts&#039; integration||Can Jessica own this own after stap (1551) is done?||2||Review||Tom||Jessica/Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1617&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||||2||Review||From ADT module and scratch||ScottR||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1641&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image Config Infrastructure||||3||Review||Team||WR Distro Team??? / Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1642&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||need detail||2||Review||Bruce/Mark||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1643&lt;br /&gt;
|-&lt;br /&gt;
| use cases||need detail||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1644&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||need detail||2||Review||Darren||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1645&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||need detail||2||Review||Team||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1646&lt;br /&gt;
|-&lt;br /&gt;
|Upstream config fragments |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1647&lt;br /&gt;
|-&lt;br /&gt;
|Real-time process-executed timers |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1648&lt;br /&gt;
|-&lt;br /&gt;
|Define Kernel policy |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1649&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||||3||Review||RP Notes||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1614&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev lock ||||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1679&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev stable update||||2||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1680&lt;br /&gt;
|-&lt;br /&gt;
| Kernel usability scripts ||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1678&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unsorted ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Way to determine what is about to happen (similar to a dry-run)||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1659&lt;br /&gt;
|-&lt;br /&gt;
|debuginfo export||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1657&lt;br /&gt;
|-&lt;br /&gt;
|Recipe creation/import script||||Review||WR|||Kai (WR)||M2?||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1656&lt;br /&gt;
|-&lt;br /&gt;
|Export of source tarball or package||||Review||WR||Xiaofeng(WR)||M2?||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1655&lt;br /&gt;
|-&lt;br /&gt;
|Layer tooling: Tool to combine layers||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1654&lt;br /&gt;
|-&lt;br /&gt;
|Recipe patch tooling/workflow||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1652&lt;br /&gt;
|-&lt;br /&gt;
|Incremental image generation||||Review||WR||Robert (WR)||M2?||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1651&lt;br /&gt;
|-&lt;br /&gt;
|Need documentation on contributing patches and code||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1650&lt;br /&gt;
|-&lt;br /&gt;
| rebuild udev cache if the kernel version changes||||ACCE||||tong.lin@intel.com||||1147&lt;br /&gt;
|-&lt;br /&gt;
| Unpackaged files WARNING||||NEW||||song.liu@intel.com||||1545&lt;br /&gt;
|-&lt;br /&gt;
| Handled Releases with the PR server||||NEW||||song.liu@intel.com||||1556&lt;br /&gt;
|-&lt;br /&gt;
| Buildstats memory measurements||||NEW||||song.liu@intel.com||||1605&lt;br /&gt;
|-&lt;br /&gt;
| Use the per-file dependencies in deb and ipkg packages||||NEW||||song.liu@intel.com||||1662&lt;br /&gt;
|-&lt;br /&gt;
| Document invalidation of the sstate on a per class basis||||ACCE||||scott.m.rifenbark@intel.com||||1500&lt;br /&gt;
|-&lt;br /&gt;
| New santiy check for userspace packages||||ACCE||||scott.a.garman@intel.com||||1008&lt;br /&gt;
|-&lt;br /&gt;
| bitbake -b prints meaningless error when given an invalid recipe name||||ACCE||||scott.a.garman@intel.com||||1141&lt;br /&gt;
|-&lt;br /&gt;
| Remove python stack trace when do_patch fails||||ACCE||||scott.a.garman@intel.com||||1143&lt;br /&gt;
|-&lt;br /&gt;
| Need to change numeric user/groupids to names in device_table-minimal.txt||||ACCE||||scott.a.garman@intel.com||||1159&lt;br /&gt;
|-&lt;br /&gt;
| Make bitbake output less noisy for non-error cases||||NEW||||scott.a.garman@intel.com||||1145&lt;br /&gt;
|-&lt;br /&gt;
| QEMU won\&#039;t run on a system that does not support tunctl||||NEW||||scott.a.garman@intel.com||||1474&lt;br /&gt;
|-&lt;br /&gt;
| Display a summary of warnings and errors at the end of a bitbake command||||NEW||||scott.a.garman@intel.com||||1540&lt;br /&gt;
|-&lt;br /&gt;
| Create better interface for metrics and status gathering||||ACCE||||saul.wold@intel.com||||205&lt;br /&gt;
|-&lt;br /&gt;
| Improve syslog configurability||||NEW||||saul.wold@intel.com||||717&lt;br /&gt;
|-&lt;br /&gt;
| Allow logrotate to use a different file system from the original logs||||NEW||||saul.wold@intel.com||||718&lt;br /&gt;
|-&lt;br /&gt;
| qemu: when booting from live CD, X cannot be started||||NEW||||saul.wold@intel.com||||1487&lt;br /&gt;
|-&lt;br /&gt;
| Convert meta-toolchain to work as a poky install composed of staging/prebuild packages||||ACCE||||richard.purdie@linuxfoundation.org||||115&lt;br /&gt;
|-&lt;br /&gt;
| Qemu booting cost more time||||ACCE||||richard.purdie@linuxfoundation.org||||646&lt;br /&gt;
|-&lt;br /&gt;
| Enable swabber to be run for only specific recipes||||ACCE||||richard.purdie@linuxfoundation.org||||822&lt;br /&gt;
|-&lt;br /&gt;
| RRECOMMENDS...-dbg causes dependency failure if no ${PN} package exists||||ACCE||||richard.purdie@linuxfoundation.org||||824&lt;br /&gt;
|-&lt;br /&gt;
| Specify paths searched when failing to find a SRC_URI||||ACCE||||richard.purdie@linuxfoundation.org||||1179&lt;br /&gt;
|-&lt;br /&gt;
| Drop PKGSUFFIX and have nativesdk use multilib technology||||ACCE||||richard.purdie@linuxfoundation.org||||1508&lt;br /&gt;
|-&lt;br /&gt;
| Set default gcc-cross-canadian instruction generation to TARGET_ARCH||||ACCE||||nitin.a.kamble@intel.com||||139&lt;br /&gt;
|-&lt;br /&gt;
| Zypper: Package dependency resolution does not know about hinting||||NEED||||mark.hatle@windriver.com||||821&lt;br /&gt;
|-&lt;br /&gt;
| Improve usability of checksums||||ACCE||||josh@linux.intel.com||||1399&lt;br /&gt;
|-&lt;br /&gt;
| Consider using PatchELF rather than chrpath for modifying the RPATH||||NEW||||josh@linux.intel.com||||806&lt;br /&gt;
|-&lt;br /&gt;
| Ensure Poky can be run on non-Linux Unices||||NEW||||josh@linux.intel.com||||823&lt;br /&gt;
|-&lt;br /&gt;
| Add build progress indicator||||NEW||||josh@linux.intel.com||||1221&lt;br /&gt;
|-&lt;br /&gt;
| Should be easier to find and remove packages||||NEW||||josh@linux.intel.com||||1241&lt;br /&gt;
|-&lt;br /&gt;
| Add more detailed data to the models used for hob state||||NEW||||josh@linux.intel.com||||1293&lt;br /&gt;
|-&lt;br /&gt;
| Allow customize the dev packages when building a toolchain||||NEW||||josh@linux.intel.com||||1303&lt;br /&gt;
|-&lt;br /&gt;
| Enable removal of packages||||NEW||||josh@linux.intel.com||||1450&lt;br /&gt;
|-&lt;br /&gt;
| report on artifacts after image generation||||NEW||||josh@linux.intel.com||||1572&lt;br /&gt;
|-&lt;br /&gt;
| make it clear how to run saved hob recipes from command line||||NEW||||josh@linux.intel.com||||1573&lt;br /&gt;
|-&lt;br /&gt;
| add additional dialogs/config for u-boot/kernel||||NEW||||josh@linux.intel.com||||1574&lt;br /&gt;
|-&lt;br /&gt;
| configure runtime services from gui||||NEW||||josh@linux.intel.com||||1575&lt;br /&gt;
|-&lt;br /&gt;
| configure network settings from hob gui||||NEW||||josh@linux.intel.com||||1576&lt;br /&gt;
|-&lt;br /&gt;
| configure users and default passwords from hob gui||||NEW||||josh@linux.intel.com||||1577&lt;br /&gt;
|-&lt;br /&gt;
| Enable customisation of image drop down||||NEW||||josh@linux.intel.com||||1581&lt;br /&gt;
|-&lt;br /&gt;
| Provide interface for user the install Yocto SDK through IDE||||ACCE||||jessica.zhang@intel.com||||191&lt;br /&gt;
|-&lt;br /&gt;
| native packages should use siteinfo files||||ACCE||||jeff.polk@windriver.com||||270&lt;br /&gt;
|-&lt;br /&gt;
| [AutoBuilder/FEAT] Set Bug to Fixed automatically when building in AutoBuilder||||REOP||||elizabeth.flanagan@intel.com||||874&lt;br /&gt;
|-&lt;br /&gt;
| Put a uname and ab name in stdio||||ACCE||||elizabeth.flanagan@intel.com||||1461&lt;br /&gt;
|-&lt;br /&gt;
| License file WARNING messages||||ACCE||||elizabeth.flanagan@intel.com||||1546&lt;br /&gt;
|-&lt;br /&gt;
| Autobuilder Layer support||||ACCE||||elizabeth.flanagan@intel.com||||1604&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate checkbox||||ACCE||||elizabeth.flanagan@intel.com||||1607&lt;br /&gt;
|-&lt;br /&gt;
| Close button doesn\&#039;t obey Fitt\&#039;s Law||||ACCE||||edwin.zhai@intel.com||||35&lt;br /&gt;
|-&lt;br /&gt;
| sato-icon-theme lacks generic / unknown icon||||ACCE||||edwin.zhai@intel.com||||37&lt;br /&gt;
|-&lt;br /&gt;
| I/O schedule isn\&#039;t no-op on flash based devices||||NEED||||dvhart@linux.intel.com||||66&lt;br /&gt;
|-&lt;br /&gt;
| Create a power users tips and tricks document||||ACCE||||dvhart@linux.intel.com||||1033&lt;br /&gt;
|-&lt;br /&gt;
| Support \&#039;~\&#039; in version strings||||Wait||||dongxiao.xu@intel.com||||256&lt;br /&gt;
|-&lt;br /&gt;
| Pull alsa-state into oe-core (from oe)||||ACCE||||dongxiao.xu@intel.com||||1176&lt;br /&gt;
|-&lt;br /&gt;
| kernel: support standalone kernel builds||||ACCE||||bruce.ashfield@windriver.com||||843&lt;br /&gt;
|-&lt;br /&gt;
| mpc8315\&#039;s tune file: \&amp;quot;tune-ppc603e.inc\&amp;quot;||||ACCE||||bruce.ashfield@windriver.com||||1192&lt;br /&gt;
|-&lt;br /&gt;
| [multilib] Triggering building a 64 bit kernel with a 32 bit userspace||||ACCE||||song.liu@intel.com||||1525&lt;br /&gt;
|-&lt;br /&gt;
| Yocto website should include a glossary||||NEED||||scott.m.rifenbark@intel.com||||557&lt;br /&gt;
|-&lt;br /&gt;
| Yocto project website should include a simplified walk-through||||NEED||||scott.m.rifenbark@intel.com||||558&lt;br /&gt;
|-&lt;br /&gt;
| Bug reporting guide||||ACCE||||scott.m.rifenbark@intel.com||||237&lt;br /&gt;
|-&lt;br /&gt;
| Improve SDK sysroot extensibility and workflow||||ACCE||||scott.m.rifenbark@intel.com||||545&lt;br /&gt;
|-&lt;br /&gt;
| add documentation for swabber||||ACCE||||scott.m.rifenbark@intel.com||||635&lt;br /&gt;
|-&lt;br /&gt;
| need a doc for qemu usage||||ACCE||||scott.m.rifenbark@intel.com||||641&lt;br /&gt;
|-&lt;br /&gt;
| QEMU fails to launch using unfs with rpcbind installed - must have portmap.||||ACCE||||scott.m.rifenbark@intel.com||||655&lt;br /&gt;
|-&lt;br /&gt;
| Need centralized documentation on BitBake class usage||||ACCE||||scott.m.rifenbark@intel.com||||1467&lt;br /&gt;
|-&lt;br /&gt;
| bitbake \&amp;quot;NoProvider\&amp;quot; message doesn\&#039;t aid in resolving the problem||||ACCE||||scott.a.garman@intel.com||||542&lt;br /&gt;
|-&lt;br /&gt;
| Improve the error reporting when SkipPackage error is raised||||ACCE||||scott.a.garman@intel.com||||1127&lt;br /&gt;
|-&lt;br /&gt;
| sstate code doesn\&#039;t detect overwriting files||||ACCE||||richard.purdie@linuxfoundation.org||||238&lt;br /&gt;
|-&lt;br /&gt;
| Add a mechanism to do pre-build sanity based on specific configurations||||ACCE||||richard.purdie@linuxfoundation.org||||405&lt;br /&gt;
|-&lt;br /&gt;
| Usability: How to find specific variables and settings?||||ACCE||||richard.purdie@linuxfoundation.org||||407&lt;br /&gt;
|-&lt;br /&gt;
| TCF RSE plug-in not handle the situation if the remote agent does NOT support terminal service||||Wait||||liping.ke@intel.com||||107&lt;br /&gt;
|-&lt;br /&gt;
| cdt.launch.remote issues on a non-canonical terminal||||Wait||||liping.ke@intel.com||||188&lt;br /&gt;
|-&lt;br /&gt;
| Need a generic xorg.conf package that all the xservers can use.||||ACCE||||ke.yu@intel.com||||1175&lt;br /&gt;
|-&lt;br /&gt;
| Show contents of images &amp;amp; tasks||||NEW||||josh@linux.intel.com||||991&lt;br /&gt;
|-&lt;br /&gt;
| Show more information about packages||||NEW||||josh@linux.intel.com||||992&lt;br /&gt;
|-&lt;br /&gt;
| Preference Package Format only support one selection at a time||||NEW||||josh@linux.intel.com||||1272&lt;br /&gt;
|-&lt;br /&gt;
| Need guidance choosing \&#039;Base image\&#039;||||NEW||||josh@linux.intel.com||||1277&lt;br /&gt;
|-&lt;br /&gt;
| Built toolchain doesn\&#039;t include development packages for image||||NEW||||josh@linux.intel.com||||1302&lt;br /&gt;
|-&lt;br /&gt;
| On qemuarm, the command \&#039;poweroff/shutdown\&#039; can\&#039;t close the qemu completely and exit to host console with Laverne build 20110121||||ACCE||||bruce.ashfield@windriver.com||||684&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ over directfb ||||ACCE||||xiaofeng.yan@windriver.com||||1674&lt;br /&gt;
|-&lt;br /&gt;
| make an lsb image to meet LSB requirement for version 1.2 ||||ACCE||||xiaofeng.yan@windriver.com||||1675&lt;br /&gt;
|-&lt;br /&gt;
| A scripts to clean obsolote sstate cache files ||||NEW||||liezhi.yang@windriver.com||||1682&lt;br /&gt;
|-&lt;br /&gt;
| bitbake-runtask doesn&#039;t work in both 1.0.1 and 1.1 ||||NEW||||liezhi.yang@windriver.com||||1229&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3810</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3810"/>
		<updated>2011-10-18T17:23:21Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Core Meta Data */ Own some stuff&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to increase adoption of the Yocto Project.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Improved usability of the build system for new experienced users, new novice users and existing users.&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Open a bug in the Yocto bugzilla setting the type of bug to be an &amp;quot;enhancement&amp;quot; request. The detail about the request should be included in the bugzilla report.&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request includind a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must have, 2 = Nice to have but wouldn&#039;t block a release, 3 = Lower priority, desired, defined plan, 4 = Worthwhile ideas, no defined plan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || 1, 2, 3 or 4 || Review|| Name|| Comment + Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image built by Yocto||1||Review||davest/tracey/RP||Saul (PRC)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1557&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||1||Review||davest/tracey/RP||Joshua(Ke)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1559&lt;br /&gt;
|-&lt;br /&gt;
| Hob v2 - Interface updates? ||1||Review||davest/tracey/RP||Jessica(Ke)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1588&lt;br /&gt;
|-&lt;br /&gt;
| Improve user experience under Windows||1||Review||davest/tracey/RP||Scott R.||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1586&lt;br /&gt;
|-&lt;br /&gt;
| Error Handling Improvements||1||Review||||Saul (Scott G)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1543&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||2||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1585&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| Make BasicHash the default ||1||Review||RP||Jessica(Lianhao/RP)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1555&lt;br /&gt;
|- &lt;br /&gt;
| Address git fetcher mirror issues||2||Review||RP||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1511&lt;br /&gt;
|-&lt;br /&gt;
| Recipe specific configuration (e.g. Gstreamer)||2||Review||||||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=923&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1126&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention/Swabber||2||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1582&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||2.5||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1562&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||3||Review||from 1.0||Saul (Dongxiao)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1560&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1561&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||3||Review||RP Notes||Jeff Polk/Mark||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1591&lt;br /&gt;
|-&lt;br /&gt;
| Binary package install class||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1592&lt;br /&gt;
|-&lt;br /&gt;
| Disk space monitoring||3||Review||RP and Robert||WR Distro Team (Robert)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1589&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||3||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1590&lt;br /&gt;
|-&lt;br /&gt;
| Support for remote layers||3||Review||Community||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1598&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image (desktop Linux OS)||4||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1558&lt;br /&gt;
|-&lt;br /&gt;
| Depexp functionality without X||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1658&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Package History||1||Review||RP|||Saul/Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1565&lt;br /&gt;
|-&lt;br /&gt;
| Package History Analysis Tool||1|||Review||RP|||Saul/Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1566&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for LSB Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1567 &lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for posix Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1568&lt;br /&gt;
|-&lt;br /&gt;
| Open Source Test Cases||2||Review||QA||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1595&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for rt Tests and automate test||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1569&lt;br /&gt;
|-&lt;br /&gt;
|QA Test improvements - consider fedora/gentoo runtime security tools||3||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1584&lt;br /&gt;
|-&lt;br /&gt;
| Automate BSP Testing||4||Review||Tom||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1596&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||4||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1594&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||2||Review||eflanagan/Jay7/ka6sox||Beth/Jay||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1612&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||2||Review||RP Notes Bug#405||Saul (Scott G)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1616&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||2||Review||Team||Scott G||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1619&lt;br /&gt;
|-&lt;br /&gt;
| Parallel Locale Generation ||2||Review||RP||||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=1554&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||2||Review||||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1544&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Enhance gcc recipe to support multilibs||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1549&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Complete recipe enablement||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1563&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Drop MULTILIB_IMAGE_INSTALL||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1564&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Document||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1622&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||2||Review||RP Notes||Saul (Ke)||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1618&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1620&lt;br /&gt;
|- &lt;br /&gt;
| Running post installs at rootfs gen time||2||Review||RP Notes||Saul (Dexuan)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1621&lt;br /&gt;
|-&lt;br /&gt;
| POSIX support||2||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1623&lt;br /&gt;
|-&lt;br /&gt;
| License file cleanup ||2||Review||Beth||Beth||1.2||1 week http://bugzilla.yoctoproject.org/show_bug.cgi?id=1547&lt;br /&gt;
|-&lt;br /&gt;
| QEMU GL Enhancements||2||Review||Meta-data||Saul (Edwin)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1624&lt;br /&gt;
|-&lt;br /&gt;
| Init||2||Review||Joshua||Joshua||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1625&lt;br /&gt;
|-&lt;br /&gt;
|Document multiple library versions co-existing||3||Review||Team||Saul (Dongxiao?)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1548&lt;br /&gt;
|-&lt;br /&gt;
| Enhance TARGET_VENDOR field support||3||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1550&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||3||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1609&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||3||Review||RP Notes||Joshua||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1615&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||4||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1606&lt;br /&gt;
|-&lt;br /&gt;
| Implement Factory reset||4||Review||Joshua||Joshua||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1593&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||4||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1613&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other Layer Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| x32 Enhancements||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1579&lt;br /&gt;
|-&lt;br /&gt;
| BSPs or layers for a specific category of devices ||2||Review||Dirk/Dave/Andy||TBD||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1626&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1597&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||need detail||2||Review||Beth||Beth||1.2|| 2 weeks, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1628&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||need detail||2||Review||Beth||Beth||1.2||1 week and half, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1629&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate option||||2||Review||Beth||Beth||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1627&lt;br /&gt;
|-&lt;br /&gt;
| Eval Patch management tools||||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1632&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||||2.5||Review||Darren||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1631&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1630&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Improve device management||[Need plan from Joshua]|| 2 ||Review||||Joshua/Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1608&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||||2||Review||Bruce/Richard/team||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1634&lt;br /&gt;
|- &lt;br /&gt;
|Drop Grub for Syslinux |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1635&lt;br /&gt;
|-&lt;br /&gt;
|Upgrade to EFI |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1636&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc|||| 2  ||Review||||Bruce||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1638&lt;br /&gt;
|-&lt;br /&gt;
| streamline meta-intel kernel config options |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1661&lt;br /&gt;
|-&lt;br /&gt;
| add crownbay video acceleration |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1660&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT / Tools and Support == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||||2||Review||Lianhao||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1600&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1601&lt;br /&gt;
|-&lt;br /&gt;
| Linux tools upstream integration||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1602&lt;br /&gt;
|-&lt;br /&gt;
| Add recipe supporting autoconf-nativesdk and automake-nativesdk ||||2||Review||Lianhao||Lianhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1603&lt;br /&gt;
|-&lt;br /&gt;
|Eclipse BSP/Kernel Plugin || This one is Jessica&#039;s, Tom&#039;s tracked elsewhere || 2 || Review || Darren || Jessica || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1610&lt;br /&gt;
|-&lt;br /&gt;
| enhance the bitbake commander eclipse plugin ||||2||Review||Dongxiao/Lianhao||Jessica/Lianhao||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1611&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||Need detail||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1639&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1640&lt;br /&gt;
|-&lt;br /&gt;
| Profiling: Valgrind tools in Eclipse||||2||Review||Dave/JZ||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1580&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1551&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1552&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||||2||Review||from 1.0||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1553&lt;br /&gt;
|-&lt;br /&gt;
| &#039;perf scripts&#039; integration||Can Jessica own this own after stap (1551) is done?||2||Review||Tom||Jessica/Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1617&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||||2||Review||From ADT module and scratch||ScottR||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1641&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image Config Infrastructure||||3||Review||Team||WR Distro Team??? / Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1642&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||need detail||2||Review||Bruce/Mark||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1643&lt;br /&gt;
|-&lt;br /&gt;
| use cases||need detail||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1644&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||need detail||2||Review||Darren||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1645&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||need detail||2||Review||Team||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1646&lt;br /&gt;
|-&lt;br /&gt;
|Upstream config fragments |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1647&lt;br /&gt;
|-&lt;br /&gt;
|Real-time process-executed timers |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1648&lt;br /&gt;
|-&lt;br /&gt;
|Define Kernel policy |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1649&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||||3||Review||RP Notes||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1614&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev lock ||||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1679&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev stable update||||2||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1680&lt;br /&gt;
|-&lt;br /&gt;
| Kernel usability scripts ||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1678&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unsorted ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Way to determine what is about to happen (similar to a dry-run)||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1659&lt;br /&gt;
|-&lt;br /&gt;
|debuginfo export||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1657&lt;br /&gt;
|-&lt;br /&gt;
|Recipe creation/import script||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1656&lt;br /&gt;
|-&lt;br /&gt;
|Export of source tarball or package||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1655&lt;br /&gt;
|-&lt;br /&gt;
|Layer tooling: Tool to combine layers||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1654&lt;br /&gt;
|-&lt;br /&gt;
|Recipe patch tooling/workflow||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1652&lt;br /&gt;
|-&lt;br /&gt;
|Incremental image generation||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1651&lt;br /&gt;
|-&lt;br /&gt;
|Need documentation on contributing patches and code||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1650&lt;br /&gt;
|-&lt;br /&gt;
| rebuild udev cache if the kernel version changes||||ACCE||||tong.lin@intel.com||||1147&lt;br /&gt;
|-&lt;br /&gt;
| Unpackaged files WARNING||||NEW||||song.liu@intel.com||||1545&lt;br /&gt;
|-&lt;br /&gt;
| Handled Releases with the PR server||||NEW||||song.liu@intel.com||||1556&lt;br /&gt;
|-&lt;br /&gt;
| Buildstats memory measurements||||NEW||||song.liu@intel.com||||1605&lt;br /&gt;
|-&lt;br /&gt;
| Use the per-file dependencies in deb and ipkg packages||||NEW||||song.liu@intel.com||||1662&lt;br /&gt;
|-&lt;br /&gt;
| Document invalidation of the sstate on a per class basis||||ACCE||||scott.m.rifenbark@intel.com||||1500&lt;br /&gt;
|-&lt;br /&gt;
| New santiy check for userspace packages||||ACCE||||scott.a.garman@intel.com||||1008&lt;br /&gt;
|-&lt;br /&gt;
| bitbake -b prints meaningless error when given an invalid recipe name||||ACCE||||scott.a.garman@intel.com||||1141&lt;br /&gt;
|-&lt;br /&gt;
| Remove python stack trace when do_patch fails||||ACCE||||scott.a.garman@intel.com||||1143&lt;br /&gt;
|-&lt;br /&gt;
| Need to change numeric user/groupids to names in device_table-minimal.txt||||ACCE||||scott.a.garman@intel.com||||1159&lt;br /&gt;
|-&lt;br /&gt;
| Make bitbake output less noisy for non-error cases||||NEW||||scott.a.garman@intel.com||||1145&lt;br /&gt;
|-&lt;br /&gt;
| QEMU won\&#039;t run on a system that does not support tunctl||||NEW||||scott.a.garman@intel.com||||1474&lt;br /&gt;
|-&lt;br /&gt;
| Display a summary of warnings and errors at the end of a bitbake command||||NEW||||scott.a.garman@intel.com||||1540&lt;br /&gt;
|-&lt;br /&gt;
| Create better interface for metrics and status gathering||||ACCE||||saul.wold@intel.com||||205&lt;br /&gt;
|-&lt;br /&gt;
| Improve syslog configurability||||NEW||||saul.wold@intel.com||||717&lt;br /&gt;
|-&lt;br /&gt;
| Allow logrotate to use a different file system from the original logs||||NEW||||saul.wold@intel.com||||718&lt;br /&gt;
|-&lt;br /&gt;
| qemu: when booting from live CD, X cannot be started||||NEW||||saul.wold@intel.com||||1487&lt;br /&gt;
|-&lt;br /&gt;
| Convert meta-toolchain to work as a poky install composed of staging/prebuild packages||||ACCE||||richard.purdie@linuxfoundation.org||||115&lt;br /&gt;
|-&lt;br /&gt;
| Qemu booting cost more time||||ACCE||||richard.purdie@linuxfoundation.org||||646&lt;br /&gt;
|-&lt;br /&gt;
| Enable swabber to be run for only specific recipes||||ACCE||||richard.purdie@linuxfoundation.org||||822&lt;br /&gt;
|-&lt;br /&gt;
| RRECOMMENDS...-dbg causes dependency failure if no ${PN} package exists||||ACCE||||richard.purdie@linuxfoundation.org||||824&lt;br /&gt;
|-&lt;br /&gt;
| Specify paths searched when failing to find a SRC_URI||||ACCE||||richard.purdie@linuxfoundation.org||||1179&lt;br /&gt;
|-&lt;br /&gt;
| Drop PKGSUFFIX and have nativesdk use multilib technology||||ACCE||||richard.purdie@linuxfoundation.org||||1508&lt;br /&gt;
|-&lt;br /&gt;
| Set default gcc-cross-canadian instruction generation to TARGET_ARCH||||ACCE||||nitin.a.kamble@intel.com||||139&lt;br /&gt;
|-&lt;br /&gt;
| Zypper: Package dependency resolution does not know about hinting||||NEED||||mark.hatle@windriver.com||||821&lt;br /&gt;
|-&lt;br /&gt;
| Improve usability of checksums||||ACCE||||josh@linux.intel.com||||1399&lt;br /&gt;
|-&lt;br /&gt;
| Consider using PatchELF rather than chrpath for modifying the RPATH||||NEW||||josh@linux.intel.com||||806&lt;br /&gt;
|-&lt;br /&gt;
| Ensure Poky can be run on non-Linux Unices||||NEW||||josh@linux.intel.com||||823&lt;br /&gt;
|-&lt;br /&gt;
| Add build progress indicator||||NEW||||josh@linux.intel.com||||1221&lt;br /&gt;
|-&lt;br /&gt;
| Should be easier to find and remove packages||||NEW||||josh@linux.intel.com||||1241&lt;br /&gt;
|-&lt;br /&gt;
| Add more detailed data to the models used for hob state||||NEW||||josh@linux.intel.com||||1293&lt;br /&gt;
|-&lt;br /&gt;
| Allow customize the dev packages when building a toolchain||||NEW||||josh@linux.intel.com||||1303&lt;br /&gt;
|-&lt;br /&gt;
| Enable removal of packages||||NEW||||josh@linux.intel.com||||1450&lt;br /&gt;
|-&lt;br /&gt;
| report on artifacts after image generation||||NEW||||josh@linux.intel.com||||1572&lt;br /&gt;
|-&lt;br /&gt;
| make it clear how to run saved hob recipes from command line||||NEW||||josh@linux.intel.com||||1573&lt;br /&gt;
|-&lt;br /&gt;
| add additional dialogs/config for u-boot/kernel||||NEW||||josh@linux.intel.com||||1574&lt;br /&gt;
|-&lt;br /&gt;
| configure runtime services from gui||||NEW||||josh@linux.intel.com||||1575&lt;br /&gt;
|-&lt;br /&gt;
| configure network settings from hob gui||||NEW||||josh@linux.intel.com||||1576&lt;br /&gt;
|-&lt;br /&gt;
| configure users and default passwords from hob gui||||NEW||||josh@linux.intel.com||||1577&lt;br /&gt;
|-&lt;br /&gt;
| Enable customisation of image drop down||||NEW||||josh@linux.intel.com||||1581&lt;br /&gt;
|-&lt;br /&gt;
| Provide interface for user the install Yocto SDK through IDE||||ACCE||||jessica.zhang@intel.com||||191&lt;br /&gt;
|-&lt;br /&gt;
| native packages should use siteinfo files||||ACCE||||jeff.polk@windriver.com||||270&lt;br /&gt;
|-&lt;br /&gt;
| [AutoBuilder/FEAT] Set Bug to Fixed automatically when building in AutoBuilder||||REOP||||elizabeth.flanagan@intel.com||||874&lt;br /&gt;
|-&lt;br /&gt;
| Put a uname and ab name in stdio||||ACCE||||elizabeth.flanagan@intel.com||||1461&lt;br /&gt;
|-&lt;br /&gt;
| License file WARNING messages||||ACCE||||elizabeth.flanagan@intel.com||||1546&lt;br /&gt;
|-&lt;br /&gt;
| Autobuilder Layer support||||ACCE||||elizabeth.flanagan@intel.com||||1604&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate checkbox||||ACCE||||elizabeth.flanagan@intel.com||||1607&lt;br /&gt;
|-&lt;br /&gt;
| Close button doesn\&#039;t obey Fitt\&#039;s Law||||ACCE||||edwin.zhai@intel.com||||35&lt;br /&gt;
|-&lt;br /&gt;
| sato-icon-theme lacks generic / unknown icon||||ACCE||||edwin.zhai@intel.com||||37&lt;br /&gt;
|-&lt;br /&gt;
| I/O schedule isn\&#039;t no-op on flash based devices||||NEED||||dvhart@linux.intel.com||||66&lt;br /&gt;
|-&lt;br /&gt;
| Create a power users tips and tricks document||||ACCE||||dvhart@linux.intel.com||||1033&lt;br /&gt;
|-&lt;br /&gt;
| Support \&#039;~\&#039; in version strings||||Wait||||dongxiao.xu@intel.com||||256&lt;br /&gt;
|-&lt;br /&gt;
| Pull alsa-state into oe-core (from oe)||||ACCE||||dongxiao.xu@intel.com||||1176&lt;br /&gt;
|-&lt;br /&gt;
| kernel: support standalone kernel builds||||ACCE||||bruce.ashfield@windriver.com||||843&lt;br /&gt;
|-&lt;br /&gt;
| mpc8315\&#039;s tune file: \&amp;quot;tune-ppc603e.inc\&amp;quot;||||ACCE||||bruce.ashfield@windriver.com||||1192&lt;br /&gt;
|-&lt;br /&gt;
| [multilib] Triggering building a 64 bit kernel with a 32 bit userspace||||ACCE||||song.liu@intel.com||||1525&lt;br /&gt;
|-&lt;br /&gt;
| Yocto website should include a glossary||||NEED||||scott.m.rifenbark@intel.com||||557&lt;br /&gt;
|-&lt;br /&gt;
| Yocto project website should include a simplified walk-through||||NEED||||scott.m.rifenbark@intel.com||||558&lt;br /&gt;
|-&lt;br /&gt;
| Bug reporting guide||||ACCE||||scott.m.rifenbark@intel.com||||237&lt;br /&gt;
|-&lt;br /&gt;
| Improve SDK sysroot extensibility and workflow||||ACCE||||scott.m.rifenbark@intel.com||||545&lt;br /&gt;
|-&lt;br /&gt;
| add documentation for swabber||||ACCE||||scott.m.rifenbark@intel.com||||635&lt;br /&gt;
|-&lt;br /&gt;
| need a doc for qemu usage||||ACCE||||scott.m.rifenbark@intel.com||||641&lt;br /&gt;
|-&lt;br /&gt;
| QEMU fails to launch using unfs with rpcbind installed - must have portmap.||||ACCE||||scott.m.rifenbark@intel.com||||655&lt;br /&gt;
|-&lt;br /&gt;
| Need centralized documentation on BitBake class usage||||ACCE||||scott.m.rifenbark@intel.com||||1467&lt;br /&gt;
|-&lt;br /&gt;
| bitbake \&amp;quot;NoProvider\&amp;quot; message doesn\&#039;t aid in resolving the problem||||ACCE||||scott.a.garman@intel.com||||542&lt;br /&gt;
|-&lt;br /&gt;
| Improve the error reporting when SkipPackage error is raised||||ACCE||||scott.a.garman@intel.com||||1127&lt;br /&gt;
|-&lt;br /&gt;
| sstate code doesn\&#039;t detect overwriting files||||ACCE||||richard.purdie@linuxfoundation.org||||238&lt;br /&gt;
|-&lt;br /&gt;
| Add a mechanism to do pre-build sanity based on specific configurations||||ACCE||||richard.purdie@linuxfoundation.org||||405&lt;br /&gt;
|-&lt;br /&gt;
| Usability: How to find specific variables and settings?||||ACCE||||richard.purdie@linuxfoundation.org||||407&lt;br /&gt;
|-&lt;br /&gt;
| TCF RSE plug-in not handle the situation if the remote agent does NOT support terminal service||||Wait||||liping.ke@intel.com||||107&lt;br /&gt;
|-&lt;br /&gt;
| cdt.launch.remote issues on a non-canonical terminal||||Wait||||liping.ke@intel.com||||188&lt;br /&gt;
|-&lt;br /&gt;
| Need a generic xorg.conf package that all the xservers can use.||||ACCE||||ke.yu@intel.com||||1175&lt;br /&gt;
|-&lt;br /&gt;
| Show contents of images &amp;amp; tasks||||NEW||||josh@linux.intel.com||||991&lt;br /&gt;
|-&lt;br /&gt;
| Show more information about packages||||NEW||||josh@linux.intel.com||||992&lt;br /&gt;
|-&lt;br /&gt;
| Preference Package Format only support one selection at a time||||NEW||||josh@linux.intel.com||||1272&lt;br /&gt;
|-&lt;br /&gt;
| Need guidance choosing \&#039;Base image\&#039;||||NEW||||josh@linux.intel.com||||1277&lt;br /&gt;
|-&lt;br /&gt;
| Built toolchain doesn\&#039;t include development packages for image||||NEW||||josh@linux.intel.com||||1302&lt;br /&gt;
|-&lt;br /&gt;
| On qemuarm, the command \&#039;poweroff/shutdown\&#039; can\&#039;t close the qemu completely and exit to host console with Laverne build 20110121||||ACCE||||bruce.ashfield@windriver.com||||684&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ over directfb ||||ACCE||||xiaofeng.yan@windriver.com||||1674&lt;br /&gt;
|-&lt;br /&gt;
| make an lsb image to meet LSB requirement for version 1.2 ||||ACCE||||xiaofeng.yan@windriver.com||||1675&lt;br /&gt;
|-&lt;br /&gt;
| A scripts to clean obsolote sstate cache files ||||NEW||||liezhi.yang@windriver.com||||1682&lt;br /&gt;
|-&lt;br /&gt;
| bitbake-runtask doesn&#039;t work in both 1.0.1 and 1.1 ||||NEW||||liezhi.yang@windriver.com||||1229&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3809</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3809"/>
		<updated>2011-10-18T17:16:12Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* QA Items */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to increase adoption of the Yocto Project.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Improved usability of the build system for new experienced users, new novice users and existing users.&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Open a bug in the Yocto bugzilla setting the type of bug to be an &amp;quot;enhancement&amp;quot; request. The detail about the request should be included in the bugzilla report.&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request includind a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must have, 2 = Nice to have but wouldn&#039;t block a release, 3 = Lower priority, desired, defined plan, 4 = Worthwhile ideas, no defined plan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || 1, 2, 3 or 4 || Review|| Name|| Comment + Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image built by Yocto||1||Review||davest/tracey/RP||Saul (PRC)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1557&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||1||Review||davest/tracey/RP||Joshua(Ke)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1559&lt;br /&gt;
|-&lt;br /&gt;
| Hob v2 - Interface updates? ||1||Review||davest/tracey/RP||Jessica(Ke)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1588&lt;br /&gt;
|-&lt;br /&gt;
| Improve user experience under Windows||1||Review||davest/tracey/RP||Scott R.||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1586&lt;br /&gt;
|-&lt;br /&gt;
| Error Handling Improvements||1||Review||||Saul (Scott G)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1543&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||2||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1585&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| Make BasicHash the default ||1||Review||RP||Jessica(Lianhao/RP)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1555&lt;br /&gt;
|- &lt;br /&gt;
| Address git fetcher mirror issues||2||Review||RP||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1511&lt;br /&gt;
|-&lt;br /&gt;
| Recipe specific configuration (e.g. Gstreamer)||2||Review||||||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=923&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1126&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention/Swabber||2||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1582&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||2.5||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1562&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||3||Review||from 1.0||Saul (Dongxiao)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1560&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1561&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||3||Review||RP Notes||Jeff Polk/Mark||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1591&lt;br /&gt;
|-&lt;br /&gt;
| Binary package install class||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1592&lt;br /&gt;
|-&lt;br /&gt;
| Disk space monitoring||3||Review||RP and Robert||WR Distro Team (Robert)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1589&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||3||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1590&lt;br /&gt;
|-&lt;br /&gt;
| Support for remote layers||3||Review||Community||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1598&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image (desktop Linux OS)||4||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1558&lt;br /&gt;
|-&lt;br /&gt;
| Depexp functionality without X||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1658&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Package History||1||Review||RP|||Saul/Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1565&lt;br /&gt;
|-&lt;br /&gt;
| Package History Analysis Tool||1|||Review||RP|||Saul/Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1566&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for LSB Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1567 &lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for posix Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1568&lt;br /&gt;
|-&lt;br /&gt;
| Open Source Test Cases||2||Review||QA||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1595&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for rt Tests and automate test||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1569&lt;br /&gt;
|-&lt;br /&gt;
|QA Test improvements - consider fedora/gentoo runtime security tools||3||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1584&lt;br /&gt;
|-&lt;br /&gt;
| Automate BSP Testing||4||Review||Tom||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1596&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||4||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1594&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||2||Review||eflanagan/Jay7/ka6sox||Beth/Jay||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1612&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||2||Review||RP Notes Bug#405||Saul (Scott G)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1616&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||2||Review||Team||Scott G||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1619&lt;br /&gt;
|-&lt;br /&gt;
| Parallel Locale Generation ||2||Review||RP||||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=1554&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||2||Review||||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1544&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Enhance gcc recipe to support multilibs||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1549&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Complete recipe enablement||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1563&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Drop MULTILIB_IMAGE_INSTALL||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1564&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Document||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1622&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||2||Review||RP Notes||Saul (Ke)||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1618&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1620&lt;br /&gt;
|- &lt;br /&gt;
| Running post installs at rootfs gen time||2||Review||RP Notes||Saul (Dexuan)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1621&lt;br /&gt;
|-&lt;br /&gt;
| POSIX support||2||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1623&lt;br /&gt;
|-&lt;br /&gt;
| License file cleanup ||2||Review||Beth||Beth||1.2||1 week http://bugzilla.yoctoproject.org/show_bug.cgi?id=1547&lt;br /&gt;
|-&lt;br /&gt;
| QEMU GL Enhancements||2||Review||Meta-data||Saul (Edwin)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1624&lt;br /&gt;
|-&lt;br /&gt;
| Init||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1625&lt;br /&gt;
|-&lt;br /&gt;
|Document multiple library versions co-existing||3||Review||Team||Saul (Dongxiao?)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1548&lt;br /&gt;
|-&lt;br /&gt;
| Enhance TARGET_VENDOR field support||3||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1550&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||3||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1609&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1615&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||4||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1606&lt;br /&gt;
|-&lt;br /&gt;
| Implement Factory reset||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1593&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||4||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1613&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other Layer Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| x32 Enhancements||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1579&lt;br /&gt;
|-&lt;br /&gt;
| BSPs or layers for a specific category of devices ||2||Review||Dirk/Dave/Andy||TBD||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1626&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1597&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||need detail||2||Review||Beth||Beth||1.2|| 2 weeks, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1628&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||need detail||2||Review||Beth||Beth||1.2||1 week and half, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1629&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate option||||2||Review||Beth||Beth||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1627&lt;br /&gt;
|-&lt;br /&gt;
| Eval Patch management tools||||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1632&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||||2.5||Review||Darren||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1631&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1630&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Improve device management||[Need plan from Joshua]|| 2 ||Review||||Joshua/Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1608&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||||2||Review||Bruce/Richard/team||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1634&lt;br /&gt;
|- &lt;br /&gt;
|Drop Grub for Syslinux |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1635&lt;br /&gt;
|-&lt;br /&gt;
|Upgrade to EFI |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1636&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc|||| 2  ||Review||||Bruce||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1638&lt;br /&gt;
|-&lt;br /&gt;
| streamline meta-intel kernel config options |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1661&lt;br /&gt;
|-&lt;br /&gt;
| add crownbay video acceleration |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1660&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT / Tools and Support == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||||2||Review||Lianhao||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1600&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1601&lt;br /&gt;
|-&lt;br /&gt;
| Linux tools upstream integration||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1602&lt;br /&gt;
|-&lt;br /&gt;
| Add recipe supporting autoconf-nativesdk and automake-nativesdk ||||2||Review||Lianhao||Lianhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1603&lt;br /&gt;
|-&lt;br /&gt;
|Eclipse BSP/Kernel Plugin || This one is Jessica&#039;s, Tom&#039;s tracked elsewhere || 2 || Review || Darren || Jessica || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1610&lt;br /&gt;
|-&lt;br /&gt;
| enhance the bitbake commander eclipse plugin ||||2||Review||Dongxiao/Lianhao||Jessica/Lianhao||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1611&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||Need detail||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1639&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1640&lt;br /&gt;
|-&lt;br /&gt;
| Profiling: Valgrind tools in Eclipse||||2||Review||Dave/JZ||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1580&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1551&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1552&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||||2||Review||from 1.0||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1553&lt;br /&gt;
|-&lt;br /&gt;
| &#039;perf scripts&#039; integration||Can Jessica own this own after stap (1551) is done?||2||Review||Tom||Jessica/Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1617&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||||2||Review||From ADT module and scratch||ScottR||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1641&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image Config Infrastructure||||3||Review||Team||WR Distro Team??? / Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1642&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||need detail||2||Review||Bruce/Mark||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1643&lt;br /&gt;
|-&lt;br /&gt;
| use cases||need detail||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1644&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||need detail||2||Review||Darren||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1645&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||need detail||2||Review||Team||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1646&lt;br /&gt;
|-&lt;br /&gt;
|Upstream config fragments |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1647&lt;br /&gt;
|-&lt;br /&gt;
|Real-time process-executed timers |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1648&lt;br /&gt;
|-&lt;br /&gt;
|Define Kernel policy |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1649&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||||3||Review||RP Notes||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1614&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev lock ||||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1679&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev stable update||||2||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1680&lt;br /&gt;
|-&lt;br /&gt;
| Kernel usability scripts ||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1678&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unsorted ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Way to determine what is about to happen (similar to a dry-run)||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1659&lt;br /&gt;
|-&lt;br /&gt;
|debuginfo export||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1657&lt;br /&gt;
|-&lt;br /&gt;
|Recipe creation/import script||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1656&lt;br /&gt;
|-&lt;br /&gt;
|Export of source tarball or package||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1655&lt;br /&gt;
|-&lt;br /&gt;
|Layer tooling: Tool to combine layers||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1654&lt;br /&gt;
|-&lt;br /&gt;
|Recipe patch tooling/workflow||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1652&lt;br /&gt;
|-&lt;br /&gt;
|Incremental image generation||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1651&lt;br /&gt;
|-&lt;br /&gt;
|Need documentation on contributing patches and code||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1650&lt;br /&gt;
|-&lt;br /&gt;
| rebuild udev cache if the kernel version changes||||ACCE||||tong.lin@intel.com||||1147&lt;br /&gt;
|-&lt;br /&gt;
| Unpackaged files WARNING||||NEW||||song.liu@intel.com||||1545&lt;br /&gt;
|-&lt;br /&gt;
| Handled Releases with the PR server||||NEW||||song.liu@intel.com||||1556&lt;br /&gt;
|-&lt;br /&gt;
| Buildstats memory measurements||||NEW||||song.liu@intel.com||||1605&lt;br /&gt;
|-&lt;br /&gt;
| Use the per-file dependencies in deb and ipkg packages||||NEW||||song.liu@intel.com||||1662&lt;br /&gt;
|-&lt;br /&gt;
| Document invalidation of the sstate on a per class basis||||ACCE||||scott.m.rifenbark@intel.com||||1500&lt;br /&gt;
|-&lt;br /&gt;
| New santiy check for userspace packages||||ACCE||||scott.a.garman@intel.com||||1008&lt;br /&gt;
|-&lt;br /&gt;
| bitbake -b prints meaningless error when given an invalid recipe name||||ACCE||||scott.a.garman@intel.com||||1141&lt;br /&gt;
|-&lt;br /&gt;
| Remove python stack trace when do_patch fails||||ACCE||||scott.a.garman@intel.com||||1143&lt;br /&gt;
|-&lt;br /&gt;
| Need to change numeric user/groupids to names in device_table-minimal.txt||||ACCE||||scott.a.garman@intel.com||||1159&lt;br /&gt;
|-&lt;br /&gt;
| Make bitbake output less noisy for non-error cases||||NEW||||scott.a.garman@intel.com||||1145&lt;br /&gt;
|-&lt;br /&gt;
| QEMU won\&#039;t run on a system that does not support tunctl||||NEW||||scott.a.garman@intel.com||||1474&lt;br /&gt;
|-&lt;br /&gt;
| Display a summary of warnings and errors at the end of a bitbake command||||NEW||||scott.a.garman@intel.com||||1540&lt;br /&gt;
|-&lt;br /&gt;
| Create better interface for metrics and status gathering||||ACCE||||saul.wold@intel.com||||205&lt;br /&gt;
|-&lt;br /&gt;
| Improve syslog configurability||||NEW||||saul.wold@intel.com||||717&lt;br /&gt;
|-&lt;br /&gt;
| Allow logrotate to use a different file system from the original logs||||NEW||||saul.wold@intel.com||||718&lt;br /&gt;
|-&lt;br /&gt;
| qemu: when booting from live CD, X cannot be started||||NEW||||saul.wold@intel.com||||1487&lt;br /&gt;
|-&lt;br /&gt;
| Convert meta-toolchain to work as a poky install composed of staging/prebuild packages||||ACCE||||richard.purdie@linuxfoundation.org||||115&lt;br /&gt;
|-&lt;br /&gt;
| Qemu booting cost more time||||ACCE||||richard.purdie@linuxfoundation.org||||646&lt;br /&gt;
|-&lt;br /&gt;
| Enable swabber to be run for only specific recipes||||ACCE||||richard.purdie@linuxfoundation.org||||822&lt;br /&gt;
|-&lt;br /&gt;
| RRECOMMENDS...-dbg causes dependency failure if no ${PN} package exists||||ACCE||||richard.purdie@linuxfoundation.org||||824&lt;br /&gt;
|-&lt;br /&gt;
| Specify paths searched when failing to find a SRC_URI||||ACCE||||richard.purdie@linuxfoundation.org||||1179&lt;br /&gt;
|-&lt;br /&gt;
| Drop PKGSUFFIX and have nativesdk use multilib technology||||ACCE||||richard.purdie@linuxfoundation.org||||1508&lt;br /&gt;
|-&lt;br /&gt;
| Set default gcc-cross-canadian instruction generation to TARGET_ARCH||||ACCE||||nitin.a.kamble@intel.com||||139&lt;br /&gt;
|-&lt;br /&gt;
| Zypper: Package dependency resolution does not know about hinting||||NEED||||mark.hatle@windriver.com||||821&lt;br /&gt;
|-&lt;br /&gt;
| Improve usability of checksums||||ACCE||||josh@linux.intel.com||||1399&lt;br /&gt;
|-&lt;br /&gt;
| Consider using PatchELF rather than chrpath for modifying the RPATH||||NEW||||josh@linux.intel.com||||806&lt;br /&gt;
|-&lt;br /&gt;
| Ensure Poky can be run on non-Linux Unices||||NEW||||josh@linux.intel.com||||823&lt;br /&gt;
|-&lt;br /&gt;
| Add build progress indicator||||NEW||||josh@linux.intel.com||||1221&lt;br /&gt;
|-&lt;br /&gt;
| Should be easier to find and remove packages||||NEW||||josh@linux.intel.com||||1241&lt;br /&gt;
|-&lt;br /&gt;
| Add more detailed data to the models used for hob state||||NEW||||josh@linux.intel.com||||1293&lt;br /&gt;
|-&lt;br /&gt;
| Allow customize the dev packages when building a toolchain||||NEW||||josh@linux.intel.com||||1303&lt;br /&gt;
|-&lt;br /&gt;
| Enable removal of packages||||NEW||||josh@linux.intel.com||||1450&lt;br /&gt;
|-&lt;br /&gt;
| report on artifacts after image generation||||NEW||||josh@linux.intel.com||||1572&lt;br /&gt;
|-&lt;br /&gt;
| make it clear how to run saved hob recipes from command line||||NEW||||josh@linux.intel.com||||1573&lt;br /&gt;
|-&lt;br /&gt;
| add additional dialogs/config for u-boot/kernel||||NEW||||josh@linux.intel.com||||1574&lt;br /&gt;
|-&lt;br /&gt;
| configure runtime services from gui||||NEW||||josh@linux.intel.com||||1575&lt;br /&gt;
|-&lt;br /&gt;
| configure network settings from hob gui||||NEW||||josh@linux.intel.com||||1576&lt;br /&gt;
|-&lt;br /&gt;
| configure users and default passwords from hob gui||||NEW||||josh@linux.intel.com||||1577&lt;br /&gt;
|-&lt;br /&gt;
| Enable customisation of image drop down||||NEW||||josh@linux.intel.com||||1581&lt;br /&gt;
|-&lt;br /&gt;
| Provide interface for user the install Yocto SDK through IDE||||ACCE||||jessica.zhang@intel.com||||191&lt;br /&gt;
|-&lt;br /&gt;
| native packages should use siteinfo files||||ACCE||||jeff.polk@windriver.com||||270&lt;br /&gt;
|-&lt;br /&gt;
| [AutoBuilder/FEAT] Set Bug to Fixed automatically when building in AutoBuilder||||REOP||||elizabeth.flanagan@intel.com||||874&lt;br /&gt;
|-&lt;br /&gt;
| Put a uname and ab name in stdio||||ACCE||||elizabeth.flanagan@intel.com||||1461&lt;br /&gt;
|-&lt;br /&gt;
| License file WARNING messages||||ACCE||||elizabeth.flanagan@intel.com||||1546&lt;br /&gt;
|-&lt;br /&gt;
| Autobuilder Layer support||||ACCE||||elizabeth.flanagan@intel.com||||1604&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate checkbox||||ACCE||||elizabeth.flanagan@intel.com||||1607&lt;br /&gt;
|-&lt;br /&gt;
| Close button doesn\&#039;t obey Fitt\&#039;s Law||||ACCE||||edwin.zhai@intel.com||||35&lt;br /&gt;
|-&lt;br /&gt;
| sato-icon-theme lacks generic / unknown icon||||ACCE||||edwin.zhai@intel.com||||37&lt;br /&gt;
|-&lt;br /&gt;
| I/O schedule isn\&#039;t no-op on flash based devices||||NEED||||dvhart@linux.intel.com||||66&lt;br /&gt;
|-&lt;br /&gt;
| Create a power users tips and tricks document||||ACCE||||dvhart@linux.intel.com||||1033&lt;br /&gt;
|-&lt;br /&gt;
| Support \&#039;~\&#039; in version strings||||Wait||||dongxiao.xu@intel.com||||256&lt;br /&gt;
|-&lt;br /&gt;
| Pull alsa-state into oe-core (from oe)||||ACCE||||dongxiao.xu@intel.com||||1176&lt;br /&gt;
|-&lt;br /&gt;
| kernel: support standalone kernel builds||||ACCE||||bruce.ashfield@windriver.com||||843&lt;br /&gt;
|-&lt;br /&gt;
| mpc8315\&#039;s tune file: \&amp;quot;tune-ppc603e.inc\&amp;quot;||||ACCE||||bruce.ashfield@windriver.com||||1192&lt;br /&gt;
|-&lt;br /&gt;
| [multilib] Triggering building a 64 bit kernel with a 32 bit userspace||||ACCE||||song.liu@intel.com||||1525&lt;br /&gt;
|-&lt;br /&gt;
| Yocto website should include a glossary||||NEED||||scott.m.rifenbark@intel.com||||557&lt;br /&gt;
|-&lt;br /&gt;
| Yocto project website should include a simplified walk-through||||NEED||||scott.m.rifenbark@intel.com||||558&lt;br /&gt;
|-&lt;br /&gt;
| Bug reporting guide||||ACCE||||scott.m.rifenbark@intel.com||||237&lt;br /&gt;
|-&lt;br /&gt;
| Improve SDK sysroot extensibility and workflow||||ACCE||||scott.m.rifenbark@intel.com||||545&lt;br /&gt;
|-&lt;br /&gt;
| add documentation for swabber||||ACCE||||scott.m.rifenbark@intel.com||||635&lt;br /&gt;
|-&lt;br /&gt;
| need a doc for qemu usage||||ACCE||||scott.m.rifenbark@intel.com||||641&lt;br /&gt;
|-&lt;br /&gt;
| QEMU fails to launch using unfs with rpcbind installed - must have portmap.||||ACCE||||scott.m.rifenbark@intel.com||||655&lt;br /&gt;
|-&lt;br /&gt;
| Need centralized documentation on BitBake class usage||||ACCE||||scott.m.rifenbark@intel.com||||1467&lt;br /&gt;
|-&lt;br /&gt;
| bitbake \&amp;quot;NoProvider\&amp;quot; message doesn\&#039;t aid in resolving the problem||||ACCE||||scott.a.garman@intel.com||||542&lt;br /&gt;
|-&lt;br /&gt;
| Improve the error reporting when SkipPackage error is raised||||ACCE||||scott.a.garman@intel.com||||1127&lt;br /&gt;
|-&lt;br /&gt;
| sstate code doesn\&#039;t detect overwriting files||||ACCE||||richard.purdie@linuxfoundation.org||||238&lt;br /&gt;
|-&lt;br /&gt;
| Add a mechanism to do pre-build sanity based on specific configurations||||ACCE||||richard.purdie@linuxfoundation.org||||405&lt;br /&gt;
|-&lt;br /&gt;
| Usability: How to find specific variables and settings?||||ACCE||||richard.purdie@linuxfoundation.org||||407&lt;br /&gt;
|-&lt;br /&gt;
| TCF RSE plug-in not handle the situation if the remote agent does NOT support terminal service||||Wait||||liping.ke@intel.com||||107&lt;br /&gt;
|-&lt;br /&gt;
| cdt.launch.remote issues on a non-canonical terminal||||Wait||||liping.ke@intel.com||||188&lt;br /&gt;
|-&lt;br /&gt;
| Need a generic xorg.conf package that all the xservers can use.||||ACCE||||ke.yu@intel.com||||1175&lt;br /&gt;
|-&lt;br /&gt;
| Show contents of images &amp;amp; tasks||||NEW||||josh@linux.intel.com||||991&lt;br /&gt;
|-&lt;br /&gt;
| Show more information about packages||||NEW||||josh@linux.intel.com||||992&lt;br /&gt;
|-&lt;br /&gt;
| Preference Package Format only support one selection at a time||||NEW||||josh@linux.intel.com||||1272&lt;br /&gt;
|-&lt;br /&gt;
| Need guidance choosing \&#039;Base image\&#039;||||NEW||||josh@linux.intel.com||||1277&lt;br /&gt;
|-&lt;br /&gt;
| Built toolchain doesn\&#039;t include development packages for image||||NEW||||josh@linux.intel.com||||1302&lt;br /&gt;
|-&lt;br /&gt;
| On qemuarm, the command \&#039;poweroff/shutdown\&#039; can\&#039;t close the qemu completely and exit to host console with Laverne build 20110121||||ACCE||||bruce.ashfield@windriver.com||||684&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ over directfb ||||ACCE||||xiaofeng.yan@windriver.com||||1674&lt;br /&gt;
|-&lt;br /&gt;
| make an lsb image to meet LSB requirement for version 1.2 ||||ACCE||||xiaofeng.yan@windriver.com||||1675&lt;br /&gt;
|-&lt;br /&gt;
| A scripts to clean obsolote sstate cache files ||||NEW||||liezhi.yang@windriver.com||||1682&lt;br /&gt;
|-&lt;br /&gt;
| bitbake-runtask doesn&#039;t work in both 1.0.1 and 1.1 ||||NEW||||liezhi.yang@windriver.com||||1229&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3808</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3808"/>
		<updated>2011-10-18T17:15:44Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Core/Bitbake */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to increase adoption of the Yocto Project.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Improved usability of the build system for new experienced users, new novice users and existing users.&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Open a bug in the Yocto bugzilla setting the type of bug to be an &amp;quot;enhancement&amp;quot; request. The detail about the request should be included in the bugzilla report.&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request includind a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must have, 2 = Nice to have but wouldn&#039;t block a release, 3 = Lower priority, desired, defined plan, 4 = Worthwhile ideas, no defined plan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || 1, 2, 3 or 4 || Review|| Name|| Comment + Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image built by Yocto||1||Review||davest/tracey/RP||Saul (PRC)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1557&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||1||Review||davest/tracey/RP||Joshua(Ke)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1559&lt;br /&gt;
|-&lt;br /&gt;
| Hob v2 - Interface updates? ||1||Review||davest/tracey/RP||Jessica(Ke)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1588&lt;br /&gt;
|-&lt;br /&gt;
| Improve user experience under Windows||1||Review||davest/tracey/RP||Scott R.||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1586&lt;br /&gt;
|-&lt;br /&gt;
| Error Handling Improvements||1||Review||||Saul (Scott G)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1543&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||2||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1585&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| Make BasicHash the default ||1||Review||RP||Jessica(Lianhao/RP)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1555&lt;br /&gt;
|- &lt;br /&gt;
| Address git fetcher mirror issues||2||Review||RP||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1511&lt;br /&gt;
|-&lt;br /&gt;
| Recipe specific configuration (e.g. Gstreamer)||2||Review||||||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=923&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1126&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention/Swabber||2||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1582&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||2.5||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1562&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||3||Review||from 1.0||Saul (Dongxiao)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1560&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1561&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||3||Review||RP Notes||Jeff Polk/Mark||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1591&lt;br /&gt;
|-&lt;br /&gt;
| Binary package install class||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1592&lt;br /&gt;
|-&lt;br /&gt;
| Disk space monitoring||3||Review||RP and Robert||WR Distro Team (Robert)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1589&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||3||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1590&lt;br /&gt;
|-&lt;br /&gt;
| Support for remote layers||3||Review||Community||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1598&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image (desktop Linux OS)||4||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1558&lt;br /&gt;
|-&lt;br /&gt;
| Depexp functionality without X||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1658&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Package History||1||Review||RP|||Saul/Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1565&lt;br /&gt;
|-&lt;br /&gt;
| Package History Analysis Tool||1|||Review||RP|||Saul/Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1566&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for LSB Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1567 &lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for posix Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1568&lt;br /&gt;
|-&lt;br /&gt;
| Open Source Test Cases||2||Review||QA||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1595&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for rt Tests and automate test||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1569&lt;br /&gt;
|-&lt;br /&gt;
|QA Test improvements - consider fedora/gentoo runtime security tools||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1584&lt;br /&gt;
|-&lt;br /&gt;
| Automate BSP Testing||4||Review||Tom||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1596&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||4||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1594&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||2||Review||eflanagan/Jay7/ka6sox||Beth/Jay||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1612&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||2||Review||RP Notes Bug#405||Saul (Scott G)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1616&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||2||Review||Team||Scott G||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1619&lt;br /&gt;
|-&lt;br /&gt;
| Parallel Locale Generation ||2||Review||RP||||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=1554&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||2||Review||||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1544&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Enhance gcc recipe to support multilibs||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1549&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Complete recipe enablement||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1563&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Drop MULTILIB_IMAGE_INSTALL||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1564&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Document||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1622&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||2||Review||RP Notes||Saul (Ke)||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1618&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1620&lt;br /&gt;
|- &lt;br /&gt;
| Running post installs at rootfs gen time||2||Review||RP Notes||Saul (Dexuan)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1621&lt;br /&gt;
|-&lt;br /&gt;
| POSIX support||2||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1623&lt;br /&gt;
|-&lt;br /&gt;
| License file cleanup ||2||Review||Beth||Beth||1.2||1 week http://bugzilla.yoctoproject.org/show_bug.cgi?id=1547&lt;br /&gt;
|-&lt;br /&gt;
| QEMU GL Enhancements||2||Review||Meta-data||Saul (Edwin)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1624&lt;br /&gt;
|-&lt;br /&gt;
| Init||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1625&lt;br /&gt;
|-&lt;br /&gt;
|Document multiple library versions co-existing||3||Review||Team||Saul (Dongxiao?)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1548&lt;br /&gt;
|-&lt;br /&gt;
| Enhance TARGET_VENDOR field support||3||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1550&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||3||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1609&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1615&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||4||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1606&lt;br /&gt;
|-&lt;br /&gt;
| Implement Factory reset||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1593&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||4||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1613&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other Layer Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| x32 Enhancements||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1579&lt;br /&gt;
|-&lt;br /&gt;
| BSPs or layers for a specific category of devices ||2||Review||Dirk/Dave/Andy||TBD||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1626&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1597&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||need detail||2||Review||Beth||Beth||1.2|| 2 weeks, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1628&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||need detail||2||Review||Beth||Beth||1.2||1 week and half, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1629&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate option||||2||Review||Beth||Beth||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1627&lt;br /&gt;
|-&lt;br /&gt;
| Eval Patch management tools||||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1632&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||||2.5||Review||Darren||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1631&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1630&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Improve device management||[Need plan from Joshua]|| 2 ||Review||||Joshua/Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1608&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||||2||Review||Bruce/Richard/team||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1634&lt;br /&gt;
|- &lt;br /&gt;
|Drop Grub for Syslinux |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1635&lt;br /&gt;
|-&lt;br /&gt;
|Upgrade to EFI |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1636&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc|||| 2  ||Review||||Bruce||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1638&lt;br /&gt;
|-&lt;br /&gt;
| streamline meta-intel kernel config options |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1661&lt;br /&gt;
|-&lt;br /&gt;
| add crownbay video acceleration |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1660&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT / Tools and Support == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||||2||Review||Lianhao||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1600&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1601&lt;br /&gt;
|-&lt;br /&gt;
| Linux tools upstream integration||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1602&lt;br /&gt;
|-&lt;br /&gt;
| Add recipe supporting autoconf-nativesdk and automake-nativesdk ||||2||Review||Lianhao||Lianhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1603&lt;br /&gt;
|-&lt;br /&gt;
|Eclipse BSP/Kernel Plugin || This one is Jessica&#039;s, Tom&#039;s tracked elsewhere || 2 || Review || Darren || Jessica || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1610&lt;br /&gt;
|-&lt;br /&gt;
| enhance the bitbake commander eclipse plugin ||||2||Review||Dongxiao/Lianhao||Jessica/Lianhao||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1611&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||Need detail||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1639&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1640&lt;br /&gt;
|-&lt;br /&gt;
| Profiling: Valgrind tools in Eclipse||||2||Review||Dave/JZ||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1580&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1551&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1552&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||||2||Review||from 1.0||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1553&lt;br /&gt;
|-&lt;br /&gt;
| &#039;perf scripts&#039; integration||Can Jessica own this own after stap (1551) is done?||2||Review||Tom||Jessica/Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1617&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||||2||Review||From ADT module and scratch||ScottR||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1641&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image Config Infrastructure||||3||Review||Team||WR Distro Team??? / Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1642&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||need detail||2||Review||Bruce/Mark||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1643&lt;br /&gt;
|-&lt;br /&gt;
| use cases||need detail||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1644&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||need detail||2||Review||Darren||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1645&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||need detail||2||Review||Team||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1646&lt;br /&gt;
|-&lt;br /&gt;
|Upstream config fragments |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1647&lt;br /&gt;
|-&lt;br /&gt;
|Real-time process-executed timers |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1648&lt;br /&gt;
|-&lt;br /&gt;
|Define Kernel policy |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1649&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||||3||Review||RP Notes||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1614&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev lock ||||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1679&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev stable update||||2||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1680&lt;br /&gt;
|-&lt;br /&gt;
| Kernel usability scripts ||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1678&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unsorted ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Way to determine what is about to happen (similar to a dry-run)||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1659&lt;br /&gt;
|-&lt;br /&gt;
|debuginfo export||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1657&lt;br /&gt;
|-&lt;br /&gt;
|Recipe creation/import script||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1656&lt;br /&gt;
|-&lt;br /&gt;
|Export of source tarball or package||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1655&lt;br /&gt;
|-&lt;br /&gt;
|Layer tooling: Tool to combine layers||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1654&lt;br /&gt;
|-&lt;br /&gt;
|Recipe patch tooling/workflow||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1652&lt;br /&gt;
|-&lt;br /&gt;
|Incremental image generation||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1651&lt;br /&gt;
|-&lt;br /&gt;
|Need documentation on contributing patches and code||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1650&lt;br /&gt;
|-&lt;br /&gt;
| rebuild udev cache if the kernel version changes||||ACCE||||tong.lin@intel.com||||1147&lt;br /&gt;
|-&lt;br /&gt;
| Unpackaged files WARNING||||NEW||||song.liu@intel.com||||1545&lt;br /&gt;
|-&lt;br /&gt;
| Handled Releases with the PR server||||NEW||||song.liu@intel.com||||1556&lt;br /&gt;
|-&lt;br /&gt;
| Buildstats memory measurements||||NEW||||song.liu@intel.com||||1605&lt;br /&gt;
|-&lt;br /&gt;
| Use the per-file dependencies in deb and ipkg packages||||NEW||||song.liu@intel.com||||1662&lt;br /&gt;
|-&lt;br /&gt;
| Document invalidation of the sstate on a per class basis||||ACCE||||scott.m.rifenbark@intel.com||||1500&lt;br /&gt;
|-&lt;br /&gt;
| New santiy check for userspace packages||||ACCE||||scott.a.garman@intel.com||||1008&lt;br /&gt;
|-&lt;br /&gt;
| bitbake -b prints meaningless error when given an invalid recipe name||||ACCE||||scott.a.garman@intel.com||||1141&lt;br /&gt;
|-&lt;br /&gt;
| Remove python stack trace when do_patch fails||||ACCE||||scott.a.garman@intel.com||||1143&lt;br /&gt;
|-&lt;br /&gt;
| Need to change numeric user/groupids to names in device_table-minimal.txt||||ACCE||||scott.a.garman@intel.com||||1159&lt;br /&gt;
|-&lt;br /&gt;
| Make bitbake output less noisy for non-error cases||||NEW||||scott.a.garman@intel.com||||1145&lt;br /&gt;
|-&lt;br /&gt;
| QEMU won\&#039;t run on a system that does not support tunctl||||NEW||||scott.a.garman@intel.com||||1474&lt;br /&gt;
|-&lt;br /&gt;
| Display a summary of warnings and errors at the end of a bitbake command||||NEW||||scott.a.garman@intel.com||||1540&lt;br /&gt;
|-&lt;br /&gt;
| Create better interface for metrics and status gathering||||ACCE||||saul.wold@intel.com||||205&lt;br /&gt;
|-&lt;br /&gt;
| Improve syslog configurability||||NEW||||saul.wold@intel.com||||717&lt;br /&gt;
|-&lt;br /&gt;
| Allow logrotate to use a different file system from the original logs||||NEW||||saul.wold@intel.com||||718&lt;br /&gt;
|-&lt;br /&gt;
| qemu: when booting from live CD, X cannot be started||||NEW||||saul.wold@intel.com||||1487&lt;br /&gt;
|-&lt;br /&gt;
| Convert meta-toolchain to work as a poky install composed of staging/prebuild packages||||ACCE||||richard.purdie@linuxfoundation.org||||115&lt;br /&gt;
|-&lt;br /&gt;
| Qemu booting cost more time||||ACCE||||richard.purdie@linuxfoundation.org||||646&lt;br /&gt;
|-&lt;br /&gt;
| Enable swabber to be run for only specific recipes||||ACCE||||richard.purdie@linuxfoundation.org||||822&lt;br /&gt;
|-&lt;br /&gt;
| RRECOMMENDS...-dbg causes dependency failure if no ${PN} package exists||||ACCE||||richard.purdie@linuxfoundation.org||||824&lt;br /&gt;
|-&lt;br /&gt;
| Specify paths searched when failing to find a SRC_URI||||ACCE||||richard.purdie@linuxfoundation.org||||1179&lt;br /&gt;
|-&lt;br /&gt;
| Drop PKGSUFFIX and have nativesdk use multilib technology||||ACCE||||richard.purdie@linuxfoundation.org||||1508&lt;br /&gt;
|-&lt;br /&gt;
| Set default gcc-cross-canadian instruction generation to TARGET_ARCH||||ACCE||||nitin.a.kamble@intel.com||||139&lt;br /&gt;
|-&lt;br /&gt;
| Zypper: Package dependency resolution does not know about hinting||||NEED||||mark.hatle@windriver.com||||821&lt;br /&gt;
|-&lt;br /&gt;
| Improve usability of checksums||||ACCE||||josh@linux.intel.com||||1399&lt;br /&gt;
|-&lt;br /&gt;
| Consider using PatchELF rather than chrpath for modifying the RPATH||||NEW||||josh@linux.intel.com||||806&lt;br /&gt;
|-&lt;br /&gt;
| Ensure Poky can be run on non-Linux Unices||||NEW||||josh@linux.intel.com||||823&lt;br /&gt;
|-&lt;br /&gt;
| Add build progress indicator||||NEW||||josh@linux.intel.com||||1221&lt;br /&gt;
|-&lt;br /&gt;
| Should be easier to find and remove packages||||NEW||||josh@linux.intel.com||||1241&lt;br /&gt;
|-&lt;br /&gt;
| Add more detailed data to the models used for hob state||||NEW||||josh@linux.intel.com||||1293&lt;br /&gt;
|-&lt;br /&gt;
| Allow customize the dev packages when building a toolchain||||NEW||||josh@linux.intel.com||||1303&lt;br /&gt;
|-&lt;br /&gt;
| Enable removal of packages||||NEW||||josh@linux.intel.com||||1450&lt;br /&gt;
|-&lt;br /&gt;
| report on artifacts after image generation||||NEW||||josh@linux.intel.com||||1572&lt;br /&gt;
|-&lt;br /&gt;
| make it clear how to run saved hob recipes from command line||||NEW||||josh@linux.intel.com||||1573&lt;br /&gt;
|-&lt;br /&gt;
| add additional dialogs/config for u-boot/kernel||||NEW||||josh@linux.intel.com||||1574&lt;br /&gt;
|-&lt;br /&gt;
| configure runtime services from gui||||NEW||||josh@linux.intel.com||||1575&lt;br /&gt;
|-&lt;br /&gt;
| configure network settings from hob gui||||NEW||||josh@linux.intel.com||||1576&lt;br /&gt;
|-&lt;br /&gt;
| configure users and default passwords from hob gui||||NEW||||josh@linux.intel.com||||1577&lt;br /&gt;
|-&lt;br /&gt;
| Enable customisation of image drop down||||NEW||||josh@linux.intel.com||||1581&lt;br /&gt;
|-&lt;br /&gt;
| Provide interface for user the install Yocto SDK through IDE||||ACCE||||jessica.zhang@intel.com||||191&lt;br /&gt;
|-&lt;br /&gt;
| native packages should use siteinfo files||||ACCE||||jeff.polk@windriver.com||||270&lt;br /&gt;
|-&lt;br /&gt;
| [AutoBuilder/FEAT] Set Bug to Fixed automatically when building in AutoBuilder||||REOP||||elizabeth.flanagan@intel.com||||874&lt;br /&gt;
|-&lt;br /&gt;
| Put a uname and ab name in stdio||||ACCE||||elizabeth.flanagan@intel.com||||1461&lt;br /&gt;
|-&lt;br /&gt;
| License file WARNING messages||||ACCE||||elizabeth.flanagan@intel.com||||1546&lt;br /&gt;
|-&lt;br /&gt;
| Autobuilder Layer support||||ACCE||||elizabeth.flanagan@intel.com||||1604&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate checkbox||||ACCE||||elizabeth.flanagan@intel.com||||1607&lt;br /&gt;
|-&lt;br /&gt;
| Close button doesn\&#039;t obey Fitt\&#039;s Law||||ACCE||||edwin.zhai@intel.com||||35&lt;br /&gt;
|-&lt;br /&gt;
| sato-icon-theme lacks generic / unknown icon||||ACCE||||edwin.zhai@intel.com||||37&lt;br /&gt;
|-&lt;br /&gt;
| I/O schedule isn\&#039;t no-op on flash based devices||||NEED||||dvhart@linux.intel.com||||66&lt;br /&gt;
|-&lt;br /&gt;
| Create a power users tips and tricks document||||ACCE||||dvhart@linux.intel.com||||1033&lt;br /&gt;
|-&lt;br /&gt;
| Support \&#039;~\&#039; in version strings||||Wait||||dongxiao.xu@intel.com||||256&lt;br /&gt;
|-&lt;br /&gt;
| Pull alsa-state into oe-core (from oe)||||ACCE||||dongxiao.xu@intel.com||||1176&lt;br /&gt;
|-&lt;br /&gt;
| kernel: support standalone kernel builds||||ACCE||||bruce.ashfield@windriver.com||||843&lt;br /&gt;
|-&lt;br /&gt;
| mpc8315\&#039;s tune file: \&amp;quot;tune-ppc603e.inc\&amp;quot;||||ACCE||||bruce.ashfield@windriver.com||||1192&lt;br /&gt;
|-&lt;br /&gt;
| [multilib] Triggering building a 64 bit kernel with a 32 bit userspace||||ACCE||||song.liu@intel.com||||1525&lt;br /&gt;
|-&lt;br /&gt;
| Yocto website should include a glossary||||NEED||||scott.m.rifenbark@intel.com||||557&lt;br /&gt;
|-&lt;br /&gt;
| Yocto project website should include a simplified walk-through||||NEED||||scott.m.rifenbark@intel.com||||558&lt;br /&gt;
|-&lt;br /&gt;
| Bug reporting guide||||ACCE||||scott.m.rifenbark@intel.com||||237&lt;br /&gt;
|-&lt;br /&gt;
| Improve SDK sysroot extensibility and workflow||||ACCE||||scott.m.rifenbark@intel.com||||545&lt;br /&gt;
|-&lt;br /&gt;
| add documentation for swabber||||ACCE||||scott.m.rifenbark@intel.com||||635&lt;br /&gt;
|-&lt;br /&gt;
| need a doc for qemu usage||||ACCE||||scott.m.rifenbark@intel.com||||641&lt;br /&gt;
|-&lt;br /&gt;
| QEMU fails to launch using unfs with rpcbind installed - must have portmap.||||ACCE||||scott.m.rifenbark@intel.com||||655&lt;br /&gt;
|-&lt;br /&gt;
| Need centralized documentation on BitBake class usage||||ACCE||||scott.m.rifenbark@intel.com||||1467&lt;br /&gt;
|-&lt;br /&gt;
| bitbake \&amp;quot;NoProvider\&amp;quot; message doesn\&#039;t aid in resolving the problem||||ACCE||||scott.a.garman@intel.com||||542&lt;br /&gt;
|-&lt;br /&gt;
| Improve the error reporting when SkipPackage error is raised||||ACCE||||scott.a.garman@intel.com||||1127&lt;br /&gt;
|-&lt;br /&gt;
| sstate code doesn\&#039;t detect overwriting files||||ACCE||||richard.purdie@linuxfoundation.org||||238&lt;br /&gt;
|-&lt;br /&gt;
| Add a mechanism to do pre-build sanity based on specific configurations||||ACCE||||richard.purdie@linuxfoundation.org||||405&lt;br /&gt;
|-&lt;br /&gt;
| Usability: How to find specific variables and settings?||||ACCE||||richard.purdie@linuxfoundation.org||||407&lt;br /&gt;
|-&lt;br /&gt;
| TCF RSE plug-in not handle the situation if the remote agent does NOT support terminal service||||Wait||||liping.ke@intel.com||||107&lt;br /&gt;
|-&lt;br /&gt;
| cdt.launch.remote issues on a non-canonical terminal||||Wait||||liping.ke@intel.com||||188&lt;br /&gt;
|-&lt;br /&gt;
| Need a generic xorg.conf package that all the xservers can use.||||ACCE||||ke.yu@intel.com||||1175&lt;br /&gt;
|-&lt;br /&gt;
| Show contents of images &amp;amp; tasks||||NEW||||josh@linux.intel.com||||991&lt;br /&gt;
|-&lt;br /&gt;
| Show more information about packages||||NEW||||josh@linux.intel.com||||992&lt;br /&gt;
|-&lt;br /&gt;
| Preference Package Format only support one selection at a time||||NEW||||josh@linux.intel.com||||1272&lt;br /&gt;
|-&lt;br /&gt;
| Need guidance choosing \&#039;Base image\&#039;||||NEW||||josh@linux.intel.com||||1277&lt;br /&gt;
|-&lt;br /&gt;
| Built toolchain doesn\&#039;t include development packages for image||||NEW||||josh@linux.intel.com||||1302&lt;br /&gt;
|-&lt;br /&gt;
| On qemuarm, the command \&#039;poweroff/shutdown\&#039; can\&#039;t close the qemu completely and exit to host console with Laverne build 20110121||||ACCE||||bruce.ashfield@windriver.com||||684&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ over directfb ||||ACCE||||xiaofeng.yan@windriver.com||||1674&lt;br /&gt;
|-&lt;br /&gt;
| make an lsb image to meet LSB requirement for version 1.2 ||||ACCE||||xiaofeng.yan@windriver.com||||1675&lt;br /&gt;
|-&lt;br /&gt;
| A scripts to clean obsolote sstate cache files ||||NEW||||liezhi.yang@windriver.com||||1682&lt;br /&gt;
|-&lt;br /&gt;
| bitbake-runtask doesn&#039;t work in both 1.0.1 and 1.1 ||||NEW||||liezhi.yang@windriver.com||||1229&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3807</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3807"/>
		<updated>2011-10-18T17:14:36Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Usability */ Hob will mostly be owned by Ke&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to increase adoption of the Yocto Project.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Improved usability of the build system for new experienced users, new novice users and existing users.&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Open a bug in the Yocto bugzilla setting the type of bug to be an &amp;quot;enhancement&amp;quot; request. The detail about the request should be included in the bugzilla report.&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request includind a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must have, 2 = Nice to have but wouldn&#039;t block a release, 3 = Lower priority, desired, defined plan, 4 = Worthwhile ideas, no defined plan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || 1, 2, 3 or 4 || Review|| Name|| Comment + Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image built by Yocto||1||Review||davest/tracey/RP||Saul (PRC)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1557&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||1||Review||davest/tracey/RP||Joshua(Ke)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1559&lt;br /&gt;
|-&lt;br /&gt;
| Hob v2 - Interface updates? ||1||Review||davest/tracey/RP||Jessica(Ke)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1588&lt;br /&gt;
|-&lt;br /&gt;
| Improve user experience under Windows||1||Review||davest/tracey/RP||Scott R.||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1586&lt;br /&gt;
|-&lt;br /&gt;
| Error Handling Improvements||1||Review||||Saul (Scott G)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1543&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||2||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1585&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| Make BasicHash the default ||1||Review||RP||Jessica(Lianhao/RP)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1555&lt;br /&gt;
|- &lt;br /&gt;
| Address git fetcher mirror issues||2||Review||RP||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1511&lt;br /&gt;
|-&lt;br /&gt;
| Recipe specific configuration (e.g. Gstreamer)||2||Review||||||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=923&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1126&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention/Swabber||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1582&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||2.5||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1562&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||3||Review||from 1.0||Saul (Dongxiao)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1560&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1561&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||3||Review||RP Notes||Jeff Polk/Mark||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1591&lt;br /&gt;
|-&lt;br /&gt;
| Binary package install class||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1592&lt;br /&gt;
|-&lt;br /&gt;
| Disk space monitoring||3||Review||RP and Robert||WR Distro Team (Robert)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1589&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||3||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1590&lt;br /&gt;
|-&lt;br /&gt;
| Support for remote layers||3||Review||Community||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1598&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image (desktop Linux OS)||4||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1558&lt;br /&gt;
|-&lt;br /&gt;
| Depexp functionality without X||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1658&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Package History||1||Review||RP|||Saul/Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1565&lt;br /&gt;
|-&lt;br /&gt;
| Package History Analysis Tool||1|||Review||RP|||Saul/Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1566&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for LSB Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1567 &lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for posix Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1568&lt;br /&gt;
|-&lt;br /&gt;
| Open Source Test Cases||2||Review||QA||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1595&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for rt Tests and automate test||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1569&lt;br /&gt;
|-&lt;br /&gt;
|QA Test improvements - consider fedora/gentoo runtime security tools||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1584&lt;br /&gt;
|-&lt;br /&gt;
| Automate BSP Testing||4||Review||Tom||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1596&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||4||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1594&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||2||Review||eflanagan/Jay7/ka6sox||Beth/Jay||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1612&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||2||Review||RP Notes Bug#405||Saul (Scott G)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1616&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||2||Review||Team||Scott G||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1619&lt;br /&gt;
|-&lt;br /&gt;
| Parallel Locale Generation ||2||Review||RP||||1.2||Resolved? http://bugzilla.yoctoproject.org/show_bug.cgi?id=1554&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||2||Review||||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1544&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Enhance gcc recipe to support multilibs||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1549&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Complete recipe enablement||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1563&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Drop MULTILIB_IMAGE_INSTALL||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1564&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Document||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1622&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||2||Review||RP Notes||Saul (Ke)||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1618&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1620&lt;br /&gt;
|- &lt;br /&gt;
| Running post installs at rootfs gen time||2||Review||RP Notes||Saul (Dexuan)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1621&lt;br /&gt;
|-&lt;br /&gt;
| POSIX support||2||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1623&lt;br /&gt;
|-&lt;br /&gt;
| License file cleanup ||2||Review||Beth||Beth||1.2||1 week http://bugzilla.yoctoproject.org/show_bug.cgi?id=1547&lt;br /&gt;
|-&lt;br /&gt;
| QEMU GL Enhancements||2||Review||Meta-data||Saul (Edwin)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1624&lt;br /&gt;
|-&lt;br /&gt;
| Init||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1625&lt;br /&gt;
|-&lt;br /&gt;
|Document multiple library versions co-existing||3||Review||Team||Saul (Dongxiao?)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1548&lt;br /&gt;
|-&lt;br /&gt;
| Enhance TARGET_VENDOR field support||3||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1550&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||3||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1609&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1615&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||4||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1606&lt;br /&gt;
|-&lt;br /&gt;
| Implement Factory reset||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1593&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||4||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1613&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other Layer Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| x32 Enhancements||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1579&lt;br /&gt;
|-&lt;br /&gt;
| BSPs or layers for a specific category of devices ||2||Review||Dirk/Dave/Andy||TBD||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1626&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1597&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||need detail||2||Review||Beth||Beth||1.2|| 2 weeks, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1628&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||need detail||2||Review||Beth||Beth||1.2||1 week and half, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1629&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate option||||2||Review||Beth||Beth||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1627&lt;br /&gt;
|-&lt;br /&gt;
| Eval Patch management tools||||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1632&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||||2.5||Review||Darren||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1631&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1630&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Improve device management||[Need plan from Joshua]|| 2 ||Review||||Joshua/Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1608&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||||2||Review||Bruce/Richard/team||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1634&lt;br /&gt;
|- &lt;br /&gt;
|Drop Grub for Syslinux |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1635&lt;br /&gt;
|-&lt;br /&gt;
|Upgrade to EFI |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1636&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc|||| 2  ||Review||||Bruce||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1638&lt;br /&gt;
|-&lt;br /&gt;
| streamline meta-intel kernel config options |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1661&lt;br /&gt;
|-&lt;br /&gt;
| add crownbay video acceleration |||| 2 ||Review||Tom||Tom||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1660&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT / Tools and Support == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||||2||Review||Lianhao||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1600&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1601&lt;br /&gt;
|-&lt;br /&gt;
| Linux tools upstream integration||||3||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1602&lt;br /&gt;
|-&lt;br /&gt;
| Add recipe supporting autoconf-nativesdk and automake-nativesdk ||||2||Review||Lianhao||Lianhao||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1603&lt;br /&gt;
|-&lt;br /&gt;
|Eclipse BSP/Kernel Plugin || This one is Jessica&#039;s, Tom&#039;s tracked elsewhere || 2 || Review || Darren || Jessica || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1610&lt;br /&gt;
|-&lt;br /&gt;
| enhance the bitbake commander eclipse plugin ||||2||Review||Dongxiao/Lianhao||Jessica/Lianhao||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1611&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||Need detail||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1639&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1640&lt;br /&gt;
|-&lt;br /&gt;
| Profiling: Valgrind tools in Eclipse||||2||Review||Dave/JZ||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1580&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1551&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1552&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||||2||Review||from 1.0||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1553&lt;br /&gt;
|-&lt;br /&gt;
| &#039;perf scripts&#039; integration||Can Jessica own this own after stap (1551) is done?||2||Review||Tom||Jessica/Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1617&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||||2||Review||From ADT module and scratch||ScottR||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1641&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image Config Infrastructure||||3||Review||Team||WR Distro Team??? / Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1642&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||need detail||2||Review||Bruce/Mark||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1643&lt;br /&gt;
|-&lt;br /&gt;
| use cases||need detail||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1644&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||need detail||2||Review||Darren||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1645&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||need detail||2||Review||Team||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1646&lt;br /&gt;
|-&lt;br /&gt;
|Upstream config fragments |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1647&lt;br /&gt;
|-&lt;br /&gt;
|Real-time process-executed timers |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1648&lt;br /&gt;
|-&lt;br /&gt;
|Define Kernel policy |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1649&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||||3||Review||RP Notes||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1614&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev lock ||||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1679&lt;br /&gt;
|-&lt;br /&gt;
| linux-yocto-dev stable update||||2||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1680&lt;br /&gt;
|-&lt;br /&gt;
| Kernel usability scripts ||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1678&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unsorted ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Way to determine what is about to happen (similar to a dry-run)||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1659&lt;br /&gt;
|-&lt;br /&gt;
|debuginfo export||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1657&lt;br /&gt;
|-&lt;br /&gt;
|Recipe creation/import script||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1656&lt;br /&gt;
|-&lt;br /&gt;
|Export of source tarball or package||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1655&lt;br /&gt;
|-&lt;br /&gt;
|Layer tooling: Tool to combine layers||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1654&lt;br /&gt;
|-&lt;br /&gt;
|Recipe patch tooling/workflow||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1652&lt;br /&gt;
|-&lt;br /&gt;
|Incremental image generation||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1651&lt;br /&gt;
|-&lt;br /&gt;
|Need documentation on contributing patches and code||||Review||WR||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1650&lt;br /&gt;
|-&lt;br /&gt;
| rebuild udev cache if the kernel version changes||||ACCE||||tong.lin@intel.com||||1147&lt;br /&gt;
|-&lt;br /&gt;
| Unpackaged files WARNING||||NEW||||song.liu@intel.com||||1545&lt;br /&gt;
|-&lt;br /&gt;
| Handled Releases with the PR server||||NEW||||song.liu@intel.com||||1556&lt;br /&gt;
|-&lt;br /&gt;
| Buildstats memory measurements||||NEW||||song.liu@intel.com||||1605&lt;br /&gt;
|-&lt;br /&gt;
| Use the per-file dependencies in deb and ipkg packages||||NEW||||song.liu@intel.com||||1662&lt;br /&gt;
|-&lt;br /&gt;
| Document invalidation of the sstate on a per class basis||||ACCE||||scott.m.rifenbark@intel.com||||1500&lt;br /&gt;
|-&lt;br /&gt;
| New santiy check for userspace packages||||ACCE||||scott.a.garman@intel.com||||1008&lt;br /&gt;
|-&lt;br /&gt;
| bitbake -b prints meaningless error when given an invalid recipe name||||ACCE||||scott.a.garman@intel.com||||1141&lt;br /&gt;
|-&lt;br /&gt;
| Remove python stack trace when do_patch fails||||ACCE||||scott.a.garman@intel.com||||1143&lt;br /&gt;
|-&lt;br /&gt;
| Need to change numeric user/groupids to names in device_table-minimal.txt||||ACCE||||scott.a.garman@intel.com||||1159&lt;br /&gt;
|-&lt;br /&gt;
| Make bitbake output less noisy for non-error cases||||NEW||||scott.a.garman@intel.com||||1145&lt;br /&gt;
|-&lt;br /&gt;
| QEMU won\&#039;t run on a system that does not support tunctl||||NEW||||scott.a.garman@intel.com||||1474&lt;br /&gt;
|-&lt;br /&gt;
| Display a summary of warnings and errors at the end of a bitbake command||||NEW||||scott.a.garman@intel.com||||1540&lt;br /&gt;
|-&lt;br /&gt;
| Create better interface for metrics and status gathering||||ACCE||||saul.wold@intel.com||||205&lt;br /&gt;
|-&lt;br /&gt;
| Improve syslog configurability||||NEW||||saul.wold@intel.com||||717&lt;br /&gt;
|-&lt;br /&gt;
| Allow logrotate to use a different file system from the original logs||||NEW||||saul.wold@intel.com||||718&lt;br /&gt;
|-&lt;br /&gt;
| qemu: when booting from live CD, X cannot be started||||NEW||||saul.wold@intel.com||||1487&lt;br /&gt;
|-&lt;br /&gt;
| Convert meta-toolchain to work as a poky install composed of staging/prebuild packages||||ACCE||||richard.purdie@linuxfoundation.org||||115&lt;br /&gt;
|-&lt;br /&gt;
| Qemu booting cost more time||||ACCE||||richard.purdie@linuxfoundation.org||||646&lt;br /&gt;
|-&lt;br /&gt;
| Enable swabber to be run for only specific recipes||||ACCE||||richard.purdie@linuxfoundation.org||||822&lt;br /&gt;
|-&lt;br /&gt;
| RRECOMMENDS...-dbg causes dependency failure if no ${PN} package exists||||ACCE||||richard.purdie@linuxfoundation.org||||824&lt;br /&gt;
|-&lt;br /&gt;
| Specify paths searched when failing to find a SRC_URI||||ACCE||||richard.purdie@linuxfoundation.org||||1179&lt;br /&gt;
|-&lt;br /&gt;
| Drop PKGSUFFIX and have nativesdk use multilib technology||||ACCE||||richard.purdie@linuxfoundation.org||||1508&lt;br /&gt;
|-&lt;br /&gt;
| Set default gcc-cross-canadian instruction generation to TARGET_ARCH||||ACCE||||nitin.a.kamble@intel.com||||139&lt;br /&gt;
|-&lt;br /&gt;
| Zypper: Package dependency resolution does not know about hinting||||NEED||||mark.hatle@windriver.com||||821&lt;br /&gt;
|-&lt;br /&gt;
| Improve usability of checksums||||ACCE||||josh@linux.intel.com||||1399&lt;br /&gt;
|-&lt;br /&gt;
| Consider using PatchELF rather than chrpath for modifying the RPATH||||NEW||||josh@linux.intel.com||||806&lt;br /&gt;
|-&lt;br /&gt;
| Ensure Poky can be run on non-Linux Unices||||NEW||||josh@linux.intel.com||||823&lt;br /&gt;
|-&lt;br /&gt;
| Add build progress indicator||||NEW||||josh@linux.intel.com||||1221&lt;br /&gt;
|-&lt;br /&gt;
| Should be easier to find and remove packages||||NEW||||josh@linux.intel.com||||1241&lt;br /&gt;
|-&lt;br /&gt;
| Add more detailed data to the models used for hob state||||NEW||||josh@linux.intel.com||||1293&lt;br /&gt;
|-&lt;br /&gt;
| Allow customize the dev packages when building a toolchain||||NEW||||josh@linux.intel.com||||1303&lt;br /&gt;
|-&lt;br /&gt;
| Enable removal of packages||||NEW||||josh@linux.intel.com||||1450&lt;br /&gt;
|-&lt;br /&gt;
| report on artifacts after image generation||||NEW||||josh@linux.intel.com||||1572&lt;br /&gt;
|-&lt;br /&gt;
| make it clear how to run saved hob recipes from command line||||NEW||||josh@linux.intel.com||||1573&lt;br /&gt;
|-&lt;br /&gt;
| add additional dialogs/config for u-boot/kernel||||NEW||||josh@linux.intel.com||||1574&lt;br /&gt;
|-&lt;br /&gt;
| configure runtime services from gui||||NEW||||josh@linux.intel.com||||1575&lt;br /&gt;
|-&lt;br /&gt;
| configure network settings from hob gui||||NEW||||josh@linux.intel.com||||1576&lt;br /&gt;
|-&lt;br /&gt;
| configure users and default passwords from hob gui||||NEW||||josh@linux.intel.com||||1577&lt;br /&gt;
|-&lt;br /&gt;
| Enable customisation of image drop down||||NEW||||josh@linux.intel.com||||1581&lt;br /&gt;
|-&lt;br /&gt;
| Provide interface for user the install Yocto SDK through IDE||||ACCE||||jessica.zhang@intel.com||||191&lt;br /&gt;
|-&lt;br /&gt;
| native packages should use siteinfo files||||ACCE||||jeff.polk@windriver.com||||270&lt;br /&gt;
|-&lt;br /&gt;
| [AutoBuilder/FEAT] Set Bug to Fixed automatically when building in AutoBuilder||||REOP||||elizabeth.flanagan@intel.com||||874&lt;br /&gt;
|-&lt;br /&gt;
| Put a uname and ab name in stdio||||ACCE||||elizabeth.flanagan@intel.com||||1461&lt;br /&gt;
|-&lt;br /&gt;
| License file WARNING messages||||ACCE||||elizabeth.flanagan@intel.com||||1546&lt;br /&gt;
|-&lt;br /&gt;
| Autobuilder Layer support||||ACCE||||elizabeth.flanagan@intel.com||||1604&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate checkbox||||ACCE||||elizabeth.flanagan@intel.com||||1607&lt;br /&gt;
|-&lt;br /&gt;
| Close button doesn\&#039;t obey Fitt\&#039;s Law||||ACCE||||edwin.zhai@intel.com||||35&lt;br /&gt;
|-&lt;br /&gt;
| sato-icon-theme lacks generic / unknown icon||||ACCE||||edwin.zhai@intel.com||||37&lt;br /&gt;
|-&lt;br /&gt;
| I/O schedule isn\&#039;t no-op on flash based devices||||NEED||||dvhart@linux.intel.com||||66&lt;br /&gt;
|-&lt;br /&gt;
| Create a power users tips and tricks document||||ACCE||||dvhart@linux.intel.com||||1033&lt;br /&gt;
|-&lt;br /&gt;
| Support \&#039;~\&#039; in version strings||||Wait||||dongxiao.xu@intel.com||||256&lt;br /&gt;
|-&lt;br /&gt;
| Pull alsa-state into oe-core (from oe)||||ACCE||||dongxiao.xu@intel.com||||1176&lt;br /&gt;
|-&lt;br /&gt;
| kernel: support standalone kernel builds||||ACCE||||bruce.ashfield@windriver.com||||843&lt;br /&gt;
|-&lt;br /&gt;
| mpc8315\&#039;s tune file: \&amp;quot;tune-ppc603e.inc\&amp;quot;||||ACCE||||bruce.ashfield@windriver.com||||1192&lt;br /&gt;
|-&lt;br /&gt;
| [multilib] Triggering building a 64 bit kernel with a 32 bit userspace||||ACCE||||song.liu@intel.com||||1525&lt;br /&gt;
|-&lt;br /&gt;
| Yocto website should include a glossary||||NEED||||scott.m.rifenbark@intel.com||||557&lt;br /&gt;
|-&lt;br /&gt;
| Yocto project website should include a simplified walk-through||||NEED||||scott.m.rifenbark@intel.com||||558&lt;br /&gt;
|-&lt;br /&gt;
| Bug reporting guide||||ACCE||||scott.m.rifenbark@intel.com||||237&lt;br /&gt;
|-&lt;br /&gt;
| Improve SDK sysroot extensibility and workflow||||ACCE||||scott.m.rifenbark@intel.com||||545&lt;br /&gt;
|-&lt;br /&gt;
| add documentation for swabber||||ACCE||||scott.m.rifenbark@intel.com||||635&lt;br /&gt;
|-&lt;br /&gt;
| need a doc for qemu usage||||ACCE||||scott.m.rifenbark@intel.com||||641&lt;br /&gt;
|-&lt;br /&gt;
| QEMU fails to launch using unfs with rpcbind installed - must have portmap.||||ACCE||||scott.m.rifenbark@intel.com||||655&lt;br /&gt;
|-&lt;br /&gt;
| Need centralized documentation on BitBake class usage||||ACCE||||scott.m.rifenbark@intel.com||||1467&lt;br /&gt;
|-&lt;br /&gt;
| bitbake \&amp;quot;NoProvider\&amp;quot; message doesn\&#039;t aid in resolving the problem||||ACCE||||scott.a.garman@intel.com||||542&lt;br /&gt;
|-&lt;br /&gt;
| Improve the error reporting when SkipPackage error is raised||||ACCE||||scott.a.garman@intel.com||||1127&lt;br /&gt;
|-&lt;br /&gt;
| sstate code doesn\&#039;t detect overwriting files||||ACCE||||richard.purdie@linuxfoundation.org||||238&lt;br /&gt;
|-&lt;br /&gt;
| Add a mechanism to do pre-build sanity based on specific configurations||||ACCE||||richard.purdie@linuxfoundation.org||||405&lt;br /&gt;
|-&lt;br /&gt;
| Usability: How to find specific variables and settings?||||ACCE||||richard.purdie@linuxfoundation.org||||407&lt;br /&gt;
|-&lt;br /&gt;
| TCF RSE plug-in not handle the situation if the remote agent does NOT support terminal service||||Wait||||liping.ke@intel.com||||107&lt;br /&gt;
|-&lt;br /&gt;
| cdt.launch.remote issues on a non-canonical terminal||||Wait||||liping.ke@intel.com||||188&lt;br /&gt;
|-&lt;br /&gt;
| Need a generic xorg.conf package that all the xservers can use.||||ACCE||||ke.yu@intel.com||||1175&lt;br /&gt;
|-&lt;br /&gt;
| Show contents of images &amp;amp; tasks||||NEW||||josh@linux.intel.com||||991&lt;br /&gt;
|-&lt;br /&gt;
| Show more information about packages||||NEW||||josh@linux.intel.com||||992&lt;br /&gt;
|-&lt;br /&gt;
| Preference Package Format only support one selection at a time||||NEW||||josh@linux.intel.com||||1272&lt;br /&gt;
|-&lt;br /&gt;
| Need guidance choosing \&#039;Base image\&#039;||||NEW||||josh@linux.intel.com||||1277&lt;br /&gt;
|-&lt;br /&gt;
| Built toolchain doesn\&#039;t include development packages for image||||NEW||||josh@linux.intel.com||||1302&lt;br /&gt;
|-&lt;br /&gt;
| On qemuarm, the command \&#039;poweroff/shutdown\&#039; can\&#039;t close the qemu completely and exit to host console with Laverne build 20110121||||ACCE||||bruce.ashfield@windriver.com||||684&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ over directfb ||||ACCE||||xiaofeng.yan@windriver.com||||1674&lt;br /&gt;
|-&lt;br /&gt;
| make an lsb image to meet LSB requirement for version 1.2 ||||ACCE||||xiaofeng.yan@windriver.com||||1675&lt;br /&gt;
|-&lt;br /&gt;
| A scripts to clean obsolote sstate cache files ||||NEW||||liezhi.yang@windriver.com||||1682&lt;br /&gt;
|-&lt;br /&gt;
| bitbake-runtask doesn&#039;t work in both 1.0.1 and 1.1 ||||NEW||||liezhi.yang@windriver.com||||1229&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3685</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3685"/>
		<updated>2011-10-05T19:10:18Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Core/Bitbake */ headless depexp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to increase adoption of the Yocto Project.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Improved usability of the build system for new experienced users, new novice users and existing users.&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Open a bug in the Yocto bugzilla setting the type of bug to be an &amp;quot;enhancement&amp;quot; request. The detail about the request should be included in the bugzilla report.&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request includind a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must have, 2 = Nice to have but wouldn&#039;t block a release, 3 = Lower priority, desired, defined plan, 4 = Worthwhile ideas, no defined plan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || 1, 2, 3 or 4 || Review|| Name|| Comment + Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image built by Yocto||1||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1557&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||1||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1559&lt;br /&gt;
|-&lt;br /&gt;
| Hob v2 - Interface updates? ||1||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1588&lt;br /&gt;
|-&lt;br /&gt;
| Improve user experience under Windows||1||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1586&lt;br /&gt;
|-&lt;br /&gt;
| Error Handling Improvements||1||Review||||Saul (Scott G)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1543&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||2||Review||davest/tracey/RP||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1585&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| Make BasicHash the default ||1||Review||RP||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1555&lt;br /&gt;
|- &lt;br /&gt;
| Address git fetcher mirror issues||2||Review||RP||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1511&lt;br /&gt;
|-&lt;br /&gt;
| Recipe specific configuration (e.g. Gstreamer)||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=923&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1126&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention/Swabber||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1582&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||2.5||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1562&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||3||Review||from 1.0||Saul (Dongxiao)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1560&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1561&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||3||Review||RP Notes||Jeff Polk/Mark||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1591&lt;br /&gt;
|-&lt;br /&gt;
| Binary package install class||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1592&lt;br /&gt;
|-&lt;br /&gt;
| Disk space monitoring||3||Review||RP and Robert||WR Distro Team (Robert)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1589&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||3||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1590&lt;br /&gt;
|-&lt;br /&gt;
| Support for remote layers||3||Review||Community||Paul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1598&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image (desktop Linux OS)||4||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1558&lt;br /&gt;
|-&lt;br /&gt;
| Depexp functionality without X||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1658&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Package History||1||Review||RP||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1565&lt;br /&gt;
|-&lt;br /&gt;
| Package History Analysis Tool||1|||Review||RP||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1566&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for LSB Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1567 &lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for posix Tests and automate test||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1568&lt;br /&gt;
|-&lt;br /&gt;
| Open Source Test Cases||2||Review||QA||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1595&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for rt Tests and automate test||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1569&lt;br /&gt;
|-&lt;br /&gt;
|QA Test improvements - consider fedora/gentoo runtime security tools||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1584&lt;br /&gt;
|-&lt;br /&gt;
| Automate BSP Testing||4||Review||Tom||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1596&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||4||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1594&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||2||Review||eflanagan/Jay7/ka6sox||Beth/Jay||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1612&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||2||Review||RP Notes Bug#405||Saul (Scott G)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1616&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||2||Review||Team||Scott G||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1619&lt;br /&gt;
|-&lt;br /&gt;
| Parallel Locale Generation ||2||Review||RP||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1554&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||2||Review||||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1544&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Enhance gcc recipe to support multilibs||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1549&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Complete recipe enablement||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1563&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Drop MULTILIB_IMAGE_INSTALL||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1564&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Document||2||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1622&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||2||Review||RP Notes||Saul (Ke)||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1618&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1620&lt;br /&gt;
|- &lt;br /&gt;
| Running post installs at rootfs gen time||2||Review||RP Notes||Saul (Dexuan)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1621&lt;br /&gt;
|-&lt;br /&gt;
| POSIX support||2||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1623&lt;br /&gt;
|-&lt;br /&gt;
| License file cleanup ||2||Review||Beth||Beth||1.2||1 week http://bugzilla.yoctoproject.org/show_bug.cgi?id=1547&lt;br /&gt;
|-&lt;br /&gt;
| QEMU GL Enhancements||2||Review||Meta-data||Saul (Edwin)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1624&lt;br /&gt;
|-&lt;br /&gt;
| Init||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1625&lt;br /&gt;
|-&lt;br /&gt;
|Document multiple library versions co-existing||3||Review||Team||Saul (Dongxiao?)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1548&lt;br /&gt;
|-&lt;br /&gt;
| Enhance TARGET_VENDOR field support||3||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1550&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||3||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1609&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1615&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||4||Review||Meta-data||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1606&lt;br /&gt;
|-&lt;br /&gt;
| Implement Factory reset||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1593&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||4||Review||Team||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1613&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other Layer Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| x32 Enhancements||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1579&lt;br /&gt;
|-&lt;br /&gt;
| BSPs or layers for a specific category of devices ||2||Review||Dirk/Dave/Andy||TBD||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1626&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1597&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||need detail||2||Review||Beth||Beth||1.2|| 2 weeks, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1628&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||need detail||2||Review||Beth||Beth||1.2||1 week and half, http://bugzilla.yoctoproject.org/show_bug.cgi?id=1629&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder clean sstate option||||2||Review||Beth||Beth||1.2|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1627&lt;br /&gt;
|-&lt;br /&gt;
| Eval Patch management tools||||3||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1632&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||||2.5||Review||Darren||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1631&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1630&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| AMT driver integration||||||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1633&lt;br /&gt;
|-&lt;br /&gt;
| Improve device management|| ||||Review||||Joshua/Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1608&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||||2||Review||Bruce/Richard/team||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1634&lt;br /&gt;
|- &lt;br /&gt;
|Drop Grub for Syslinux |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1635&lt;br /&gt;
|-&lt;br /&gt;
|Upgrade to EFI |||| 2 || Review || Darren || Darren || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1636&lt;br /&gt;
|-&lt;br /&gt;
|BSP/kernel wrappers/wizards |||| 2 || Review || tomz || tomz || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1637&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc||need detail||||Review||||Bruce||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1638&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT / Tools and Support == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||||2||Review||Lianhao||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1600&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||2||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1601&lt;br /&gt;
|-&lt;br /&gt;
| Linux tools upstream integration||||2||Review||ADT Team||Jessica||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1602&lt;br /&gt;
|-&lt;br /&gt;
| Add recipe supporting autoconf-nativesdk and automake-nativesdk ||||2||Review||Lianhao||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1603&lt;br /&gt;
|-&lt;br /&gt;
|Eclipse BSP/Kernel Plugin |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1610&lt;br /&gt;
|-&lt;br /&gt;
| enhance the bitbake commander eclipse plugin ||||2||Review||Dongxiao/Lianhao||TBD||TBD|| http://bugzilla.yoctoproject.org/show_bug.cgi?id=1611&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||Need detail||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1639&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1640&lt;br /&gt;
|-&lt;br /&gt;
| Profiling: Valgrind tools in Eclipse||||2||Review||Dave/JZ||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1580&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1551&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1552&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||||2||Review||from 1.0||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1553&lt;br /&gt;
|-&lt;br /&gt;
| &#039;perf scripts&#039; integration||||2||Review||Tom||Jessica/Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1617&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||||2||Review||From ADT module and scratch||ScottR||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1641&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image unique||||3||Review||Team||WR Distro Team||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1642&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||need detail||2||Review||Bruce/Mark||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1643&lt;br /&gt;
|-&lt;br /&gt;
| use cases||need detail||1||Review||Bruce||Bruce||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1644&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||need detail||1||Review||Darren||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1645&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||need detail||1||Review||Team||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1646&lt;br /&gt;
|-&lt;br /&gt;
|Upstream config fragments |||| 1 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1647&lt;br /&gt;
|-&lt;br /&gt;
|Real-time process-executed timers |||| 2 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1648&lt;br /&gt;
|-&lt;br /&gt;
|Define Kernel policy |||| 1 || Review || Darren || || 1.2 ||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1649&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||||2||Review||RP Notes||Darren||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1614&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3626</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3626"/>
		<updated>2011-10-04T18:01:58Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* BSPs */ device management&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to increase adoption of the Yocto Project.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Improved usability of the build system for new experienced users, new novice users and existing users.&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Provide a one or two sentence brief description of the feature&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request, such as a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must have, 2 = Nice to have but wouldn&#039;t block a release, 3 = Lower priority, desired, defined plan, 4 = Worthwhile ideas, no defined plan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Description&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || Placeholder description of the feature || 1, 2, or 3 || Review|| name|| Comment&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image built by Yocto||||1||Review||davest/tracey/RP||TBD||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1557&lt;br /&gt;
|-&lt;br /&gt;
| Hob v2 - Interface updates? ||||1||Review||davest/tracey/RP||TBD||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1588&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||||1||Review||davest/tracey/RP||TBD||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1559&lt;br /&gt;
|-&lt;br /&gt;
| Improve user experience under Windows||||1||Review||davest/tracey/RP||TBD||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1586&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||||2||Review||davest/tracey/RP||TBD||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1585&lt;br /&gt;
|-&lt;br /&gt;
| Error Handling Improvements||||1||Dev||||Saul (Scott G)||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1543&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||||3||Review||from 1.0||Saul (Dongxiao)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1560&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||||3||Review||from 1.0||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1561&lt;br /&gt;
|-&lt;br /&gt;
| Build Appliance: Pre-configured VM Build image (desktop Linux OS)||||3||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1558&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||||2.5||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1562&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||||3||Review||LCS||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1590&lt;br /&gt;
|- &lt;br /&gt;
| Make BasicHash the default ||||2||Review||RP||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1555&lt;br /&gt;
|- &lt;br /&gt;
| Address git fetcher mirror issues|| ||2||Review||RP||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1511&lt;br /&gt;
|-&lt;br /&gt;
| Support for remote layers||||2||Community||Paul||1.2||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1598&lt;br /&gt;
|-&lt;br /&gt;
| Disk space monitoring||||2||Review||RP and Robert||WR Distro Team (Robert)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1589&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||||3||Accept||RP Notes||Jeff Polk/Mark||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1591&lt;br /&gt;
|-&lt;br /&gt;
| Binary package install class||||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1592&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention/Swabber||||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1582&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1126&lt;br /&gt;
|-&lt;br /&gt;
| Recipe specific configuration (e.g. Gstreamer)||||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=923&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Open Source Test Cases||||3||Review||QA||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1595&lt;br /&gt;
|-&lt;br /&gt;
| Automate BSP Testing||||2||Review||Tom||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1596&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||||4||Review||RP Notes||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1594&lt;br /&gt;
|-&lt;br /&gt;
| Package History||||1||Review||RP||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1565&lt;br /&gt;
|-&lt;br /&gt;
| Package History Analysis Tool||||1||Review||RP||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1566&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for LSB Tests and automate test||||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1567 &lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for posix Tests and automate test||||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1568&lt;br /&gt;
|-&lt;br /&gt;
|QA Tests: Add recipe for rt Tests and automate test||||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1569&lt;br /&gt;
|-&lt;br /&gt;
|QA Test improvements - consider fedora/gentoo runtime security tools||||3||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1584&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||||3||Review||Meta-data||||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1606&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||add SE Linux patches in a similar way to PAM||3||Review||Meta-data||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||As someone interested in how long it takes to build different images on different hardware configurations and other assorted build metrics, I would like a web based service, that takes output generated by an extended buildstats.bbclass and stores it, to compare against different machines. The end result should be a way to visualize the collected data. See: https://wiki.yoctoproject.org/wiki/Yocto_Buildbot_Autobuilder_Discussions||2||M3, Sprint A||eflanagan/Jay7/ka6sox||Beth/Jay||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
|Document multiple library versions co-existing||||3||Review||Team||Saul (Dongxiao?)||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1548&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||||3||Review||Team||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||Allow for building kernel modules on the target device||2||Review||RP Notes||Darren||1.2||Yocto 1.2, On Janitor\&#039;s list&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||||3||Review||RP Notes||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||||2||Accept||RP Notes Bug#405||Saul (Scott G)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| perf scripting\&#039; integration||Make it easy and convenient for the user to write and execute \&#039;perf scripts\&#039; from the IDE. We should be able to leverage and build on the Systemtap integration for this.||2||Dev||Tom||Jessica/Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||31 recipes were identified as not building during the package documentation audit done in M1, Sprint B.  Those all need to build and we need to re-run a new package documentation audit.||2||Accept||Team||Scott G||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Parallel Locale Generation ||||2||Review||RP||||||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1554&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||||2||Review||||Saul||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1544&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Enhance gcc recipe to support multilibs||||2||||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1549&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Complete recipe enablement||||2||||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1563&lt;br /&gt;
|-&lt;br /&gt;
| Multilib: Drop MULTILIB_IMAGE_INSTALL||||2||||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1564&lt;br /&gt;
|-&lt;br /&gt;
| Enhance TARGET_VENDOR field support||||3||Review||RP||Ke||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1550&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||compare with Yocto, sync any patches||2||Accept||RP Notes||Saul (Ke)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||I created an initial hack of a recipe for this for the demo - finish it up (involves licensing issues (click-through license support would be a prerequisite) as well)||2||Review||Tom||Tom||1.2||50% done already&lt;br /&gt;
|- &lt;br /&gt;
| running post installs at rootfs gen time||||2||Review||RP Notes||Saul (Dexuan)||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lib - 6||Create some \&amp;quot;standard\&amp;quot; multilib configurations (x86 32+64 bit)||1||Review||RP||Ke||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| POSIX support||address POSIX failures found in 1.1||2||Review||Team||||1.2||Yocto 1.2, On Janitor\&#039;s list&lt;br /&gt;
|-&lt;br /&gt;
| License file cleanup ||||2||||Beth||Beth||1.2||1 week http://bugzilla.yoctoproject.org/show_bug.cgi?id=1547&lt;br /&gt;
|-&lt;br /&gt;
| QEMU GL Enhancements||These include syncing sync qemugl with other projects (e.g. MeeGo?, Android?). Ideally we&#039;d be working on a solution which could be submitted and accepted by upstream QEMU. Also need to consider GLES support.||2||||Meta-data||Saul (Edwin)||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Implement Factory reset||||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1593&lt;br /&gt;
|-&lt;br /&gt;
| Init||Interest in systemd as a replacement for Sys V init is growing but it may not be appropriate for deeply embedded systems. I\&#039;d like to investigate a crop of service based and process monitoring init systems and compare them on a variety of criteria as determined by the community. Furthermore I would like to investigate supporting multiple init systems, the current SysV system, systemd and possibly others. As part of this work, and because increasingly many upstreams support systemd (no doubt thanks to its adoption in Fedora) I would like to investigate implementing some infrastructure which translates from systemd units to the appropriate init format for the supported init systems.||2||Review||||||1.2||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other Layer Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| x32 Enhancements||||2||Review||||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1579&lt;br /&gt;
|-&lt;br /&gt;
| BSPs or layers for a specific category of devices || This will demonstrate the value of Yocto to developers and help them get up to speed quicker for this category of devices. ||2||Review||Dirk/Dave/Andy||TBD||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||||4||Review||Joshua||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1597&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||||2||||Beth||Beth||1.2||2 weeks&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder split of nightly (really an M4 task) few days license.bbclass refactor||||2||||Beth||Beth||1.2||1 week&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||||2||||Beth||Beth||1.2||1 week and half&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder release checkbox (running a yocto release right from the autobuilder)||||2||||Beth||Beth||1.2||2 weeks&lt;br /&gt;
|-&lt;br /&gt;
| Eval Patch management tools||Consider patchwork, gerrit and others and see if they help. Any other alternatives?||3||Review||RP Notes||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||Create a script which automatically populates and updates the Wiki based on changes in bugzilla.||2.5||Review||Darren||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||Implement the mechanism described in Section 1.2. BSP \&#039;Click-Through\&#039; Licensing Procedure in the BSP Developer\&#039;s Guide||2||Review||Tom||Tom||1.2||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| AMT driver integration||incorporate Linux AMT into the Yocto BSPs||||||||||1.2||Intel&lt;br /&gt;
|-&lt;br /&gt;
| Improve device management|| ||||||||Joshua/Darren||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1608&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||determine and integrate / create arch reference BSPs (e500, Cortex, ARM, MIPs)||2||Dev||Bruce/Richard/team||Bruce||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|- &lt;br /&gt;
|Drop Grub for Syslinux || Grub is considerably more complicated than we need for any of our current BSPs. Syslinux can be used in place of every known usage of Grub. For upcoming EFI BSPs, we can look to Efilinux. This will reduce our bootloader maintenance burden and simplify our images. || 2 || Review || Darren || Darren || 1.2 ||&lt;br /&gt;
|-&lt;br /&gt;
|Upgrade to EFI ||Where possible, update our existing BSPs to boot using EFI. This will support development of efilinux as well as help us prepare for the newer boards which will be EFI only. || 2 || Review || Darren || Darren || 1.2 ||&lt;br /&gt;
|-&lt;br /&gt;
|BSP/kernel wrappers/wizards || Create some simple scripts or &#039;wizards&#039; that make it easy for users to start writing a new BSP and/or easily make simple kernel modifications to a BSP.  Ideally, users shouldn&#039;t need to know anything low-level about the kernel, git, or the mechanics of appending config items to recipes in order to get a BSP up and running or to make the simple modifications needed to tweak or maintain it. || 2 || Review || tomz || tomz || 1.2 ||&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc||||||||||Bruce||1.2||Come from bug 414&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT / Tools and Support == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||||2||Review||Lianhao||Jessica||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1600&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||2||Review||ADT Team||Jessica||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1601&lt;br /&gt;
|-&lt;br /&gt;
| Linux tools upstream integration||||2||Review||ADT Team||Jessica||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1602&lt;br /&gt;
|-&lt;br /&gt;
| Add recipe supporting autoconf-nativesdk and automake-nativesdk ||||2||Review||Lianhao||||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1603&lt;br /&gt;
|-&lt;br /&gt;
|Eclipse BSP/Kernel Plugin || Provide an Eclipse plugin to facilitate configuring new BSPs and streamlining the linuix-yocto development workflow. || 2 || Review || Darren || || 1.2 ||&lt;br /&gt;
|-&lt;br /&gt;
| enhance the bitbake commander eclipse plugin || By having the Eclipse as a frontend UI to bitbake server, eclipse may talk to bitbake server, enable the user to glimpse on the variables&#039; values when editing the recipes, try out building the recipe being edited, etc.   ||2||Review||Dongxiao/Lianhao||TBD||TBD|| This requires new features both in eclipse plugin and bitbake server.&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||This might be more useful with the increased importance of RT||3||Review||from 1.0||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||Create a document or extend the current Yocto tracing wiki page to explain in detail how to use all the tracing tools in Yocto. It should detail not only how to use each tool individually, but also how to use them in conjunction with each other, highlighting situations in which each is most useful. There should also be some extensive worked examples of real-life use-cases and how they could be investigated using the Yocto tracing/profiling tools.||2||Accept||Tom||Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Profiling: Valgrind tools in Eclipse||||2||Accept||Dave/JZ||||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1580&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||||2||Accept||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1551&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||||2||Review||Tom||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1552&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||||2||Dev (50%)||from 1.0||Tom||1.2||http://bugzilla.yoctoproject.org/show_bug.cgi?id=1553&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||The idea here is to create screen-capture type tutorials similar to what exists for the ADT Eclipse Plug-in. However, we want to contract out some help for professional voice-over talent to be used with the images. These don\&#039;t have to be limited to screen-capture material but could include well-done PPT decks - similar to how other business units in Intel create various training modules. For 1.1 it would be good to capture the script for the existing ADT Eclipse Plug-in module and have it voiced over. Also, for 1.1 it would be good to create a similar module for the Image Creator application.||2||Not Started||From ADT module and scratch||ScottR||1.2||Q3 at the earliest&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image unique||make minimal image smaller||3||Accept||Team||WR Distro Team||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||Implement plan for kernel tools||2||Dev (20%)||Bruce/Mark||Bruce||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| use cases||BSP config streamlining, building the kernel standalone, yoctoization, meta data sharing||1||Accept||Bruce||Bruce||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||target = boot a minimal image in &amp;lt; 8M - development complete||1||Dev||Darren||Darren||1.2||Yocto 1.2, from 1.1, continuation needed?&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||2 second boot time target||1||Dev||Team||Darren||1.2||Yocto 1.2, from 1.1, continuation needed?&lt;br /&gt;
|-&lt;br /&gt;
|Upstream config fragments || Work with John Stultz to upstream a Linux kernel config fragment manager and rework the yocto-kernel-tools to use it. This will simplify our tooling and increase our usage/test base. || 1 || Review || Darren || || 1.2 ||&lt;br /&gt;
|-&lt;br /&gt;
|Real-time process-executed timers || Timers currently run at the priority of the softirq that processes them and they are accounted to whichever task was preempted for them to run. This negatively impacts determinism and accounting accuracy. || 2 || Review || Darren || || 1.2 ||&lt;br /&gt;
|-&lt;br /&gt;
|Define Kernel policy || We need to clearly document kernel policy and make the config fragments reflect it. This will facilitate a more modular approach to building BSP kernel configs, as well as make it clear what can be expected to be supported when running a &amp;quot;linux-yocto kernel&amp;quot;. || 1 || Review || Darren || || 1.2 ||&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Distribution_Support&amp;diff=3444</id>
		<title>Distribution Support</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Distribution_Support&amp;diff=3444"/>
		<updated>2011-09-21T23:05:19Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Add F16&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is to maintain a list of distributions validated work with Yocto. Everyone is welcomed to add distribution support information into this page.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|| &#039;&#039;&#039;OS version&#039;&#039;&#039; || &#039;&#039;&#039;Host Arch&#039;&#039;&#039; || &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|| openSUSE 11.2 &amp;quot;Emerald&amp;quot; || -- || align=&amp;quot;center&amp;quot; style=&amp;quot;color:green;&amp;quot; | PASS&lt;br /&gt;
|-&lt;br /&gt;
|| Fedora release 14 || -- || align=&amp;quot;center&amp;quot; style=&amp;quot;color:green;&amp;quot; | PASS&lt;br /&gt;
|-&lt;br /&gt;
||[https://wiki.pokylinux.org/wiki/distro/ubuntu10.04_32b  Ubuntu10.04]  || 32bit || align=&amp;quot;center&amp;quot; style=&amp;quot;color:green;&amp;quot; | PASS&lt;br /&gt;
|-&lt;br /&gt;
||[https://wiki.pokylinux.org/wiki/distro/ubuntu11.04_64b  Ubuntu11.04]  || 64bit || align=&amp;quot;center&amp;quot; style=&amp;quot;color:green;&amp;quot; | PASS&lt;br /&gt;
|-&lt;br /&gt;
||[https://wiki.pokylinux.org/wiki/distro/fedora15_64b Fedora15]  || 64bit || align=&amp;quot;center&amp;quot; style=&amp;quot;color:green;&amp;quot; | PASS&lt;br /&gt;
|-&lt;br /&gt;
||[https://wiki.pokylinux.org/wiki/distro/fedora16_64b Fedora16]  || 64bit || align=&amp;quot;center&amp;quot; style=&amp;quot;color:green;&amp;quot; | PASS&lt;br /&gt;
|-&lt;br /&gt;
||[https://wiki.pokylinux.org/wiki/distro/opensuse11.4_64b Opensuse 11.4]  || 64bit || align=&amp;quot;center&amp;quot; style=&amp;quot;color:red;&amp;quot; | FAIL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== How to add a new entry or additional distro information ===&lt;br /&gt;
* Check if there is already a distribution listed on this page&lt;br /&gt;
* If there is no such distribution, you could add a new entry in above matrix for the distribution and add following information in the sub-page of this entry:&lt;br /&gt;
&lt;br /&gt;
 * Distribution (Fedora15/Ubuntu10.04/Opensuse11.4... etc):&lt;br /&gt;
 * Arch (32/64):&lt;br /&gt;
 * MACHINE (qemux86/qemuarm/qemuppc... etc):&lt;br /&gt;
 * TARGET (core-image-sato/core-image-sato-sdk... etc):&lt;br /&gt;
 * Commit/Release (7eea637db0.../master, 1.0.1 release):&lt;br /&gt;
 * Validated by/DATE (user@email.com - 2011-09-14):&lt;br /&gt;
 * Bug ID: (If the status of your testing is failure, pls. help to file a bug in our bugzilla, http://bugzilla.pokylinux.org)&lt;br /&gt;
&lt;br /&gt;
* If there is already a distribution in above matrix, it&#039;s better for you to check if your test result is consistent with the old result in matrix. You could update the &amp;quot;Status&amp;quot; field and add additional information with above format into sub-page of the distribution.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Distro/fedora16_64b&amp;diff=3443</id>
		<title>Distro/fedora16 64b</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Distro/fedora16_64b&amp;diff=3443"/>
		<updated>2011-09-21T23:04:44Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Created page with &amp;quot;----------------- * Distribution: Fedora 16 * Arch (32/64): 64  * MACHINE (qemux86/qemuarm): qemumips * TARGET (core-image-sato/core-image-sato-sdk): world, core-image-sato-sdk  ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-----------------&lt;br /&gt;
* Distribution: Fedora 16&lt;br /&gt;
* Arch (32/64): 64 &lt;br /&gt;
* MACHINE (qemux86/qemuarm): qemumips&lt;br /&gt;
* TARGET (core-image-sato/core-image-sato-sdk): world, core-image-sato-sdk &lt;br /&gt;
* Commit/Release (7eea637db0.../master, 1.0.1 release): master &lt;br /&gt;
* Validated by: josh@linux.intel.com - 2011-09-16&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3392</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3392"/>
		<updated>2011-09-16T17:40:28Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* BSPs */ zaurusd++ ?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to ... [TBD]&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Theme 1&lt;br /&gt;
* Theme 2&lt;br /&gt;
* Theme 3&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Provide a one or two sentence brief description of the feature&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request, such as a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must Have, 2 = Nice to Have, 3 = Optional&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Description&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || Placeholder description of the feature || 1, 2, or 3 || Review|| name|| Comment&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| build appliance||Intended for developers to very easily &amp;quot;Check it out&amp;quot; and do a Yocto Project build with minimal pain. Should be a virtual image of a desktop OS which will boot into HOB and offer a terminal or an app to deploy resulting images to media or to run QEMU.||1||Review||davest/tracey/RP||TBD||See here for [[Build Appliance Design]]&lt;br /&gt;
|-&lt;br /&gt;
| Web Hob||Add a web interface for Hob, perhaps similar to SuSE Studio. This is for both local (non-network) builds as well as network. Would require us to have a web server package installed of course for local builds.||1||Review||davest/tracey/RP||TBD||xx&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||Update Hob with performance improvements and improvements to package disabling||1||Review||davest/tracey/RP||TBD||xx&lt;br /&gt;
|-&lt;br /&gt;
| Support for non-developers||Create clear instructions for how a Windows user can take an example image from the YP web site and deploy it to a board. Assume no Linux knowledge. These instructions should be applicable in example images in BSPs ||1||Review||davest/tracey/RP||TBD||xx&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||Develop a git plugin which will fall back to tunneling through HTTP if the git:// interface will not work because it is blocked by a firewall and the correct proxy is not set up. ||1||Review||davest/tracey/RP||TBD||xx&lt;br /&gt;
|-&lt;br /&gt;
| Build Yocto behind firewall - implementation||||2||Dev||Dave||Darren/Joshua||Yocto 1.2, from 1.1, the above one seems to be part of this.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Web-based Image Creator||Create a web-based interface that does what the Image Creator does.||2.5||Review||LCS||Jason Kridner?||1.2||Yocto 1.2 - depends on Image Creator completing&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||||3||Review||from 1.0||Saul (Dongxiao)||1.2||Yocto 1.2 (1 month task)&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||||3||Review||from 1.0||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Executable images||Create images that are executable - for example a pre-installed Ubuntu image with YP installed||3||Review||LCS||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Self-hosting image||Create customizable chroot; Build an image that would be self-hosting||2.5||Review||LCS||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||add the equivalent of kernel OOPS to Yocto||2.5||Review||LCS||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Reduced depth revision history||Decrease the depth of the revision history||3||Review||LCS||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||Add the ability to archive the work directory to handle the GPL compliance issue.||3||Review||LCS||||1.2||Yocto 1.2, On Janitor\&#039;s list&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Patch Test System||Create a machine where developers can upload/test patches before submitting them to master to ensure builds won\&#039;t break when patches are added. (developer autobuilders? Fuzz builds?)||2||Review||Team||Jiajun||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Open Source Test Cases||Perform technical, legal, and QA steps necessary to move test cases into open source.||3||Review||QA||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Start a framework for automated BSP testing||Build-testing is only half the job of BSP testing, and new BSP development is and will be ramping up even more rapidly soon. We need to start building a framework to make as much of this as automated as possible. Phase I, what we can complete for 1.2, should be the ability to load an image from the autobuilder and make it ready for booting, or actually boot it, on a given target. It would be good to use systems running Yocto images as much as possible for this.||2||Review||Tom||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||this is a test framework that we can include in the distribution||3||Review||RP Notes||||1.2||Yocto 1.2 - Is it the TI’s test framework we discussed before?  A:  Not necessarily, we\&#039;re still waiting for someone to step up and really take ownership of this area but it needs some resource commitment as its not a simple task. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Replacement for video/audio players currently in Yocto||Codec…||3||Review||Meta-data||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||For demos, we would like need a reference UI that is not Sato. Investigate possibilities that the Yocto team won\&#039;t need to maintain. OpenBox? Gnome-desktop? GP? LXDE? KDE Mobile?||3||Review||Meta-data||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Qemugl upstreaming||Opengl ES Support||3||Review||Meta-data||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||add SE Linux patches in a similar way to PAM||3||Review||Meta-data||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||As someone interested in how long it takes to build different images on different hardware configurations and other assorted build metrics, I would like a web based service, that takes output generated by an extended buildstats.bbclass and stores it, to compare against different machines. The end result should be a way to visualize the collected data. See: https://wiki.yoctoproject.org/wiki/Yocto_Buildbot_Autobuilder_Discussions||2||M3, Sprint A||eflanagan/Jay7/ka6sox||Beth/Jay||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Framework to support multiple library versions co-existing||similar to recipe specific sysroot; needs documentation||3||Review||Team||Saul (Dongxiao?)||1.2||Yocto 1.2 -  we just need to document how to use multiple versions of a library using clutter as the example&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||||3||Review||Team||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||Allow for building kernel modules on the target device||2||Review||RP Notes||Darren||1.2||Yocto 1.2, On Janitor\&#039;s list&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||||3||Review||RP Notes||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| sato refresh||||3||Review||RP Notes||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||||2||Accept||RP Notes Bug#405||Saul (Scott G)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| perf scripting\&#039; integration||Make it easy and convenient for the user to write and execute \&#039;perf scripts\&#039; from the IDE. We should be able to leverage and build on the Systemtap integration for this.||2||Dev||Tom||Jessica/Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Add Directfb（license LGPL） function||Directfb is more appropriate embedded device than other graphic software||3||Moved from M1||Meta-data||WR Distro team||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Autobuilder ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||||2||||Beth||Beth||1.2||2 weeks&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder split of nightly (really an M4 task) few days license.bbclass refactor||||2||||Beth||Beth||1.2||1 week&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||||2||||Beth||Beth||1.2||1 week and half&lt;br /&gt;
|-&lt;br /&gt;
| license manifest||||2||||Beth||Beth||1.2||1 week&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder release checkbox (running a yocto release right from the autobuilder)||||2||||Beth||Beth||1.2||2 weeks&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| AMT driver integration||incorporate Linux AMT into the Yocto BSPs||||||||||1.2||Intel&lt;br /&gt;
|-&lt;br /&gt;
| Zaurusd++ (devmand?)||I keep seeing changes to toggle certain features for various boards (audio on the beagleboard, N450 and  spring to mind), rather than writing lots of recipes for this perhaps we could resurrect zaurusd and evolve it to reflect the projects original goals as devmand; a daemon to handle hardware quirks across a range of boards and devices. ||||||||||1.2||Joshua&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||determine and integrate / create arch reference BSPs (e500, Cortex, ARM, MIPs)||2||Dev||Bruce/Richard/team||Bruce||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||ADT is currently using org.eclipse.cdt.remote.launch for remote debug. One limitation in this plug-in is that it can only deploy one single file to the target during the debug. Though it is ok for debugging static linked program, debugging dynamic linked program might require deploying multiple files(including executables and libraries) to the target.||2||Review||Lianhao||Jessica||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||2||Review||ADT Team||Jessica||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Linux tools upstream integration||There&#039;re some activities within the Eclipse Linux Tools community for various tools remote invocation improvement, we need to sync up with the community for their latest deliveries and make some contribution if possible ||2||Review||ADT Team||Jessica||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Prebuit SDK integration||speedup target image generation by reusing prebuilt tools from SDK native and target binaries. See: http://wiki.secretlab.ca/Yocto_prebuilt_SDK_integration||2||Reject||Adrian||Jessica||1.2||Yocto 1.2 - This functionality looks to have been provided by sstate packages?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||The idea here is to create screen-capture type tutorials similar to what exists for the ADT Eclipse Plug-in. However, we want to contract out some help for professional voice-over talent to be used with the images. These don\&#039;t have to be limited to screen-capture material but could include well-done PPT decks - similar to how other business units in Intel create various training modules. For 1.1 it would be good to capture the script for the existing ADT Eclipse Plug-in module and have it voiced over. Also, for 1.1 it would be good to create a similar module for the Image Creator application.||2||Not Started||From ADT module and scratch||ScottR||1.2||Q3 at the earliest&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Performance &amp;amp; usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| POSIX support||address POSIX failures found in 1.1||2||Review||Team||||1.2||Yocto 1.2, On Janitor\&#039;s list&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image unique||make minimal image smaller||3||Accept||Team||WR Distro Team||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||This might be more useful with the increased importance of RT||3||Review||from 1.0||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||Implement plan for kernel tools||2||Dev (20%)||Bruce/Mark||Bruce||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| use cases||BSP config streamlining, building the kernel standalone, yoctoization, meta data sharing||1||Accept||Bruce||Bruce||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||target = boot a minimal image in &amp;lt; 8M - development complete||1||Dev||Darren||Darren||1.2||Yocto 1.2, from 1.1, continuation needed?&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||2 second boot time target||1||Dev||Team||Darren||1.2||Yocto 1.2, from 1.1, continuation needed?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Project-wide Features ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| LayerTooling – remote layer tool||Consider integrating Jeremy Puhlman\&#039;s remote layers patch||2||Community||Paul||1.2||||&lt;br /&gt;
|-&lt;br /&gt;
| running post installs at rootfs gen time||||2||Review||RP Notes||Saul (Dexuan)||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||A build that runs correctly to completion still includes a ton of WARNING messages. We need a project to clean these up. Beth will work on License Warnings, team will look at other logfile warnings||2||Review||Dave &amp;amp; RP||Saul||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lib - 11||Directly support multlibs within the toolchain itself [post 1.1] ||2||||RP||Ke||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lib - 8||Add support to RPM packaging backend to turn modified package names into true rpm multilib packages||1||||RP||Mark||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lib - 7||Investigate better TARGET_VENDOR handling for config.sub. Currently we can only have ARCH-VENDOR-linux where VENDOR cannot contain \&amp;quot;-\&amp;quot;  but it might be possible to relax that constraint [not high priority]. ||2||Review||RP||Ke||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lib - 6||Create some \&amp;quot;standard\&amp;quot; multilib configurations (x86 32+64 bit)||1||Review||RP||Ke||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Patchwork||is it worth the overhead, are there alternatives||3||Review||RP Notes||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||Create a script which automatically populates and updates the Wiki based on changes in bugzilla.||2.5||Review||Darren||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Sync qemugl with MeeGo - Implementation||sync qemugl with MeeGo is complete||2||Dev (70%)||Meta-data||Saul (Edwin)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||Create a document or extend the current Yocto tracing wiki page to explain in detail how to use all the tracing tools in Yocto. It should detail not only how to use each tool individually, but also how to use them in conjunction with each other, highlighting situations in which each is most useful. There should also be some extensive worked examples of real-life use-cases and how they could be investigated using the Yocto tracing/profiling tools.||2||Accept||Tom||Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Error handling in bitbake (Implementation): Stage 2||Performance improvement (gather input from community on use cases)||1||Dev||RP Notes||Saul (Scott G)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| btrfs||Kernel enabling||2||Dev||Meta-data||Saul (Nitin)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc||||||||||Bruce||1.2||Come from bug 414&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||compare with Yocto, sync any patches||2||Accept||RP Notes||Saul (Ke)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||31 recipes were identified as not building during the package documentation audit done in M1, Sprint B.  Those all need to build and we need to re-run a new package documentation audit.||2||Accept||Team||Scott G||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||Right now, there are instructions on the wiki on how to configure and use Systemtap with Yocto. While straightforward, they are tedious and unlikely to be useful to most people pressed for time. We need to make it easier to use - in addition to documentation/HOWTO tasks listed elsewhere on this page, we need to make it usable \&#039;out of the box\&#039; (i.e. outside of ADT) e.g. all paths and configuration handled via script or something similar||2||Accept||Tom||Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||Perf is currently built as part of the kernel build. If we want to make use of everything perf has to offer we should get rid of the dependency. For example, the kernel build shouldn\&#039;t depend on libnewt, and x32 shouldn\&#039;t have to deal with embedded Python||2||Review||Tom||Tom||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||Basically this means allowing perf to be built with the Perl and Python bindings, which turned out to be a headache last time.||2||Dev (50%)||from 1.0||Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Monitor disk availability||Monitor disk availability and warn the user if it is running low. May only focus on a few directories, for example: poky/build and poky/build/downloads, this would solve the multiple mount point problem||2||Review||RP and Robert||WR Distro Team (Robert)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||||3||Accept||RP Notes||Jeff Polk/Mark||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Classes to help install binary packages||It\&#039;s been suggested that it would be a useful feature to be able to easily take an RPM or similar containing a software binary from a 3rd party software vendor and integrate it into an image created by the build system.||2||Review||||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention||We have Swabber but it\&#039;s not integrated into our process. I believe this is because there are several recipes which don\&#039;t work when run under strace with parallelisation. We should determine a path for inclusion of swabber into our process and execute on it so that we can be aware of, and fix, any host intrusion issues.||2||Review||||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||Many of our users are likely to want to use kernel level security mechanisms and so I\&#039;d like to investigate supporting one of the in-kernel LSM (Linux Security Modules), possibly SMACK as used in MeeGo, and adding policy to the oe-core metadata. The LSM, policy and user-space tools could all be enabled via a distro feature. This work may well want to be in a separate layer?||2||Review||Joshua||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Factory reset||Implement a factory reset image feature. We\&#039;ll use one of the union mount technologies (aufs/overlayfs/union mounts) to create an overlay on the file system as the final piece of rootfs creation. The overlaid file-system will be the target of all writes made to the image after the image is generated. A user-space mechanism to disable the overlay, and therefore reset to the state of the image just after it was created, will also be provided. This feature could be further enhanced by integrating with the package manager, and other user-space switches, to create system restore points which can later be rolled back to.||2||Review||Joshua||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Gstreamer||Refactor gstreamer recipes to better support COMMERCIAL_LICENSE and enabling/disabling of various codecs and features||2||Review||||||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=923&lt;br /&gt;
|-&lt;br /&gt;
| Init||Interest in systemd as a replacement for Sys V init is growing but it may not be appropriate for deeply embedded systems. I\&#039;d like to investigate a crop of service based and process monitoring init systems and compare them on a variety of criteria as determined by the community. Furthermore I would like to investigate supporting multiple init systems, the current SysV system, systemd and possibly others. As part of this work, and because increasingly many upstreams support systemd (no doubt thanks to its adoption in Fedora) I would like to investigate implementing some infrastructure which translates from systemd units to the appropriate init format for the supported init systems.||2||Review||||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Enhance Automated QA Tests||Add tests for the RT pieces, consider run-time security checking tools used by Fedora and Gentoo||2||Review||||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||Collect data at build time to allow hob to: predict the size of the generated image, more accurately reflect the built image contents, etc. This will likely involve generating data on the autobuilder which the UI can fetch and consume (with local caching for offline usage)||2||Review||||||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||We\&#039;re still seeing people being forced to cleansstate too often, we need to finish up and enable the PR server so the checksummed sstate future can live||2||Review||||||1.2||http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/1272/focus=1357 http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/835/focus=852&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||Implement the mechanism described in Section 1.2. BSP \&#039;Click-Through\&#039; Licensing Procedure in the BSP Developer\&#039;s Guide||2||Review||Tom||Tom||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||I created an initial hack of a recipe for this for the demo - finish it up (involves licensing issues (click-through license support would be a prerequisite) as well)||2||Review||Tom||Tom||1.2||50% done already&lt;br /&gt;
|- &lt;br /&gt;
| BSPs or layers for a specific category of devices || This will demonstrate the value of Yocto to developers and help them get up to speed quicker for this category of devices. ||2||Review||Dirk/Dave/Andy||TBD||1.2||&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3348</id>
		<title>Yocto 1.2 Features</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_1.2_Features&amp;diff=3348"/>
		<updated>2011-09-08T20:16:20Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Usebility */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Potential Yocto Project 1.2 Features ==&lt;br /&gt;
Yocto Project 1.2 - Target release = April 2012&lt;br /&gt;
&lt;br /&gt;
== Yocto Project 1.2 Themes ==&lt;br /&gt;
The topics below are the themes that some members of the team have started brainstorming for Yocto Project v1.2.  These will be improved with community input.&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Objectives ===&lt;br /&gt;
The objectives of the Yocto 1.2 release are to ... [TBD]&lt;br /&gt;
&lt;br /&gt;
=== Yocto Project 1.2 Theme List ===&lt;br /&gt;
The Yocto Project 1.2 Themes towards the Objectives listed above are:&lt;br /&gt;
&lt;br /&gt;
* Theme 1&lt;br /&gt;
* Theme 2&lt;br /&gt;
* Theme 3&lt;br /&gt;
&lt;br /&gt;
== Process for Entering New Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
* Create a new entry in the appropriate feature table below (Poky, SDK, Hardware)&lt;br /&gt;
** Suggestion:  start by copying an existing request as a template&lt;br /&gt;
* Give the feature a short, descriptive name&lt;br /&gt;
* Provide a one or two sentence brief description of the feature&lt;br /&gt;
* Set the priority as appropriate (see the legend below)&lt;br /&gt;
* Set the Status to &amp;quot;Review&amp;quot;&lt;br /&gt;
* In the Source field, enter your name along with the origination of the request (e.g. OSV, OEM, Community) if applicable; provide as much detail here as you can&lt;br /&gt;
* In the Comments / Bugzilla field, provide any additional information for the request, such as a link to a bugzilla entry&lt;br /&gt;
* Preview your Entry to make sure it looks ok and then save it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legend&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Priority:&#039;&#039;&#039;  1 = Must Have, 2 = Nice to Have, 3 = Optional&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Status:&#039;&#039;&#039; Accept = Engineering agreement to include in release, Review = Under Review for Inclusion in this release, Reject = Will not be included in this release&lt;br /&gt;
== Sample Table ==&lt;br /&gt;
&lt;br /&gt;
This is a sample table to show how to submit features.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
||&#039;&#039;&#039;Feature Name&#039;&#039;&#039; ||&#039;&#039;&#039;Description&#039;&#039;&#039; ||&#039;&#039;&#039;Priority&#039;&#039;&#039; ||&#039;&#039;&#039;Status&#039;&#039;&#039; ||&#039;&#039;&#039;Source&#039;&#039;&#039; ||&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||Placeholder feature name || Placeholder description of the feature || 1, 2, or 3 || Review|| name|| Comment&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| build appliance||Intended for developers to very easily &amp;quot;Check it out&amp;quot; and do a Yocto Project build with minimal pain. Should be a virtual image of a desktop OS which will boot into HOB and offer a terminal or an app to deploy resulting images to media or to run QEMU.||1||Review||davest/tracey/RP||TBD||See here for [[Build Appliance Design]]&lt;br /&gt;
|-&lt;br /&gt;
| Web Hob||Add a web interface for Hob, perhaps similar to SuSE Studio. This is for both local (non-network) builds as well as network. Would require us to have a web server package installed of course for local builds.||1||Review||davest/tracey/RP||TBD||xx&lt;br /&gt;
|-&lt;br /&gt;
| Hob improvements||Update Hob with performance improvements and improvements to package disabling||1||Review||davest/tracey/RP||TBD||xx&lt;br /&gt;
|-&lt;br /&gt;
| Support for non-developers||Create clear instructions for how a Windows user can take an example image from the YP web site and deploy it to a board. Assume no Linux knowledge. These instructions should be applicable in example images in BSPs ||1||Review||davest/tracey/RP||TBD||xx&lt;br /&gt;
|-&lt;br /&gt;
| Firewall / Proxy handling in git||Develop a git plugin which will fall back to tunneling through HTTP if the git:// interface will not work because it is blocked by a firewall and the correct proxy is not set up. ||1||Review||davest/tracey/RP||TBD||xx&lt;br /&gt;
|-&lt;br /&gt;
| Build Yocto behind firewall - implementation||||2||Dev||Dave||Darren/Joshua||Yocto 1.2, from 1.1, the above one seems to be part of this.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Core/Bitbake ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Web-based Image Creator||Create a web-based interface that does what the Image Creator does.||2.5||Review||LCS||Jason Kridner?||1.2||Yocto 1.2 - depends on Image Creator completing&lt;br /&gt;
|-&lt;br /&gt;
| Recipe-specific sysroot||||3||Review||from 1.0||Saul (Dongxiao)||1.2||Yocto 1.2 (1 month task)&lt;br /&gt;
|-&lt;br /&gt;
| Handle old versions in WORKDIR||||3||Review||from 1.0||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Executable images||Create images that are executable - for example a pre-installed Ubuntu image with YP installed||3||Review||LCS||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Self-hosting image||Create customizable chroot; Build an image that would be self-hosting||2.5||Review||LCS||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Yocto OOPS-type messages||add the equivalent of kernel OOPS to Yocto||2.5||Review||LCS||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Reduced depth revision history||Decrease the depth of the revision history||3||Review||LCS||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Ability to archive work dir||Add the ability to archive the work directory to handle the GPL compliance issue.||3||Review||LCS||||1.2||Yocto 1.2, On Janitor\&#039;s list&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QA Items ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Patch Test System||Create a machine where developers can upload/test patches before submitting them to master to ensure builds won\&#039;t break when patches are added. (developer autobuilders? Fuzz builds?)||2||Review||Team||Jiajun||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Open Source Test Cases||Perform technical, legal, and QA steps necessary to move test cases into open source.||3||Review||QA||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Start a framework for automated BSP testing||Build-testing is only half the job of BSP testing, and new BSP development is and will be ramping up even more rapidly soon. We need to start building a framework to make as much of this as automated as possible. Phase I, what we can complete for 1.2, should be the ability to load an image from the autobuilder and make it ready for booting, or actually boot it, on a given target. It would be good to use systems running Yocto images as much as possible for this.||2||Review||Tom||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Test framework||this is a test framework that we can include in the distribution||3||Review||RP Notes||||1.2||Yocto 1.2 - Is it the TI’s test framework we discussed before?  A:  Not necessarily, we\&#039;re still waiting for someone to step up and really take ownership of this area but it needs some resource commitment as its not a simple task. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Meta Data ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Replacement for video/audio players currently in Yocto||Codec…||3||Review||Meta-data||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Investigate New UI||For demos, we would like need a reference UI that is not Sato. Investigate possibilities that the Yocto team won\&#039;t need to maintain. OpenBox? Gnome-desktop? GP? LXDE? KDE Mobile?||3||Review||Meta-data||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Qemugl upstreaming||Opengl ES Support||3||Review||Meta-data||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| selinux patch integration||add SE Linux patches in a similar way to PAM||3||Review||Meta-data||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| build statistics reporting||As someone interested in how long it takes to build different images on different hardware configurations and other assorted build metrics, I would like a web based service, that takes output generated by an extended buildstats.bbclass and stores it, to compare against different machines. The end result should be a way to visualize the collected data. See: https://wiki.yoctoproject.org/wiki/Yocto_Buildbot_Autobuilder_Discussions||2||M3, Sprint A||eflanagan/Jay7/ka6sox||Beth/Jay||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Framework to support multiple library versions co-existing||similar to recipe specific sysroot; needs documentation||3||Review||Team||Saul (Dongxiao?)||1.2||Yocto 1.2 -  we just need to document how to use multiple versions of a library using clutter as the example&lt;br /&gt;
|-&lt;br /&gt;
| Embedded java environment or even JDK support||||3||Review||Team||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Target module build||Allow for building kernel modules on the target device||2||Review||RP Notes||Darren||1.2||Yocto 1.2, On Janitor\&#039;s list&lt;br /&gt;
|-&lt;br /&gt;
| gtk+ sato filechooser patch||||3||Review||RP Notes||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| sato refresh||||3||Review||RP Notes||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Sanity checks on per recipe basis||||2||Accept||RP Notes Bug#405||Saul (Scott G)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| perf scripting\&#039; integration||Make it easy and convenient for the user to write and execute \&#039;perf scripts\&#039; from the IDE. We should be able to leverage and build on the Systemtap integration for this.||2||Dev||Tom||Jessica/Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Add Directfb（license LGPL） function||Directfb is more appropriate embedded device than other graphic software||3||Moved from M1||Meta-data||WR Distro team||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Autobuilder ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder layer support||||2||||Beth||Beth||1.2||2 weeks&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder split of nightly (really an M4 task) few days license.bbclass refactor||||2||||Beth||Beth||1.2||1 week&lt;br /&gt;
|-&lt;br /&gt;
| buildstats memory measurements||||2||||Beth||Beth||1.2||1 week and half&lt;br /&gt;
|-&lt;br /&gt;
| license manifest||||2||||Beth||Beth||1.2||1 week&lt;br /&gt;
|-&lt;br /&gt;
| autobuilder release checkbox (running a yocto release right from the autobuilder)||||2||||Beth||Beth||1.2||2 weeks&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== BSPs ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| AMT driver integration||incorporate Linux AMT into the Yocto BSPs||||||||||1.2||Intel&lt;br /&gt;
|-&lt;br /&gt;
| BSP update/intro||determine and integrate / create arch reference BSPs (e500, Cortex, ARM, MIPs)||2||Dev||Bruce/Richard/team||Bruce||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ADT == &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Enhance the deploy part in remote debug||ADT is currently using org.eclipse.cdt.remote.launch for remote debug. One limitation in this plug-in is that it can only deploy one single file to the target during the debug. Though it is ok for debugging static linked program, debugging dynamic linked program might require deploying multiple files(including executables and libraries) to the target.||2||Review||Lianhao||Jessica||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Secure login||||2||Review||ADT Team||Jessica||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Prebuit SDK integration||speedup target image generation by reusing prebuilt tools from SDK native and target binaries. See: http://wiki.secretlab.ca/Yocto_prebuilt_SDK_integration||2||Reject||Adrian||Jessica||1.2||Yocto 1.2 - This functionality looks to have been provided by sstate packages?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Various Demo Videos||The idea here is to create screen-capture type tutorials similar to what exists for the ADT Eclipse Plug-in. However, we want to contract out some help for professional voice-over talent to be used with the images. These don\&#039;t have to be limited to screen-capture material but could include well-done PPT decks - similar to how other business units in Intel create various training modules. For 1.1 it would be good to capture the script for the existing ADT Eclipse Plug-in module and have it voiced over. Also, for 1.1 it would be good to create a similar module for the Image Creator application.||2||Not Started||From ADT module and scratch||ScottR||1.2||Q3 at the earliest&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Performance &amp;amp; usability ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| POSIX support||address POSIX failures found in 1.1||2||Review||Team||||1.2||Yocto 1.2, On Janitor\&#039;s list&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Minimal Image unique||make minimal image smaller||3||Accept||Team||WR Distro Team||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: tuna, oscilloscope recipes||This might be more useful with the increased importance of RT||3||Review||from 1.0||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Kernel Tools||Implement plan for kernel tools||2||Dev (20%)||Bruce/Mark||Bruce||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| use cases||BSP config streamlining, building the kernel standalone, yoctoization, meta data sharing||1||Accept||Bruce||Bruce||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| kernel bloat - development||target = boot a minimal image in &amp;lt; 8M - development complete||1||Dev||Darren||Darren||1.2||Yocto 1.2, from 1.1, continuation needed?&lt;br /&gt;
|-&lt;br /&gt;
| Fast boot time||2 second boot time target||1||Dev||Team||Darren||1.2||Yocto 1.2, from 1.1, continuation needed?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Project-wide Features ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Feature Name&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Priority&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Source&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Owner&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Due&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Comments / Bugzilla Links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| LayerTooling – remote layer tool||Consider integrating Jeremy Puhlman\&#039;s remote layers patch||2||Community||Paul||1.2||||&lt;br /&gt;
|-&lt;br /&gt;
| running post installs at rootfs gen time||||2||Review||RP Notes||Saul (Dexuan)||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Clean up warning messages||A build that runs correctly to completion still includes a ton of WARNING messages. We need a project to clean these up. Beth will work on License Warnings, team will look at other logfile warnings||2||Review||Dave &amp;amp; RP||Saul||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lib - 11||Directly support multlibs within the toolchain itself [post 1.1] ||2||||RP||Ke||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lib - 8||Add support to RPM packaging backend to turn modified package names into true rpm multilib packages||1||||RP||Mark||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lib - 7||Investigate better TARGET_VENDOR handling for config.sub. Currently we can only have ARCH-VENDOR-linux where VENDOR cannot contain \&amp;quot;-\&amp;quot;  but it might be possible to relax that constraint [not high priority]. ||2||Review||RP||Ke||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Multi-lib - 6||Create some \&amp;quot;standard\&amp;quot; multilib configurations (x86 32+64 bit)||1||Review||RP||Ke||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Patchwork||is it worth the overhead, are there alternatives||3||Review||RP Notes||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Bugzilla to Wiki||Create a script which automatically populates and updates the Wiki based on changes in bugzilla.||2.5||Review||Darren||||1.2||Yocto 1.2&lt;br /&gt;
|-&lt;br /&gt;
| Sync qemugl with MeeGo - Implementation||sync qemugl with MeeGo is complete||2||Dev (70%)||Meta-data||Saul (Edwin)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Tracing/profiling HOWTOs||Create a document or extend the current Yocto tracing wiki page to explain in detail how to use all the tracing tools in Yocto. It should detail not only how to use each tool individually, but also how to use them in conjunction with each other, highlighting situations in which each is most useful. There should also be some extensive worked examples of real-life use-cases and how they could be investigated using the Yocto tracing/profiling tools.||2||Accept||Tom||Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Error handling in bitbake (Implementation): Stage 2||Performance improvement (gather input from community on use cases)||1||Dev||RP Notes||Saul (Scott G)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| btrfs||Kernel enabling||2||Dev||Meta-data||Saul (Nitin)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| replace qemuppc||||||||||Bruce||1.2||Come from bug 414&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo GPLv2 Sync||compare with Yocto, sync any patches||2||Accept||RP Notes||Saul (Ke)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Package Documentation Audit:  All recipes build||31 recipes were identified as not building during the package documentation audit done in M1, Sprint B.  Those all need to build and we need to re-run a new package documentation audit.||2||Accept||Team||Scott G||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: Systemtap usability in Yocto||Right now, there are instructions on the wiki on how to configure and use Systemtap with Yocto. While straightforward, they are tedious and unlikely to be useful to most people pressed for time. We need to make it easier to use - in addition to documentation/HOWTO tasks listed elsewhere on this page, we need to make it usable \&#039;out of the box\&#039; (i.e. outside of ADT) e.g. all paths and configuration handled via script or something similar||2||Accept||Tom||Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: create separate recipe for perf||Perf is currently built as part of the kernel build. If we want to make use of everything perf has to offer we should get rid of the dependency. For example, the kernel build shouldn\&#039;t depend on libnewt, and x32 shouldn\&#039;t have to deal with embedded Python||2||Review||Tom||Tom||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Tracing: perf trace scripting support||Basically this means allowing perf to be built with the Perl and Python bindings, which turned out to be a headache last time.||2||Dev (50%)||from 1.0||Tom||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Monitor disk availability||Monitor disk availability and warn the user if it is running low. May only focus on a few directories, for example: poky/build and poky/build/downloads, this would solve the multiple mount point problem||2||Review||RP and Robert||WR Distro Team (Robert)||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Ability to build SRPM||||3||Accept||RP Notes||Jeff Polk/Mark||1.2||Yocto 1.2, from 1.1&lt;br /&gt;
|-&lt;br /&gt;
| Classes to help install binary packages||It\&#039;s been suggested that it would be a useful feature to be able to easily take an RPM or similar containing a software binary from a 3rd party software vendor and integrate it into an image created by the build system.||2||Review||||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Host intrusion prevention||We have Swabber but it\&#039;s not integrated into our process. I believe this is because there are several recipes which don\&#039;t work when run under strace with parallelisation. We should determine a path for inclusion of swabber into our process and execute on it so that we can be aware of, and fix, any host intrusion issues.||2||Review||||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Security layer||Many of our users are likely to want to use kernel level security mechanisms and so I\&#039;d like to investigate supporting one of the in-kernel LSM (Linux Security Modules), possibly SMACK as used in MeeGo, and adding policy to the oe-core metadata. The LSM, policy and user-space tools could all be enabled via a distro feature. This work may well want to be in a separate layer?||2||Review||Joshua||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Factory reset||Implement a factory reset image feature. We\&#039;ll use one of the union mount technologies (aufs/overlayfs/union mounts) to create an overlay on the file system as the final piece of rootfs creation. The overlaid file-system will be the target of all writes made to the image after the image is generated. A user-space mechanism to disable the overlay, and therefore reset to the state of the image just after it was created, will also be provided. This feature could be further enhanced by integrating with the package manager, and other user-space switches, to create system restore points which can later be rolled back to.||2||Review||Joshua||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Gstreamer||Refactor gstreamer recipes to better support COMMERCIAL_LICENSE and enabling/disabling of various codecs and features||2||Review||||||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=923&lt;br /&gt;
|-&lt;br /&gt;
| Init||Interest in systemd as a replacement for Sys V init is growing but it may not be appropriate for deeply embedded systems. I\&#039;d like to investigate a crop of service based and process monitoring init systems and compare them on a variety of criteria as determined by the community. Furthermore I would like to investigate supporting multiple init systems, the current SysV system, systemd and possibly others. As part of this work, and because increasingly many upstreams support systemd (no doubt thanks to its adoption in Fedora) I would like to investigate implementing some infrastructure which translates from systemd units to the appropriate init format for the supported init systems.||2||Review||||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Enhance Automated QA Tests||Add tests for the RT pieces, consider run-time security checking tools used by Fedora and Gentoo||2||Review||||||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Collect data at build time to increase accuracy of estimation (hob)||Collect data at build time to allow hob to: predict the size of the generated image, more accurately reflect the built image contents, etc. This will likely involve generating data on the autobuilder which the UI can fetch and consume (with local caching for offline usage)||2||Review||||||1.2||http://bugzilla.pokylinux.org/show_bug.cgi?id=1316&lt;br /&gt;
|-&lt;br /&gt;
| Finish and enable PR server||We\&#039;re still seeing people being forced to cleansstate too often, we need to finish up and enable the PR server so the checksummed sstate future can live||2||Review||||||1.2||http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/1272/focus=1357 http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/835/focus=852&lt;br /&gt;
|-&lt;br /&gt;
| Provide a click through license mechanism||Implement the mechanism described in Section 1.2. BSP \&#039;Click-Through\&#039; Licensing Procedure in the BSP Developer\&#039;s Guide||2||Review||Tom||Tom||1.2||&lt;br /&gt;
|-&lt;br /&gt;
| Finish Oracle/Sun Hotspot JDK/JRE support||I created an initial hack of a recipe for this for the demo - finish it up (involves licensing issues (click-through license support would be a prerequisite) as well)||2||Review||Tom||Tom||1.2||50% done already&lt;br /&gt;
|- &lt;br /&gt;
| BSPs or layers for a specific category of devices || This will demonstrate the value of Yocto to developers and help them get up to speed quicker for this category of devices. ||2||Review||Dirk/Dave/Andy||TBD||1.2||&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=3333</id>
		<title>BitBake/GUI/Hob</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=3333"/>
		<updated>2011-09-06T19:12:48Z</updated>

		<summary type="html">&lt;p&gt;Joshual: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hob-010711.png]]&lt;br /&gt;
&lt;br /&gt;
The purpose of the tool is to allow the user to create and build a custom image as well as enabling parameters of the build to be configured.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried to apply the principle of least surprise and tried to make the app fit in on a Gnome desktop by following their HIG. One possibly unexpected outcome of this is that you modify Preferences which equate to values in local.conf&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-Preferences.png]]&lt;br /&gt;
&lt;br /&gt;
See planned and unplanned tasks for the hob at the [[BitBake/GUI/WorkInProgress|WIP]] page.&lt;br /&gt;
&lt;br /&gt;
There&#039;s even a Yocto bugzilla component for the &#039;image creator&#039;:&lt;br /&gt;
http://bugzilla.yoctoproject.org/buglist.cgi?product=Build%20System&amp;amp;component=HOB&amp;amp;resolution=---&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=3332</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=3332"/>
		<updated>2011-09-06T16:01:40Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Unplanned extra features - schedule at next map day */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; this page is for tracking imminent/in progress work.&lt;br /&gt;
&lt;br /&gt;
== Unplanned extra features - schedule at next map day ==&lt;br /&gt;
* (Re-)Enable removal of packages http://bugzilla.yoctoproject.org/show_bug.cgi?id=1450&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Add GUI to set mirror variables (SSTATE, PREMIRROR, ?)&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=3331</id>
		<title>BitBake/GUI</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=3331"/>
		<updated>2011-09-06T16:00:57Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Current GUI&amp;#039;s */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Thanks to BitBake&#039;s client/server split there are several possibilities for graphical interaction with BitBake. At this time most development effort is being put into the hob GUI, which aims to be a general-purpose graphical tool for interactive BitBake sessions. &lt;br /&gt;
&lt;br /&gt;
== Current GUI&#039;s ==&lt;br /&gt;
There are currently three GUI&#039;s in BitBake, the most recent of which is in the &amp;quot;extremely prototype&amp;quot; phase of development.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;depexp&#039;&#039;&#039; - a graphical dependency explorer&lt;br /&gt;
use-case: view task dependencies in an interactive GUI&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -g -u depexp &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;goggle&#039;&#039;&#039; - a graphical build viewer &lt;br /&gt;
use-case: watch build progress using a GUI, potentially easier to follow than terminal output&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -u goggle &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[BitBake/GUI/Hob|hob]]&#039;&#039;&#039; - a graphical image creator&lt;br /&gt;
use-case: create custom images without having to edit files by hand&lt;br /&gt;
&lt;br /&gt;
run with the wrapper script from a sourced build directory: hob&lt;br /&gt;
(this runs: &#039;bitbake -r conf/hob-pre.conf -R conf/hob-post.conf -u hob&#039; after ensuring the passed configuration files exist)&lt;br /&gt;
&lt;br /&gt;
== Ideas? ==&lt;br /&gt;
Ideas for future GUI work are being collected [[BitBake/GUI/Future|here]]&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=3330</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=3330"/>
		<updated>2011-09-06T15:59:57Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Unplanned extra features - schedule at next map day */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; this page is for tracking imminent/in progress work.&lt;br /&gt;
&lt;br /&gt;
== Unplanned extra features - schedule at next map day ==&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Add GUI to set mirror variables (SSTATE, PREMIRROR, ?)&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=3329</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=3329"/>
		<updated>2011-09-06T15:59:44Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* M2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; this page is for tracking imminent/in progress work.&lt;br /&gt;
&lt;br /&gt;
== Unplanned extra features - schedule at next map day ==&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** pastebin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Add GUI to set mirror variables (SSTATE, PREMIRROR, ?)&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=3328</id>
		<title>BitBake/GUI</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=3328"/>
		<updated>2011-09-06T15:59:22Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Current GUI&amp;#039;s */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Thanks to BitBake&#039;s client/server split there are several possibilities for graphical interaction with BitBake. At this time most development effort is being put into the hob GUI, which aims to be a general-purpose graphical tool for interactive BitBake sessions. &lt;br /&gt;
&lt;br /&gt;
== Current GUI&#039;s ==&lt;br /&gt;
There are currently three GUI&#039;s in BitBake, the most recent of which is in the &amp;quot;extremely prototype&amp;quot; phase of development.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;depexp&#039;&#039;&#039; - a graphical dependency explorer&lt;br /&gt;
use-case: view task dependencies in an interactive GUI&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -g -u depexp &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;goggle&#039;&#039;&#039; - a graphical build viewer &lt;br /&gt;
use-case: watch build progress using a GUI, potentially easier to follow than terminal output&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -u goggle &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[BitBake/GUI/Hob|hob]]&#039;&#039;&#039; - a graphical image creator&lt;br /&gt;
use-case: create custom images without having to edit files by hand&lt;br /&gt;
&lt;br /&gt;
Note: There&#039;re two major known issues that are actively being worked on which exists in the latest M2 release:&lt;br /&gt;
1. User have to do a commandline build before able to use hob to generate rootfs&lt;br /&gt;
2. In general, deselect packages for customization is broken so don&#039;t try to use it&lt;br /&gt;
&lt;br /&gt;
Overall, hob is still under rigorous development and bug fixes, this is just an alpha-release which mainly for people to have a look and feel about it.&lt;br /&gt;
&lt;br /&gt;
run with the wrapper script from a sourced build directory: hob&lt;br /&gt;
(this runs: &#039;bitbake -r conf/hob-pre.conf -R conf/hob-post.conf -u hob&#039; after ensuring the passed configuration files exist)&lt;br /&gt;
&lt;br /&gt;
== Ideas? ==&lt;br /&gt;
Ideas for future GUI work are being collected [[BitBake/GUI/Future|here]]&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=2846</id>
		<title>Poky/GettingStarted/Dependencies</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Poky/GettingStarted/Dependencies&amp;diff=2846"/>
		<updated>2011-07-19T22:41:43Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* CentOS */ mention EPEL for git, etc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Fedora ==&lt;br /&gt;
&lt;br /&gt;
To run Poky on Fedora (tested on F13 and F14) you will need to install the following dependencies:&lt;br /&gt;
&lt;br /&gt;
yum install patch gcc gcc-c++ texinfo wget diffstat texi2html makeinfo cvs svn mercurial chrpath git help2man&lt;br /&gt;
&lt;br /&gt;
If you want to build qemu you will also need&lt;br /&gt;
&lt;br /&gt;
yum install SDL-devel mesa-libGLU-devel mesa-libGL-devel&lt;br /&gt;
&lt;br /&gt;
== CentOS ==&lt;br /&gt;
&lt;br /&gt;
To run Poky on CentOS (tested on CentOS 5.5) you will need to follow several steps.&lt;br /&gt;
&lt;br /&gt;
Firstly, Poky requires a more recent (2.6) version of Python than is shipped with CentOS. To enable use of Poky in a non-intrusive manner the Yocto project provides a standalone Python tarball.&lt;br /&gt;
&lt;br /&gt;
Grab the appropriate python-nativesdk-standalone from http://autobuilder.yoctoproject.org/downloads/miscsupport/&lt;br /&gt;
&lt;br /&gt;
Add the python directory to your PATH;&lt;br /&gt;
/opt/poky/sysroots/x86_64-pokysdk-linux/usr/bin/python&lt;br /&gt;
or&lt;br /&gt;
/opt/poky/sysroots/i586-pokysdk-linux/usr/bin/python&lt;br /&gt;
&lt;br /&gt;
Next you will need to install the required package dependencies, some of these are not available in CentOS 5.x systems so you will need to add the Fedora Extra Packages for Enterprise Linux (EPEL) yum repositories https://fedoraproject.org/wiki/EPEL:&lt;br /&gt;
&lt;br /&gt;
yum groupinstall &amp;quot;Development Tools&amp;quot;&lt;br /&gt;
&lt;br /&gt;
yum install patch diffstat texi2html texinfo cvs subversion hg chrpath git help2man wget&lt;br /&gt;
&lt;br /&gt;
If you want to use qemu you will also need:&lt;br /&gt;
&lt;br /&gt;
yum install SDL-devel mesa-libGL-devel mesa-libGLU-devel&lt;br /&gt;
&lt;br /&gt;
Finally CentOS on x86_64 hosts includes 32bit glibc, Poky will try and build various tools with both 32bit and 64bit compatability. You can either enable this to proceed by installing the headers for 32bit glibc:&lt;br /&gt;
yum install glibc-devel.i386 &lt;br /&gt;
or alternatively you can disable the 32bit library support by adding &#039;&#039;NO32LIBS = &amp;quot;1&amp;quot;&#039;&#039; in your local.conf&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=2609</id>
		<title>BitBake/GUI/Hob</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=2609"/>
		<updated>2011-07-02T00:17:00Z</updated>

		<summary type="html">&lt;p&gt;Joshual: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hob-010711.png]]&lt;br /&gt;
&lt;br /&gt;
The purpose of the tool is to allow the user to create and build a custom image as well as enabling parameters of the build to be configured.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried to apply the principle of least surprise and tried to make the app fit in on a Gnome desktop by following their HIG. One possibly unexpected outcome of this is that you modify Preferences which equate to values in local.conf&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-Preferences.png]]&lt;br /&gt;
&lt;br /&gt;
See planned and unplanned tasks for the hob at the [[BitBake/GUI/WorkInProgress|WIP]] page.&lt;br /&gt;
&lt;br /&gt;
There&#039;s even a Yocto bugzilla component for the &#039;image creator&#039;:&lt;br /&gt;
http://bugzilla.yoctoproject.org/buglist.cgi?product=Build%20System&amp;amp;component=image%20creator&amp;amp;resolution=---&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/PostOneOh&amp;diff=2608</id>
		<title>BitBake/GUI/PostOneOh</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/PostOneOh&amp;diff=2608"/>
		<updated>2011-07-02T00:15:55Z</updated>

		<summary type="html">&lt;p&gt;Joshual: moved BitBake/GUI/PostOneOh to BitBake/GUI/WorkInProgress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[BitBake/GUI/WorkInProgress]]&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2607</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2607"/>
		<updated>2011-07-02T00:15:55Z</updated>

		<summary type="html">&lt;p&gt;Joshual: moved BitBake/GUI/PostOneOh to BitBake/GUI/WorkInProgress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; this page is for tracking imminent/in progress work.&lt;br /&gt;
&lt;br /&gt;
=== M2 ===&lt;br /&gt;
* inject a local directory into BBPATH and use buildTasks rather than buildFile to ensure the native dependencies added by image.bbclass are correctly built.&lt;br /&gt;
&lt;br /&gt;
== Unplanned extra features - schedule at next map day ==&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** pastebin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Add GUI to set mirror variables (SSTATE, PREMIRROR, ?)&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2606</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2606"/>
		<updated>2011-07-02T00:15:33Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Update for current state 01/07/11&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; this page is for tracking imminent/in progress work.&lt;br /&gt;
&lt;br /&gt;
=== M2 ===&lt;br /&gt;
* inject a local directory into BBPATH and use buildTasks rather than buildFile to ensure the native dependencies added by image.bbclass are correctly built.&lt;br /&gt;
&lt;br /&gt;
== Unplanned extra features - schedule at next map day ==&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** pastebin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Add GUI to set mirror variables (SSTATE, PREMIRROR, ?)&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=2605</id>
		<title>BitBake/GUI/Hob</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=2605"/>
		<updated>2011-07-02T00:05:43Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Update to be a generic landing page for the image creator&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hob-010711.png]]&lt;br /&gt;
&lt;br /&gt;
The purpose of the tool is to allow the user to create and build a custom image as well as enabling parameters of the build to be configured.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried to apply the principle of least surprise and tried to make the app fit in on a Gnome desktop by following their HIG. One possibly unexpected outcome of this is that you modify Preferences which equate to values in local.conf&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-Preferences.png]]&lt;br /&gt;
&lt;br /&gt;
There are several issues with the GUI as is that I will be working on next, as well as some extra features that I am intending to implement in the coming weeks.&lt;br /&gt;
&lt;br /&gt;
There&#039;s even a Yocto bugzilla component for the &#039;image creator&#039;:&lt;br /&gt;
http://bugzilla.yoctoproject.org/buglist.cgi?product=Build%20System&amp;amp;component=image%20creator&amp;amp;resolution=---&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=File:Hob-010711.png&amp;diff=2604</id>
		<title>File:Hob-010711.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=File:Hob-010711.png&amp;diff=2604"/>
		<updated>2011-07-02T00:03:37Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Screenshot of the Hob in use&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot of the Hob in use&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=2603</id>
		<title>BitBake/GUI</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=2603"/>
		<updated>2011-07-01T23:46:40Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Current GUI&amp;#039;s */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Thanks to BitBake&#039;s client/server split there are several possibilities for graphical interaction with BitBake. At this time most development effort is being put into the hob GUI, which aims to be a general-purpose graphical tool for interactive BitBake sessions. &lt;br /&gt;
&lt;br /&gt;
== Current GUI&#039;s ==&lt;br /&gt;
There are currently three GUI&#039;s in BitBake, the most recent of which is in the &amp;quot;extremely prototype&amp;quot; phase of development.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;depexp&#039;&#039;&#039; - a graphical dependency explorer&lt;br /&gt;
use-case: view task dependencies in an interactive GUI&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -g -u depexp &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;goggle&#039;&#039;&#039; - a graphical build viewer &lt;br /&gt;
use-case: watch build progress using a GUI, potentially easier to follow than terminal output&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -u goggle &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[BitBake/GUI/Hob|hob]]&#039;&#039;&#039; - a graphical image creator&lt;br /&gt;
use-case: create custom images without having to edit files by hand&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -u hob&lt;br /&gt;
&lt;br /&gt;
== Ideas? ==&lt;br /&gt;
Ideas for future GUI work are being collected [[BitBake/GUI/Future|here]]&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/CurrentState&amp;diff=2602</id>
		<title>BitBake/GUI/CurrentState</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/CurrentState&amp;diff=2602"/>
		<updated>2011-07-01T23:45:30Z</updated>

		<summary type="html">&lt;p&gt;Joshual: moved BitBake/GUI/CurrentState to BitBake/GUI/Hob&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[BitBake/GUI/Hob]]&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=2601</id>
		<title>BitBake/GUI/Hob</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=2601"/>
		<updated>2011-07-01T23:45:30Z</updated>

		<summary type="html">&lt;p&gt;Joshual: moved BitBake/GUI/CurrentState to BitBake/GUI/Hob&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
The purpose of the tool is to allow the user to create and build a custom image as well as enabling parameters of the build to be configured.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried to apply the principle of least surprise and tried to make the app fit in on a Gnome desktop by following their HIG. One possibly unexpected outcome of this is that you modify Preferences which equate to values in local.conf&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-Preferences.png]]&lt;br /&gt;
&lt;br /&gt;
There are several issues with the GUI as is that I will be working on next, as well as some extra features that I am intending to implement in the coming weeks.&lt;br /&gt;
&lt;br /&gt;
Issues:&lt;br /&gt;
* I wanted to allow users to store recipes for their newly created images on disk and buildFile didn&#039;t seem to work as expected (only building the rootfs of the image and complaining when packages where missing, rather than building all dependencies then the rootfs) so I hacked a temporary alternative entry point to the program bitbake-commander (I know we have a program using this name already, which is fine because I don&#039;t want this entry point to last).&lt;br /&gt;
&lt;br /&gt;
I want to remove this entry point but first need to figure out a way to be able to modify layers and re-parse with the new layers&#039; contents. Hacking in this entry point enabled me to remain focused on the actual GUI whilst I worked out interaction models.&lt;br /&gt;
&lt;br /&gt;
This entry points shows a &amp;quot;workspace selector&amp;quot; dialog (like Eclipse&#039;s) and once the user selects/creates a workspace layer it is added to the bblayers.conf file and BitBake is then started.&lt;br /&gt;
&lt;br /&gt;
[[File:Hob-workspace-selector.png]]&lt;br /&gt;
&lt;br /&gt;
* In a similar vein I implemented a layer editor which helps the user set up bblayers.conf, however the layer parsing and setting of BBPATH, etc is done really early in the cooker initialisation. I need to work out a clean way to allow modifying the bblayers.conf and having those changes reflected in the UI without having to restart the GUI (i.e: triggering a re-parse of the metadata).&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-Layers.png]]&lt;br /&gt;
&lt;br /&gt;
* As alluded to above I was hoping I&#039;d just be able to create files and use the buildFile command to build the image rather than having the workspace layer but as mentioned above calling the buildFile command didn&#039;t seem to handle building the images contents, instead the build would just go straight to rootfs generation and bail with missing packages.&lt;br /&gt;
Furthermore I think using buildTargets is the right solution so that the user can build a cross toolchain and rootfs from the same GUI.&lt;br /&gt;
&lt;br /&gt;
I&#039;m aware that the coding style is all over, I had started out carryin on with the gtk+ coding style of the other files in lib/bb/ui/crumbs but I think I will end up switching the coding style of everything in lib/bb/ui to be consistent with the rest of BitBake.&lt;br /&gt;
&lt;br /&gt;
Feedback, particularly on the areas above marked as issues, is extremely welcome.&lt;br /&gt;
&lt;br /&gt;
I&#039;m trying to keep an up-to-date To Do list at: https://wiki.yoctoproject.org/wiki/BitBake/GUI/PostOneOh&lt;br /&gt;
&lt;br /&gt;
I&#039;ve also started to track possible future GUI work:&lt;br /&gt;
https://wiki.yoctoproject.org/wiki/BitBake/GUI/Future&lt;br /&gt;
&lt;br /&gt;
The current state of the code is in my josh/hob branch on poky-contrib:&lt;br /&gt;
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=josh/hob&lt;br /&gt;
&lt;br /&gt;
(Being more explicit the patch with HACK HACK HACK as the subject is one I&#039;m not at all happy with and the patch with WIP WIP WIP as the subject is one which certainly needs more work.)&lt;br /&gt;
&lt;br /&gt;
There&#039;s even a Yocto bugzilla component for the &#039;image creator&#039;:&lt;br /&gt;
http://bugzilla.yoctoproject.org/buglist.cgi?product=Build%20System&amp;amp;component=image%20creator&amp;amp;resolution=---&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=2600</id>
		<title>BitBake/GUI</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=2600"/>
		<updated>2011-07-01T23:45:21Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Current GUI&amp;#039;s */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Thanks to BitBake&#039;s client/server split there are several possibilities for graphical interaction with BitBake. At this time most development effort is being put into the hob GUI, which aims to be a general-purpose graphical tool for interactive BitBake sessions. &lt;br /&gt;
&lt;br /&gt;
== Current GUI&#039;s ==&lt;br /&gt;
There are currently three GUI&#039;s in BitBake, the most recent of which is in the &amp;quot;extremely prototype&amp;quot; phase of development.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;depexp&#039;&#039;&#039; - a graphical dependency explorer&lt;br /&gt;
use-case: view task dependencies in an interactive GUI&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -g -u depexp &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;goggle&#039;&#039;&#039; - a graphical build viewer &lt;br /&gt;
use-case: watch build progress using a GUI, potentially easier to follow than terminal output&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -u goggle &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[BitBake/GUI/Hob|hob]]&#039;&#039;&#039; - a graphical image creator&lt;br /&gt;
use-case: create custom images without having to edit files by hand&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -u hob&lt;br /&gt;
&lt;br /&gt;
If you play with Hob please remember it&#039;s not finised yet and report any bugs you find in the [http://bugzilla.pokylinux.org/enter_bug.cgi?product=Build%20System Build System bug tracker] under the &amp;quot;image creator&amp;quot; component.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=2599</id>
		<title>BitBake/GUI</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI&amp;diff=2599"/>
		<updated>2011-07-01T23:44:28Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Tweak and point to a full page on hob&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Thanks to BitBake&#039;s client/server split there are several possibilities for graphical interaction with BitBake. At this time most development effort is being put into the hob GUI, which aims to be a general-purpose graphical tool for interactive BitBake sessions. &lt;br /&gt;
&lt;br /&gt;
== Current GUI&#039;s ==&lt;br /&gt;
There are currently three GUI&#039;s in BitBake, the most recent of which is in the &amp;quot;extremely prototype&amp;quot; phase of development.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;depexp&#039;&#039;&#039; - a graphical dependency explorer&lt;br /&gt;
use-case: view task dependencies in an interactive GUI&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -g -u depexp &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;goggle&#039;&#039;&#039; - a graphical build viewer &lt;br /&gt;
use-case: watch build progress using a GUI, potentially easier to follow than terminal output&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -u goggle &amp;lt;some-target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[BitBake/Hob|hob]]&#039;&#039;&#039; - a graphical image creator&lt;br /&gt;
use-case: create custom images without having to edit files by hand&lt;br /&gt;
&lt;br /&gt;
run with: bitbake -u hob&lt;br /&gt;
&lt;br /&gt;
If you play with Hob please remember it&#039;s not finised yet and report any bugs you find in the [http://bugzilla.pokylinux.org/enter_bug.cgi?product=Build%20System Build System bug tracker] under the &amp;quot;image creator&amp;quot; component.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Projects&amp;diff=2598</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Projects&amp;diff=2598"/>
		<updated>2011-07-01T23:37:23Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Welcome to the Projects Page */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to the Projects Page ==&lt;br /&gt;
* [[AutoBuilder]]&lt;br /&gt;
* [[Poky]]&lt;br /&gt;
* [[SDK Generator]]&lt;br /&gt;
* [[Eclipse Plug-in]]&lt;br /&gt;
* [[Anjuta Plug-in]]&lt;br /&gt;
* [[Pseudo]]&lt;br /&gt;
* [[Swabber]]&lt;br /&gt;
* [[Cross-Prelink]]&lt;br /&gt;
* [[QA]]&lt;br /&gt;
* [[Documentation]]&lt;br /&gt;
* [[BSPs]]&lt;br /&gt;
* [[Tracing and Profiling]]&lt;br /&gt;
* Linux Kernel&lt;br /&gt;
** [[Linux_Kernel/Boot_Time|Boot Time]]&lt;br /&gt;
** [[Linux_kernel/Image_Size|Image Size]]&lt;br /&gt;
* [[Multilib]]&lt;br /&gt;
* [[BitBake/GUI|BitBake GUI&#039;s]]&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Eclipse_Plug-in&amp;diff=2597</id>
		<title>Eclipse Plug-in</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Eclipse_Plug-in&amp;diff=2597"/>
		<updated>2011-07-01T23:32:35Z</updated>

		<summary type="html">&lt;p&gt;Joshual: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See the http://www.yoctoproject.org/projects/eclipse-ide-plug page on the website for more information on this project.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Projects&amp;diff=2596</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Projects&amp;diff=2596"/>
		<updated>2011-07-01T23:32:18Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Welcome to the Projects Page */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to the Projects Page ==&lt;br /&gt;
* [[AutoBuilder]]&lt;br /&gt;
* [[Poky]]&lt;br /&gt;
* [[SDK Generator]]&lt;br /&gt;
* [[Eclipse Plug-in]]&lt;br /&gt;
* [[Anjuta Plug-in]]&lt;br /&gt;
* [[Pseudo]]&lt;br /&gt;
* [[Swabber]]&lt;br /&gt;
* [[Cross-Prelink]]&lt;br /&gt;
* [[QA]]&lt;br /&gt;
* [[Documentation]]&lt;br /&gt;
* [[BSPs]]&lt;br /&gt;
* [[Tracing and Profiling]]&lt;br /&gt;
* Linux Kernel&lt;br /&gt;
** [[Linux_Kernel/Boot_Time|Boot Time]]&lt;br /&gt;
** [[Linux_kernel/Image_Size|Image Size]]&lt;br /&gt;
* [[Multilib]]&lt;br /&gt;
* [[BitBake GUI&#039;s]]&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2424</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2424"/>
		<updated>2011-06-20T21:57:33Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Intro =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; mostly raw unfiltered thoughts, please contact me before acting upon them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
== M1 (Dev Complete May 23) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* &amp;lt;del&amp;gt;#770 &amp;quot;Add mechanism to enable UI&#039;s to request extra data be stored in the cache&amp;quot; http://bugzilla.pokylinux.org/show_bug.cgi?id=770 (Liping/Lianhao) - &#039;&#039;WIP Liping working on a patch set&#039;&#039;&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Add mechanism to enable selection of server back-end at runtime, rather than it being hard-coded. Furthermore a UI should be able to specify which server it wants to run against (Liping/Lianhao)&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Distro selector dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;as per MACHINE dropdown, partially implemented&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Build development toolchain checkbox&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;add meta-toolchain to task list&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Toolchain host combo&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;like MACHINE, set SDKMACHINE from possible files in machine-sdk, partially implemented?&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Include development headers with toolchain (easy/medium)&amp;lt;/del&amp;gt;&lt;br /&gt;
** add dev-pkgs to IMAGE_FEATURES?&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set BB_NUMBER_THREADS&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set PARALLEL_MAKE&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Save/load previous configuration&amp;lt;/del&amp;gt;&lt;br /&gt;
** save will create a .bb file from which the created image can be reproduced&lt;br /&gt;
** load will parse a bb file and set up the gui&lt;br /&gt;
* &amp;lt;del&amp;gt;Config write back - &#039;&#039;WIP partial implementation of Configurator gobject&#039;&#039;&lt;br /&gt;
** When the user changes values that could be set in local.conf offer to write those values to save the user from having to change those again in future&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;A search box which does basic find in the currently selected treeview&#039;s model (gtk.TreeView.set_search_entry)&amp;lt;/del&amp;gt;&lt;br /&gt;
** Could do with a custom gtk.TreeView.set_search_equal_func()&lt;br /&gt;
&lt;br /&gt;
== M2 (Dev Complete Jul 4) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Optimise, we could probably be faster than ~30s on Single core (dual thread) Core 2 Duo @ 1.8GHz&lt;br /&gt;
** PyGtk bindings support a more simple value setting syntax, the following snippet will set the third row&#039;s values:&amp;lt;pre&amp;gt;model[(2,)] = (&#039;new string value&#039;, &#039;string 2&#039;)&amp;lt;/pre&amp;gt;Therefore we can optimise insertion of the data into the tree model by ensuring the data comes back as a list (one entry per row) of tuples containing appropriate values for each column.&lt;br /&gt;
* &amp;lt;del&amp;gt;Package format dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Image output type dropdown&lt;br /&gt;
** all possible values for IMAGE_FSTYPES set in class&lt;br /&gt;
** getVariable used to get list, split on &amp;quot; &amp;quot; and put into combobox&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Fix sorting in Packages treeview. Sorting by group would be enabled here.&lt;br /&gt;
** Enable changing sort order in tree views (A-Z | Z-A | ??) by clicking column header&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Show some notification when doing long-running operations i.e. toggle a package with many DEPENDS and the UI blocks without feedback&amp;lt;/del&amp;gt;&lt;br /&gt;
* Bitbake reports &amp;quot;ERROR: Nothing to do.  Use &#039;bitbake world&#039; to build everything, or run &#039;bitbake --help&#039; for usage information.&amp;quot; when exiting hob, need to allow UI&#039;s to configure whether this message is relevant or not&lt;br /&gt;
*&amp;lt;del&amp;gt;When cancelling a build, confirm before killing&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt; Enable/Disable layers - use configuration writeback support for local.conf changes to also edit/save bblayers.conf changes&amp;lt;/del&amp;gt;&lt;br /&gt;
** Properly reload the data when the layers are modified&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
* &amp;lt;del&amp;gt;Fix reset/build again&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;I think this is caused by the cooker/server exiting on build completion. If so we need to enable the UI to request the server doesn&#039;t terminate until it receives a signal of some sort.&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;We need to be able to switch from a stopped/completed build back to the image creation mode.&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Fix removing *all* packages in sweep&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Future (Unplanned extra features - schedule at next map day) ==&lt;br /&gt;
* Tell the user where the created image is on disk (as a medium term enhancement also allow opening the containing folder, long term allow writing the image to some media)&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** paste bin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Investigate/verify using the image creator with sstate mirrors (should just work!)&lt;br /&gt;
** Add GUI to set sstate mirror variable&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider a name change, David suggested &#039;Yocto HOB (Human Oriented Builder)&#039;&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;br /&gt;
* Warn when removing the core layers&lt;br /&gt;
* Have build dir be a part of the workspace so that everything done with the GUI tool is part of the same directory.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2423</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2423"/>
		<updated>2011-06-20T21:56:35Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Intro =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; mostly raw unfiltered thoughts, please contact me before acting upon them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
== M1 (Dev Complete May 23) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* &amp;lt;del&amp;gt;#770 &amp;quot;Add mechanism to enable UI&#039;s to request extra data be stored in the cache&amp;quot; http://bugzilla.pokylinux.org/show_bug.cgi?id=770 (Liping/Lianhao) - &#039;&#039;WIP Liping working on a patch set&#039;&#039;&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Add mechanism to enable selection of server back-end at runtime, rather than it being hard-coded. Furthermore a UI should be able to specify which server it wants to run against (Liping/Lianhao)&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Distro selector dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;as per MACHINE dropdown, partially implemented&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Build development toolchain checkbox&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;add meta-toolchain to task list&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Toolchain host combo&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;like MACHINE, set SDKMACHINE from possible files in machine-sdk, partially implemented?&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Include development headers with toolchain (easy/medium)&amp;lt;/del&amp;gt;&lt;br /&gt;
** add dev-pkgs to IMAGE_FEATURES?&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set BB_NUMBER_THREADS&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set PARALLEL_MAKE&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Save/load previous configuration&amp;lt;/del&amp;gt;&lt;br /&gt;
** save will create a .bb file from which the created image can be reproduced&lt;br /&gt;
** load will parse a bb file and set up the gui&lt;br /&gt;
* &amp;lt;del&amp;gt;Config write back - &#039;&#039;WIP partial implementation of Configurator gobject&#039;&#039;&lt;br /&gt;
** When the user changes values that could be set in local.conf offer to write those values to save the user from having to change those again in future&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;A search box which does basic find in the currently selected treeview&#039;s model (gtk.TreeView.set_search_entry)&amp;lt;/del&amp;gt;&lt;br /&gt;
** Could do with a custom gtk.TreeView.set_search_equal_func()&lt;br /&gt;
&lt;br /&gt;
== M2 (Dev Complete Jul 4) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Optimise, we could probably be faster than ~30s on Single core (dual thread) Core 2 Duo @ 1.8GHz&lt;br /&gt;
** PyGtk bindings support a more simple value setting syntax, the following snippet will set the third row&#039;s values:&amp;lt;pre&amp;gt;model[(2,)] = (&#039;new string value&#039;, &#039;string 2&#039;)&amp;lt;/pre&amp;gt;Therefore we can optimise insertion of the data into the tree model by ensuring the data comes back as a list (one entry per row) of tuples containing appropriate values for each column.&lt;br /&gt;
* &amp;lt;del&amp;gt;Package format dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
* Image output type dropdown&lt;br /&gt;
** all possible values for IMAGE_FSTYPES set in class&lt;br /&gt;
** getVariable used to get list, split on &amp;quot; &amp;quot; and put into combobox&lt;br /&gt;
* Fix sorting in Packages treeview. Sorting by group would be enabled here.&lt;br /&gt;
** Enable changing sort order in tree views (A-Z | Z-A | ??) by clicking column header&lt;br /&gt;
* &amp;lt;del&amp;gt;Show some notification when doing long-running operations i.e. toggle a package with many DEPENDS and the UI blocks without feedback&amp;lt;/del&amp;gt;&lt;br /&gt;
* Bitbake reports &amp;quot;ERROR: Nothing to do.  Use &#039;bitbake world&#039; to build everything, or run &#039;bitbake --help&#039; for usage information.&amp;quot; when exiting hob, need to allow UI&#039;s to configure whether this message is relevant or not&lt;br /&gt;
*&amp;lt;del&amp;gt;When cancelling a build, confirm before killing&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt; Enable/Disable layers - use configuration writeback support for local.conf changes to also edit/save bblayers.conf changes&amp;lt;/del&amp;gt;&lt;br /&gt;
** Properly reload the data when the layers are modified&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
* &amp;lt;del&amp;gt;Fix reset/build again&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;I think this is caused by the cooker/server exiting on build completion. If so we need to enable the UI to request the server doesn&#039;t terminate until it receives a signal of some sort.&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;We need to be able to switch from a stopped/completed build back to the image creation mode.&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Fix removing *all* packages in sweep&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Future (Unplanned extra features - schedule at next map day) ==&lt;br /&gt;
* Tell the user where the created image is on disk (as a medium term enhancement also allow opening the containing folder, long term allow writing the image to some media)&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** paste bin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Investigate/verify using the image creator with sstate mirrors (should just work!)&lt;br /&gt;
** Add GUI to set sstate mirror variable&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider a name change, David suggested &#039;Yocto HOB (Human Oriented Builder)&#039;&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;br /&gt;
* Warn when removing the core layers&lt;br /&gt;
* Have build dir be a part of the workspace so that everything done with the GUI tool is part of the same directory.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Connectivity_Troubleshooting&amp;diff=2416</id>
		<title>Connectivity Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Connectivity_Troubleshooting&amp;diff=2416"/>
		<updated>2011-06-18T02:49:42Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Dummy version of this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To successfully use the system you need to be able to connect to various network servers and fetch software sources. If you are behind a proxy make sure you are able to connect to http, https and ssh sources.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2346</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2346"/>
		<updated>2011-06-15T17:00:19Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Bugs */ these issues should be resolved&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Intro =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; mostly raw unfiltered thoughts, please contact me before acting upon them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
== M1 (Dev Complete May 23) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* #770 &amp;quot;Add mechanism to enable UI&#039;s to request extra data be stored in the cache&amp;quot; http://bugzilla.pokylinux.org/show_bug.cgi?id=770 (Liping/Lianhao) - &#039;&#039;WIP Liping working on a patch set&#039;&#039;&lt;br /&gt;
* &amp;lt;del&amp;gt;Add mechanism to enable selection of server back-end at runtime, rather than it being hard-coded. Furthermore a UI should be able to specify which server it wants to run against (Liping/Lianhao)&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Distro selector dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;as per MACHINE dropdown, partially implemented&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Build development toolchain checkbox&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;add meta-toolchain to task list&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Toolchain host combo&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;like MACHINE, set SDKMACHINE from possible files in machine-sdk, partially implemented?&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Include development headers with toolchain (easy/medium)&amp;lt;/del&amp;gt;&lt;br /&gt;
** add dev-pkgs to IMAGE_FEATURES?&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set BB_NUMBER_THREADS&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set PARALLEL_MAKE&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Save/load previous configuration&amp;lt;/del&amp;gt;&lt;br /&gt;
** save will create a .bb file from which the created image can be reproduced&lt;br /&gt;
** load will parse a bb file and set up the gui&lt;br /&gt;
* &amp;lt;del&amp;gt;Config write back - &#039;&#039;WIP partial implementation of Configurator gobject&#039;&#039;&lt;br /&gt;
** When the user changes values that could be set in local.conf offer to write those values to save the user from having to change those again in future&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;A search box which does basic find in the currently selected treeview&#039;s model (gtk.TreeView.set_search_entry)&amp;lt;/del&amp;gt;&lt;br /&gt;
** Could do with a custom gtk.TreeView.set_search_equal_func()&lt;br /&gt;
&lt;br /&gt;
== M2 (Dev Complete Jul 4) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Optimise, we could probably be faster than ~30s on Single core (dual thread) Core 2 Duo @ 1.8GHz&lt;br /&gt;
** PyGtk bindings support a more simple value setting syntax, the following snippet will set the third row&#039;s values:&amp;lt;pre&amp;gt;model[(2,)] = (&#039;new string value&#039;, &#039;string 2&#039;)&amp;lt;/pre&amp;gt;Therefore we can optimise insertion of the data into the tree model by ensuring the data comes back as a list (one entry per row) of tuples containing appropriate values for each column.&lt;br /&gt;
* &amp;lt;del&amp;gt;Package format dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
* Image output type dropdown&lt;br /&gt;
** all possible values for IMAGE_FSTYPES set in class&lt;br /&gt;
** getVariable used to get list, split on &amp;quot; &amp;quot; and put into combobox&lt;br /&gt;
* Fix sorting in Packages treeview. Sorting by group would be enabled here.&lt;br /&gt;
** Enable changing sort order in tree views (A-Z | Z-A | ??) by clicking column header&lt;br /&gt;
* &amp;lt;del&amp;gt;Show some notification when doing long-running operations i.e. toggle a package with many DEPENDS and the UI blocks without feedback&amp;lt;/del&amp;gt;&lt;br /&gt;
* Bitbake reports &amp;quot;ERROR: Nothing to do.  Use &#039;bitbake world&#039; to build everything, or run &#039;bitbake --help&#039; for usage information.&amp;quot; when exiting hob, need to allow UI&#039;s to configure whether this message is relevant or not&lt;br /&gt;
*&amp;lt;del&amp;gt;When cancelling a build, confirm before killing&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt; Enable/Disable layers - use configuration writeback support for local.conf changes to also edit/save bblayers.conf changes&amp;lt;/del&amp;gt;&lt;br /&gt;
** Properly reload the data when the layers are modified&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
* &amp;lt;del&amp;gt;Fix reset/build again&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;I think this is caused by the cooker/server exiting on build completion. If so we need to enable the UI to request the server doesn&#039;t terminate until it receives a signal of some sort.&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;We need to be able to switch from a stopped/completed build back to the image creation mode.&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Fix removing *all* packages in sweep&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Future (Unplanned extra features - schedule at next map day) ==&lt;br /&gt;
* Tell the user where the created image is on disk (as a medium term enhancement also allow opening the containing folder, long term allow writing the image to some media)&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** paste bin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Investigate/verify using the image creator with sstate mirrors (should just work!)&lt;br /&gt;
** Add GUI to set sstate mirror variable&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider a name change, David suggested &#039;Yocto HOB (Human Oriented Builder)&#039;&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;br /&gt;
* Warn when removing the core layers&lt;br /&gt;
* Have build dir be a part of the workspace so that everything done with the GUI tool is part of the same directory.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2009</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=2009"/>
		<updated>2011-06-07T04:09:07Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* M2 (Dev Complete Jul 4) */ managed to write some code on the plane - should get a busy cursor when doing long running operations now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Intro =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; mostly raw unfiltered thoughts, please contact me before acting upon them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
== M1 (Dev Complete May 23) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* #770 &amp;quot;Add mechanism to enable UI&#039;s to request extra data be stored in the cache&amp;quot; http://bugzilla.pokylinux.org/show_bug.cgi?id=770 (Liping/Lianhao) - &#039;&#039;WIP Liping working on a patch set&#039;&#039;&lt;br /&gt;
* &amp;lt;del&amp;gt;Add mechanism to enable selection of server back-end at runtime, rather than it being hard-coded. Furthermore a UI should be able to specify which server it wants to run against (Liping/Lianhao)&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Distro selector dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;as per MACHINE dropdown, partially implemented&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Build development toolchain checkbox&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;add meta-toolchain to task list&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Toolchain host combo&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;like MACHINE, set SDKMACHINE from possible files in machine-sdk, partially implemented?&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Include development headers with toolchain (easy/medium)&amp;lt;/del&amp;gt;&lt;br /&gt;
** add dev-pkgs to IMAGE_FEATURES?&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set BB_NUMBER_THREADS&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set PARALLEL_MAKE&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Save/load previous configuration&amp;lt;/del&amp;gt;&lt;br /&gt;
** save will create a .bb file from which the created image can be reproduced&lt;br /&gt;
** load will parse a bb file and set up the gui&lt;br /&gt;
* &amp;lt;del&amp;gt;Config write back - &#039;&#039;WIP partial implementation of Configurator gobject&#039;&#039;&lt;br /&gt;
** When the user changes values that could be set in local.conf offer to write those values to save the user from having to change those again in future&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;A search box which does basic find in the currently selected treeview&#039;s model (gtk.TreeView.set_search_entry)&amp;lt;/del&amp;gt;&lt;br /&gt;
** Could do with a custom gtk.TreeView.set_search_equal_func()&lt;br /&gt;
&lt;br /&gt;
== M2 (Dev Complete Jul 4) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Optimise, we could probably be faster than ~30s on Single core (dual thread) Core 2 Duo @ 1.8GHz&lt;br /&gt;
** PyGtk bindings support a more simple value setting syntax, the following snippet will set the third row&#039;s values:&amp;lt;pre&amp;gt;model[(2,)] = (&#039;new string value&#039;, &#039;string 2&#039;)&amp;lt;/pre&amp;gt;Therefore we can optimise insertion of the data into the tree model by ensuring the data comes back as a list (one entry per row) of tuples containing appropriate values for each column.&lt;br /&gt;
* &amp;lt;del&amp;gt;Package format dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
* Image output type dropdown&lt;br /&gt;
** all possible values for IMAGE_FSTYPES set in class&lt;br /&gt;
** getVariable used to get list, split on &amp;quot; &amp;quot; and put into combobox&lt;br /&gt;
* Fix sorting in Packages treeview. Sorting by group would be enabled here.&lt;br /&gt;
** Enable changing sort order in tree views (A-Z | Z-A | ??) by clicking column header&lt;br /&gt;
* &amp;lt;del&amp;gt;Show some notification when doing long-running operations i.e. toggle a package with many DEPENDS and the UI blocks without feedback&amp;lt;/del&amp;gt;&lt;br /&gt;
* Bitbake reports &amp;quot;ERROR: Nothing to do.  Use &#039;bitbake world&#039; to build everything, or run &#039;bitbake --help&#039; for usage information.&amp;quot; when exiting hob, need to allow UI&#039;s to configure whether this message is relevant or not&lt;br /&gt;
*&amp;lt;del&amp;gt;When cancelling a build, confirm before killing&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt; Enable/Disable layers - use configuration writeback support for local.conf changes to also edit/save bblayers.conf changes&amp;lt;/del&amp;gt;&lt;br /&gt;
** Properly reload the data when the layers are modified&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
* Fix reset/build again&lt;br /&gt;
** I think this is caused by the cooker/server exiting on build completion. If so we need to enable the UI to request the server doesn&#039;t terminate until it receives a signal of some sort.&lt;br /&gt;
* We need to be able to switch from a stopped/completed build back to the image creation mode.&lt;br /&gt;
* Fix removing *all* packages in sweep&lt;br /&gt;
&lt;br /&gt;
== Future (Unplanned extra features - schedule at next map day) ==&lt;br /&gt;
* Tell the user where the created image is on disk (as a medium term enhancement also allow opening the containing folder, long term allow writing the image to some media)&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** paste bin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Investigate/verify using the image creator with sstate mirrors (should just work!)&lt;br /&gt;
** Add GUI to set sstate mirror variable&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider a name change, David suggested &#039;Yocto HOB (Human Oriented Builder)&#039;&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;br /&gt;
* Warn when removing the core layers&lt;br /&gt;
* Have build dir be a part of the workspace so that everything done with the GUI tool is part of the same directory.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=1984</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=1984"/>
		<updated>2011-06-04T01:21:04Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Future (Unplanned Extra features - schedule at next map day) */ add idea from dvhart&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Intro =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; mostly raw unfiltered thoughts, please contact me before acting upon them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
== M1 (Dev Complete May 23) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* #770 &amp;quot;Add mechanism to enable UI&#039;s to request extra data be stored in the cache&amp;quot; http://bugzilla.pokylinux.org/show_bug.cgi?id=770 (Liping/Lianhao) - &#039;&#039;WIP Liping working on a patch set&#039;&#039;&lt;br /&gt;
* &amp;lt;del&amp;gt;Add mechanism to enable selection of server back-end at runtime, rather than it being hard-coded. Furthermore a UI should be able to specify which server it wants to run against (Liping/Lianhao)&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Distro selector dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;as per MACHINE dropdown, partially implemented&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Build development toolchain checkbox&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;add meta-toolchain to task list&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Toolchain host combo&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;like MACHINE, set SDKMACHINE from possible files in machine-sdk, partially implemented?&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Include development headers with toolchain (easy/medium)&amp;lt;/del&amp;gt;&lt;br /&gt;
** add dev-pkgs to IMAGE_FEATURES?&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set BB_NUMBER_THREADS&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set PARALLEL_MAKE&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Save/load previous configuration&amp;lt;/del&amp;gt;&lt;br /&gt;
** save will create a .bb file from which the created image can be reproduced&lt;br /&gt;
** load will parse a bb file and set up the gui&lt;br /&gt;
* &amp;lt;del&amp;gt;Config write back - &#039;&#039;WIP partial implementation of Configurator gobject&#039;&#039;&lt;br /&gt;
** When the user changes values that could be set in local.conf offer to write those values to save the user from having to change those again in future&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;A search box which does basic find in the currently selected treeview&#039;s model (gtk.TreeView.set_search_entry)&amp;lt;/del&amp;gt;&lt;br /&gt;
** Could do with a custom gtk.TreeView.set_search_equal_func()&lt;br /&gt;
&lt;br /&gt;
== M2 (Dev Complete Jul 4) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Optimise, we could probably be faster than ~30s on Single core (dual thread) Core 2 Duo @ 1.8GHz&lt;br /&gt;
** PyGtk bindings support a more simple value setting syntax, the following snippet will set the third row&#039;s values:&amp;lt;pre&amp;gt;model[(2,)] = (&#039;new string value&#039;, &#039;string 2&#039;)&amp;lt;/pre&amp;gt;Therefore we can optimise insertion of the data into the tree model by ensuring the data comes back as a list (one entry per row) of tuples containing appropriate values for each column.&lt;br /&gt;
* &amp;lt;del&amp;gt;Package format dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
* Image output type dropdown&lt;br /&gt;
** all possible values for IMAGE_FSTYPES set in class&lt;br /&gt;
** getVariable used to get list, split on &amp;quot; &amp;quot; and put into combobox&lt;br /&gt;
* Fix sorting in Packages treeview. Sorting by group would be enabled here.&lt;br /&gt;
** Enable changing sort order in tree views (A-Z | Z-A | ??) by clicking column header&lt;br /&gt;
* Show some notification when doing long-running operations i.e. toggle a package with many DEPENDS and the UI blocks without feedback&lt;br /&gt;
* Bitbake reports &amp;quot;ERROR: Nothing to do.  Use &#039;bitbake world&#039; to build everything, or run &#039;bitbake --help&#039; for usage information.&amp;quot; when exiting hob, need to allow UI&#039;s to configure whether this message is relevant or not&lt;br /&gt;
*&amp;lt;del&amp;gt;When cancelling a build, confirm before killing&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt; Enable/Disable layers - use configuration writeback support for local.conf changes to also edit/save bblayers.conf changes&amp;lt;/del&amp;gt;&lt;br /&gt;
** Properly reload the data when the layers are modified&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
* Fix reset/build again&lt;br /&gt;
** I think this is caused by the cooker/server exiting on build completion. If so we need to enable the UI to request the server doesn&#039;t terminate until it receives a signal of some sort.&lt;br /&gt;
* We need to be able to switch from a stopped/completed build back to the image creation mode.&lt;br /&gt;
* Fix removing *all* packages in sweep&lt;br /&gt;
&lt;br /&gt;
== Future (Unplanned extra features - schedule at next map day) ==&lt;br /&gt;
* Tell the user where the created image is on disk (as a medium term enhancement also allow opening the containing folder, long term allow writing the image to some media)&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** paste bin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Investigate/verify using the image creator with sstate mirrors (should just work!)&lt;br /&gt;
** Add GUI to set sstate mirror variable&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider a name change, David suggested &#039;Yocto HOB (Human Oriented Builder)&#039;&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;br /&gt;
* Warn when removing the core layers&lt;br /&gt;
* Have build dir be a part of the workspace so that everything done with the GUI tool is part of the same directory.&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=1983</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=1983"/>
		<updated>2011-06-03T22:35:47Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Intro =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; mostly raw unfiltered thoughts, please contact me before acting upon them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
== M1 (Dev Complete May 23) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* #770 &amp;quot;Add mechanism to enable UI&#039;s to request extra data be stored in the cache&amp;quot; http://bugzilla.pokylinux.org/show_bug.cgi?id=770 (Liping/Lianhao) - &#039;&#039;WIP Liping working on a patch set&#039;&#039;&lt;br /&gt;
* &amp;lt;del&amp;gt;Add mechanism to enable selection of server back-end at runtime, rather than it being hard-coded. Furthermore a UI should be able to specify which server it wants to run against (Liping/Lianhao)&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Distro selector dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;as per MACHINE dropdown, partially implemented&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Build development toolchain checkbox&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;add meta-toolchain to task list&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Toolchain host combo&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;like MACHINE, set SDKMACHINE from possible files in machine-sdk, partially implemented?&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Include development headers with toolchain (easy/medium)&amp;lt;/del&amp;gt;&lt;br /&gt;
** add dev-pkgs to IMAGE_FEATURES?&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set BB_NUMBER_THREADS&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set PARALLEL_MAKE&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Save/load previous configuration&amp;lt;/del&amp;gt;&lt;br /&gt;
** save will create a .bb file from which the created image can be reproduced&lt;br /&gt;
** load will parse a bb file and set up the gui&lt;br /&gt;
* &amp;lt;del&amp;gt;Config write back - &#039;&#039;WIP partial implementation of Configurator gobject&#039;&#039;&lt;br /&gt;
** When the user changes values that could be set in local.conf offer to write those values to save the user from having to change those again in future&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;A search box which does basic find in the currently selected treeview&#039;s model (gtk.TreeView.set_search_entry)&amp;lt;/del&amp;gt;&lt;br /&gt;
** Could do with a custom gtk.TreeView.set_search_equal_func()&lt;br /&gt;
&lt;br /&gt;
== M2 (Dev Complete Jul 4) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Optimise, we could probably be faster than ~30s on Single core (dual thread) Core 2 Duo @ 1.8GHz&lt;br /&gt;
** PyGtk bindings support a more simple value setting syntax, the following snippet will set the third row&#039;s values:&amp;lt;pre&amp;gt;model[(2,)] = (&#039;new string value&#039;, &#039;string 2&#039;)&amp;lt;/pre&amp;gt;Therefore we can optimise insertion of the data into the tree model by ensuring the data comes back as a list (one entry per row) of tuples containing appropriate values for each column.&lt;br /&gt;
* &amp;lt;del&amp;gt;Package format dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
* Image output type dropdown&lt;br /&gt;
** all possible values for IMAGE_FSTYPES set in class&lt;br /&gt;
** getVariable used to get list, split on &amp;quot; &amp;quot; and put into combobox&lt;br /&gt;
* Fix sorting in Packages treeview. Sorting by group would be enabled here.&lt;br /&gt;
** Enable changing sort order in tree views (A-Z | Z-A | ??) by clicking column header&lt;br /&gt;
* Show some notification when doing long-running operations i.e. toggle a package with many DEPENDS and the UI blocks without feedback&lt;br /&gt;
* Bitbake reports &amp;quot;ERROR: Nothing to do.  Use &#039;bitbake world&#039; to build everything, or run &#039;bitbake --help&#039; for usage information.&amp;quot; when exiting hob, need to allow UI&#039;s to configure whether this message is relevant or not&lt;br /&gt;
*&amp;lt;del&amp;gt;When cancelling a build, confirm before killing&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt; Enable/Disable layers - use configuration writeback support for local.conf changes to also edit/save bblayers.conf changes&amp;lt;/del&amp;gt;&lt;br /&gt;
** Properly reload the data when the layers are modified&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
* Fix reset/build again&lt;br /&gt;
** I think this is caused by the cooker/server exiting on build completion. If so we need to enable the UI to request the server doesn&#039;t terminate until it receives a signal of some sort.&lt;br /&gt;
* We need to be able to switch from a stopped/completed build back to the image creation mode.&lt;br /&gt;
* Fix removing *all* packages in sweep&lt;br /&gt;
&lt;br /&gt;
== Future (Unplanned Extra features - schedule at next map day) ==&lt;br /&gt;
* Tell the user where the created image is on disk (as a medium term enhancement also allow opening the containing folder, long term allow writing the image to some media)&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** paste bin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Investigate/verify using the image creator with sstate mirrors (should just work!)&lt;br /&gt;
** Add GUI to set sstate mirror variable&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider a name change, David suggested &#039;Yocto HOB (Human Oriented Builder)&#039;&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;br /&gt;
* Warn when removing the core layers&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=1922</id>
		<title>BitBake/GUI/WorkInProgress</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/WorkInProgress&amp;diff=1922"/>
		<updated>2011-06-02T01:11:14Z</updated>

		<summary type="html">&lt;p&gt;Joshual: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Intro =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; mostly raw unfiltered thoughts, please contact me before acting upon them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
== M1 (Dev Complete May 23) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* #770 &amp;quot;Add mechanism to enable UI&#039;s to request extra data be stored in the cache&amp;quot; http://bugzilla.pokylinux.org/show_bug.cgi?id=770 (Liping/Lianhao) - &#039;&#039;WIP Liping working on a patch set&#039;&#039;&lt;br /&gt;
* &amp;lt;del&amp;gt;Add mechanism to enable selection of server back-end at runtime, rather than it being hard-coded. Furthermore a UI should be able to specify which server it wants to run against (Liping/Lianhao)&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Distro selector dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;as per MACHINE dropdown, partially implemented&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Build development toolchain checkbox&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;add meta-toolchain to task list&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Toolchain host combo&amp;lt;/del&amp;gt;&lt;br /&gt;
** &amp;lt;del&amp;gt;like MACHINE, set SDKMACHINE from possible files in machine-sdk, partially implemented?&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Include development headers with toolchain (easy/medium)&amp;lt;/del&amp;gt;&lt;br /&gt;
** add dev-pkgs to IMAGE_FEATURES?&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set BB_NUMBER_THREADS&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Spinner to set PARALLEL_MAKE&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Save/load previous configuration&amp;lt;/del&amp;gt;&lt;br /&gt;
** save will create a .bb file from which the created image can be reproduced&lt;br /&gt;
** load will parse a bb file and set up the gui&lt;br /&gt;
* &amp;lt;del&amp;gt;Config write back - &#039;&#039;WIP partial implementation of Configurator gobject&#039;&#039;&lt;br /&gt;
** When the user changes values that could be set in local.conf offer to write those values to save the user from having to change those again in future&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;A search box which does basic find in the currently selected treeview&#039;s model (gtk.TreeView.set_search_entry)&amp;lt;/del&amp;gt;&lt;br /&gt;
** Could do with a custom gtk.TreeView.set_search_equal_func()&lt;br /&gt;
&lt;br /&gt;
== M2 (Dev Complete Jul 4) ==&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Optimise, we could probably be faster than ~30s on Single core (dual thread) Core 2 Duo @ 1.8GHz&lt;br /&gt;
** PyGtk bindings support a more simple value setting syntax, the following snippet will set the third row&#039;s values:&amp;lt;pre&amp;gt;model[(2,)] = (&#039;new string value&#039;, &#039;string 2&#039;)&amp;lt;/pre&amp;gt;Therefore we can optimise insertion of the data into the tree model by ensuring the data comes back as a list (one entry per row) of tuples containing appropriate values for each column.&lt;br /&gt;
* &amp;lt;del&amp;gt;Package format dropdown&amp;lt;/del&amp;gt;&lt;br /&gt;
* Image output type dropdown &#039;&#039;check with team &amp;amp; RP whether setting this variable makes sense? Nothing in local.conf sets this variable or similar.&#039;&#039;&lt;br /&gt;
** cooker able to determine all possible values for IMAGE_FSTYPES &lt;br /&gt;
** wrap with command&lt;br /&gt;
** hook up to hob&lt;br /&gt;
* Fix sorting in Packages treeview. Sorting by group would be enabled here.&lt;br /&gt;
** Enable changing sort order in tree views (A-Z | Z-A | ??) by clicking column header&lt;br /&gt;
* Show some notification when doing long-running operations i.e. toggle a package with many DEPENDS and the UI blocks without feedback&lt;br /&gt;
* Bitbake reports &amp;quot;ERROR: Nothing to do.  Use &#039;bitbake world&#039; to build everything, or run &#039;bitbake --help&#039; for usage information.&amp;quot; when exiting hob, need to allow UI&#039;s to configure whether this message is relevant or not&lt;br /&gt;
* &amp;lt;del&amp;gt;When cancelling a build, confirm before killing&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt; Enable/Disable layers - use configuration writeback support for local.conf changes to also edit/save bblayers.conf changes&amp;lt;/del&amp;gt;&lt;br /&gt;
** Properly reload the data when the layers are modified&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
* Fix reset/build again&lt;br /&gt;
** I think this is caused by the cooker/server exiting on build completion. If so we need to enable the UI to request the server doesn&#039;t terminate until it receives a signal of some sort.&lt;br /&gt;
* We need to be able to switch from a stopped/completed build back to the image creation mode.&lt;br /&gt;
* Fix removing *all* packages in sweep&lt;br /&gt;
&lt;br /&gt;
== Future (Unplanned Extra features - schedule at next map day) ==&lt;br /&gt;
* Tell the user where the created image is on disk (as a medium term enhancement also allow opening the containing folder, long term allow writing the image to some media)&lt;br /&gt;
* Show contents of images &amp;amp; tasks (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=991&lt;br /&gt;
* Show more information for selected package (per community feedback) http://bugzilla.pokylinux.org/show_bug.cgi?id=992&lt;br /&gt;
* add context menus to build view&lt;br /&gt;
** view logs&lt;br /&gt;
** show log directory&lt;br /&gt;
** view log for task&lt;br /&gt;
** copy log&lt;br /&gt;
** paste bin log&lt;br /&gt;
* add context menus to package view&lt;br /&gt;
** &amp;quot;Rebuild-from&amp;quot; with a submenu for each task of the build; fetch, unpack, compile, etc.&lt;br /&gt;
* hobhandler as a proxy to the server has a code smell&lt;br /&gt;
* Investigate/verify using the image creator with sstate mirrors (should just work!)&lt;br /&gt;
** Add GUI to set sstate mirror variable&lt;br /&gt;
* &amp;quot;Overlay&amp;quot; files, extra files to be installed into the rootfs at image generation time&lt;br /&gt;
** Custom ROOTFS_POSTPROCESS_COMMAND&lt;br /&gt;
* Display and change IMAGE_FEATURES&lt;br /&gt;
* Consider a name change, David suggested &#039;Yocto HOB (Human Oriented Builder)&#039;&lt;br /&gt;
* Consider allowing dragging a package from the list to the contents area&lt;br /&gt;
* Warn when removing the core layers&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=1921</id>
		<title>BitBake/GUI/Hob</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=1921"/>
		<updated>2011-06-02T00:05:08Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Tweak&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
The purpose of the tool is to allow the user to create and build a custom image as well as enabling parameters of the build to be configured.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried to apply the principle of least surprise and tried to make the app fit in on a Gnome desktop by following their HIG. One possibly unexpected outcome of this is that you modify Preferences which equate to values in local.conf&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-Preferences.png]]&lt;br /&gt;
&lt;br /&gt;
There are several issues with the GUI as is that I will be working on next, as well as some extra features that I am intending to implement in the coming weeks.&lt;br /&gt;
&lt;br /&gt;
Issues:&lt;br /&gt;
* I wanted to allow users to store recipes for their newly created images on disk and buildFile didn&#039;t seem to work as expected (only building the rootfs of the image and complaining when packages where missing, rather than building all dependencies then the rootfs) so I hacked a temporary alternative entry point to the program bitbake-commander (I know we have a program using this name already, which is fine because I don&#039;t want this entry point to last).&lt;br /&gt;
&lt;br /&gt;
I want to remove this entry point but first need to figure out a way to be able to modify layers and re-parse with the new layers&#039; contents. Hacking in this entry point enabled me to remain focused on the actual GUI whilst I worked out interaction models.&lt;br /&gt;
&lt;br /&gt;
This entry points shows a &amp;quot;workspace selector&amp;quot; dialog (like Eclipse&#039;s) and once the user selects/creates a workspace layer it is added to the bblayers.conf file and BitBake is then started.&lt;br /&gt;
&lt;br /&gt;
[[File:Hob-workspace-selector.png]]&lt;br /&gt;
&lt;br /&gt;
* In a similar vein I implemented a layer editor which helps the user set up bblayers.conf, however the layer parsing and setting of BBPATH, etc is done really early in the cooker initialisation. I need to work out a clean way to allow modifying the bblayers.conf and having those changes reflected in the UI without having to restart the GUI (i.e: triggering a re-parse of the metadata).&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-Layers.png]]&lt;br /&gt;
&lt;br /&gt;
* As alluded to above I was hoping I&#039;d just be able to create files and use the buildFile command to build the image rather than having the workspace layer but as mentioned above calling the buildFile command didn&#039;t seem to handle building the images contents, instead the build would just go straight to rootfs generation and bail with missing packages.&lt;br /&gt;
Furthermore I think using buildTargets is the right solution so that the user can build a cross toolchain and rootfs from the same GUI.&lt;br /&gt;
&lt;br /&gt;
I&#039;m aware that the coding style is all over, I had started out carryin on with the gtk+ coding style of the other files in lib/bb/ui/crumbs but I think I will end up switching the coding style of everything in lib/bb/ui to be consistent with the rest of BitBake.&lt;br /&gt;
&lt;br /&gt;
Feedback, particularly on the areas above marked as issues, is extremely welcome.&lt;br /&gt;
&lt;br /&gt;
I&#039;m trying to keep an up-to-date To Do list at: https://wiki.yoctoproject.org/wiki/BitBake/GUI/PostOneOh&lt;br /&gt;
&lt;br /&gt;
I&#039;ve also started to track possible future GUI work:&lt;br /&gt;
https://wiki.yoctoproject.org/wiki/BitBake/GUI/Future&lt;br /&gt;
&lt;br /&gt;
The current state of the code is in my josh/hob branch on poky-contrib:&lt;br /&gt;
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=josh/hob&lt;br /&gt;
&lt;br /&gt;
(Being more explicit the patch with HACK HACK HACK as the subject is one I&#039;m not at all happy with and the patch with WIP WIP WIP as the subject is one which certainly needs more work.)&lt;br /&gt;
&lt;br /&gt;
There&#039;s even a Yocto bugzilla component for the &#039;image creator&#039;:&lt;br /&gt;
http://bugzilla.yoctoproject.org/buglist.cgi?product=Build%20System&amp;amp;component=image%20creator&amp;amp;resolution=---&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=1920</id>
		<title>BitBake/GUI/Hob</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake/GUI/Hob&amp;diff=1920"/>
		<updated>2011-06-01T23:53:19Z</updated>

		<summary type="html">&lt;p&gt;Joshual: Overview of the current state of my BitBake GUI&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Screenshot-yHob-240511.png]]&lt;br /&gt;
&lt;br /&gt;
The purpose of the tool is to allow the user to create and build a custom image as well as enabling parameters of the build to be configured.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried to apply the principle of least surprise and tried to make the app fit in on a Gnome desktop by following their HIG. One possibly unexpected outcome of this is that you modify Preferences which equate to values in local.conf&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-Preferences.png]]&lt;br /&gt;
&lt;br /&gt;
There are several issues with the GUI as is that I will be working on next, as well as some extra features that I am intending to implement in the coming weeks.&lt;br /&gt;
&lt;br /&gt;
Issues:&lt;br /&gt;
* I wanted to allow users to store recipes for their newly created images on disk and buildFile didn&#039;t seem to work as expected (only building the rootfs of the image and complaining when packages where missing, rather than building all dependencies then the rootfs) so I hacked a temporary alternative entry point to the program bitbake-commander (I know we have a program using this name already, which is fine because I don&#039;t want this entry point to last).&lt;br /&gt;
&lt;br /&gt;
I want to remove this entry point but first need to figure out a way to be able to modify layers and re-parse with the new layers&#039; contents. Hacking in this entry point enabled me to remain focused on the actual GUI whilst I worked out interaction models.&lt;br /&gt;
&lt;br /&gt;
This entry points shows a &amp;quot;workspace selector&amp;quot; dialog (like Eclipese) and once the user selects/creates a workspace layer it is added to the bblayers.conf file and BitBake is then started.&lt;br /&gt;
&lt;br /&gt;
[[File:Hob-workspace-selector.png]]&lt;br /&gt;
&lt;br /&gt;
* In a similar vein I implemented a layer editor which helps the user set up bblayers.conf, however the layer parsing and setting of BBPATH, etc is done really early in the cooker initialisation. I need to work out a clean way to allow modifying the bblayers.conf and having those changes reflected in the UI without having to restart the GUI.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-Layers.png]]&lt;br /&gt;
&lt;br /&gt;
* As alluded to above I was hoping I&#039;d just be able to create files and use the buildFile command to build the image rather than having the workspace layer but as mentioned above calling the buildFile command didn&#039;t seem to handle building the images contents, instead the build would just go straight to rootfs generation and bail with missing packages.&lt;br /&gt;
Furthermore I think using buildTargets is the right solution so that the user can build a cross toolchain and rootfs from the same GUI.&lt;br /&gt;
&lt;br /&gt;
Being more explicit the patch with HACK HACK HACK as the subject is one I&#039;m not at all happy with and the patch with WIP WIP WIP as the subject is one which certainly needs more work.&lt;br /&gt;
&lt;br /&gt;
I&#039;m aware that the coding style is all over, I had started out carryin on with the gtk+ coding style of the other files in lib/bb/ui/crumbs but I think I will end up switching the coding style of everything in lib/bb/ui to be consistent with the rest of BitBake.&lt;br /&gt;
&lt;br /&gt;
Feedback, particularly on the areas above marked as issues, is extremely welcome.&lt;br /&gt;
&lt;br /&gt;
I&#039;m trying to keep an up-to-date To Do list at: https://wiki.yoctoproject.org/wiki/BitBake/GUI/PostOneOh&lt;br /&gt;
&lt;br /&gt;
I&#039;ve also started to track possible future GUI work:&lt;br /&gt;
https://wiki.yoctoproject.org/wiki/BitBake/GUI/Future&lt;br /&gt;
&lt;br /&gt;
The current state of the code is in my josh/hob branch on poky-contrib:&lt;br /&gt;
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=josh/hob&lt;br /&gt;
&lt;br /&gt;
There&#039;s even a Yocto bugzilla component for the &#039;image creator&#039;:&lt;br /&gt;
http://bugzilla.yoctoproject.org/buglist.cgi?product=Build%20System&amp;amp;component=image%20creator&amp;amp;resolution=---&lt;/div&gt;</summary>
		<author><name>Joshual</name></author>
	</entry>
</feed>