<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.openembedded.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ynezz</id>
	<title>Openembedded.org - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.openembedded.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ynezz"/>
	<link rel="alternate" type="text/html" href="https://www.openembedded.org/wiki/Special:Contributions/Ynezz"/>
	<updated>2026-05-22T08:50:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Kernel_Building&amp;diff=4153</id>
		<title>Kernel Building</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Kernel_Building&amp;diff=4153"/>
		<updated>2011-03-09T13:43:47Z</updated>

		<summary type="html">&lt;p&gt;Ynezz: add note about distro specific INHERIT&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Default Build ==&lt;br /&gt;
&lt;br /&gt;
For a default build, just run:&lt;br /&gt;
  bitbake virtual/kernel&lt;br /&gt;
&lt;br /&gt;
After done, you can collect the built image from under the deploy folder, for example: &amp;lt;tt&amp;gt;build/tmp/deploy/glibc/images/vmware/bzImage-vmware.bin&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Kernel image type ==&lt;br /&gt;
&lt;br /&gt;
What kind of kernel image to build is controlled by the variable &amp;lt;tt&amp;gt;KERNEL_IMAGETYPE&amp;lt;/tt&amp;gt;, which is normally defined in the machine config file. For example, build image for u-boot&lt;br /&gt;
  KERNEL_IMAGETYPE = &amp;quot;uImage&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Select kernel version ==&lt;br /&gt;
&lt;br /&gt;
FIXME.&lt;br /&gt;
&lt;br /&gt;
== Default configuration ==&lt;br /&gt;
&lt;br /&gt;
The default .config file used is normally placed somewhere under recipes/linux named &#039;&#039;&#039;defconfig&#039;&#039;&#039;.&lt;br /&gt;
You may want to search for it, say for vmware:&lt;br /&gt;
&lt;br /&gt;
  find recipes/linux -name &amp;quot;vmware*&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
And you find it in: &lt;br /&gt;
  recipes/linux/linux/vmware/defconfig&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Apply custom patches ==&lt;br /&gt;
FIXME&lt;br /&gt;
&lt;br /&gt;
== Customize configuration ==&lt;br /&gt;
If you need to customize the kernel configuration, you may run the menuconfig task by:&lt;br /&gt;
  bitbake -c menuconfig virtual/kernel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; by default these command requires you to run in X Windows. If you want to work in text terminal only, here&#039;s a [[How_to_use_bitbake_without_X_Windows|how to]].&lt;br /&gt;
&lt;br /&gt;
== Compile ==&lt;br /&gt;
After that, you can compile the kernel by:&lt;br /&gt;
  bitbake -f -c compile virtual/kernel&lt;br /&gt;
&lt;br /&gt;
== Fine control ==&lt;br /&gt;
If you need more control over the configuration and compile process, add this somewhere into your local.conf:&lt;br /&gt;
  INHERIT += &amp;quot;devshell&amp;quot;&lt;br /&gt;
&lt;br /&gt;
and then you can go to the shell by:&lt;br /&gt;
  bitbake -c devshell virtual/kernel&lt;br /&gt;
&lt;br /&gt;
The build environment will be well setup for you; you can run regular make commands like &amp;lt;tt&amp;gt;make bzImage&amp;lt;/tt&amp;gt; ...etc&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, that the INHERIT step depends on the distribution you&#039;re using, some of the distributions already include the INHERIT in their configuration, so it might work already. You can check that easily using listtask task.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Preserving the custom configuration ==&lt;br /&gt;
Changes are lost if you remove the tmpdir or do a &amp;quot;&amp;lt;tt&amp;gt;bitbake -c clean virtual/kernel&amp;lt;/tt&amp;gt;&amp;quot;, so you&lt;br /&gt;
may consider replacing the defconfig with it.&lt;br /&gt;
&lt;br /&gt;
[[Category:User]]&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Ynezz</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Kernel_Building&amp;diff=4151</id>
		<title>Kernel Building</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Kernel_Building&amp;diff=4151"/>
		<updated>2011-03-09T13:36:22Z</updated>

		<summary type="html">&lt;p&gt;Ynezz: fix devshell howto&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Default Build ==&lt;br /&gt;
&lt;br /&gt;
For a default build, just run:&lt;br /&gt;
  bitbake virtual/kernel&lt;br /&gt;
&lt;br /&gt;
After done, you can collect the built image from under the deploy folder, for example: &amp;lt;tt&amp;gt;build/tmp/deploy/glibc/images/vmware/bzImage-vmware.bin&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Kernel image type ==&lt;br /&gt;
&lt;br /&gt;
What kind of kernel image to build is controlled by the variable &amp;lt;tt&amp;gt;KERNEL_IMAGETYPE&amp;lt;/tt&amp;gt;, which is normally defined in the machine config file. For example, build image for u-boot&lt;br /&gt;
  KERNEL_IMAGETYPE = &amp;quot;uImage&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Select kernel version ==&lt;br /&gt;
&lt;br /&gt;
FIXME.&lt;br /&gt;
&lt;br /&gt;
== Default configuration ==&lt;br /&gt;
&lt;br /&gt;
The default .config file used is normally placed somewhere under recipes/linux named &#039;&#039;&#039;defconfig&#039;&#039;&#039;.&lt;br /&gt;
You may want to search for it, say for vmware:&lt;br /&gt;
&lt;br /&gt;
  find recipes/linux -name &amp;quot;vmware*&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
And you find it in: &lt;br /&gt;
  recipes/linux/linux/vmware/defconfig&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Apply custom patches ==&lt;br /&gt;
FIXME&lt;br /&gt;
&lt;br /&gt;
== Customize configuration ==&lt;br /&gt;
If you need to customize the kernel configuration, you may run the menuconfig task by:&lt;br /&gt;
  bitbake -c menuconfig virtual/kernel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; by default these command requires you to run in X Windows. If you want to work in text terminal only, here&#039;s a [[How_to_use_bitbake_without_X_Windows|how to]].&lt;br /&gt;
&lt;br /&gt;
== Compile ==&lt;br /&gt;
After that, you can compile the kernel by:&lt;br /&gt;
  bitbake -f -c compile virtual/kernel&lt;br /&gt;
&lt;br /&gt;
== Fine control ==&lt;br /&gt;
If you need more control over the configuration and compile process, add this somewhere into your local.conf:&lt;br /&gt;
  INHERIT += &amp;quot;devshell&amp;quot;&lt;br /&gt;
&lt;br /&gt;
and then you can go to the shell by:&lt;br /&gt;
  bitbake -c devshell virtual/kernel&lt;br /&gt;
&lt;br /&gt;
The build environment will be well setup for you; you can run regular make commands like &amp;lt;tt&amp;gt;make bzImage&amp;lt;/tt&amp;gt; ...etc&lt;br /&gt;
&lt;br /&gt;
== Preserving the custom configuration ==&lt;br /&gt;
Changes are lost if you remove the tmpdir or do a &amp;quot;&amp;lt;tt&amp;gt;bitbake -c clean virtual/kernel&amp;lt;/tt&amp;gt;&amp;quot;, so you&lt;br /&gt;
may consider replacing the defconfig with it.&lt;br /&gt;
&lt;br /&gt;
[[Category:User]]&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Ynezz</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Release-2011.03&amp;diff=4141</id>
		<title>Release-2011.03</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Release-2011.03&amp;diff=4141"/>
		<updated>2011-03-05T09:47:06Z</updated>

		<summary type="html">&lt;p&gt;Ynezz: added my build results&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
&lt;br /&gt;
This release has completed and been tagged.  This has been tested for several combinations as listed below in the table. This does not cover all the possible combinations&lt;br /&gt;
The list provides the information about what different DISTRO, MACHINE, IMAGE combinations were tested, along with what version of bitbake and what host distribution.&lt;br /&gt;
&lt;br /&gt;
= Changes since the 2010.12 Release =&lt;br /&gt;
&lt;br /&gt;
Here are the high level changes since the [[Release-2010.12|previous release]].  At the high level we have made over 2000 commits since the last release.&lt;br /&gt;
&lt;br /&gt;
* Update to bitbake 1.10.2 as the minimum required version&lt;br /&gt;
* Many build-time improvements&lt;br /&gt;
** Many implicit build-time dependencies fixed (now explicit).&lt;br /&gt;
** We now consistently use our own perl.&lt;br /&gt;
** We use wrapper scripts for portability in certain shell commands and have moved some early recipes to just being scripts that always exist.&lt;br /&gt;
** Default to using libtool 2.4 in many distributions.&lt;br /&gt;
** Many QA errors fixed.&lt;br /&gt;
* Many version updates to recipes (including the toolchain).&lt;br /&gt;
** Also includes fully migrating to opkg from ipkg&lt;br /&gt;
** EFL v1.0 support.&lt;br /&gt;
** A number of security patches have been applied (or updates performed for fixes).&lt;br /&gt;
** Updated many recipes for new download locations. &lt;br /&gt;
* Updated kernel and u-boot version for a number of platforms.&lt;br /&gt;
* Better support for Freescale QorIQ (PowerPC e500) and uClibc.&lt;br /&gt;
&lt;br /&gt;
= Getting 2011.03 Release =&lt;br /&gt;
&lt;br /&gt;
The release can be obtained using&lt;br /&gt;
&lt;br /&gt;
 $ git clone git://git.openembedded.org/openembedded&lt;br /&gt;
 $ cd openembedded&lt;br /&gt;
&lt;br /&gt;
followed by&lt;br /&gt;
&lt;br /&gt;
 $ git checkout release-2011.03&lt;br /&gt;
&lt;br /&gt;
or (if you like to create a local branch from the release tag to avoid ending up with detached HEAD state)&lt;br /&gt;
&lt;br /&gt;
 $ git checkout -b release-2011.03 origin/release-2011.03&lt;br /&gt;
&lt;br /&gt;
Tip: Download the setup scripts from http://gitorious.org/angstrom/angstrom-setup-scripts&lt;br /&gt;
&lt;br /&gt;
  git clone git://gitorious.org/angstrom/angstrom-setup-scripts.git&lt;br /&gt;
&lt;br /&gt;
= Test combinations =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;     !!&#039;&#039;&#039;build type&#039;&#039;&#039; !!&#039;&#039;&#039;Existing issues&#039;&#039;&#039; !!&#039;&#039;&#039;Hash tested&#039;&#039;&#039;!!&#039;&#039;&#039;Build Machine&#039;&#039;&#039;!!&#039;&#039;&#039;Build Time&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|mpc8315e-rdb, p2020ds, p2020rdb, qemux86, qemuppc, qemush4, qemumips, qemumipsel || minimal, minimal-uclibc || nas-server-image, native-sdk-image, console-image, minimal-image, x11-image, meta-toolchain, qt4-x11-demo-image, qt4e-demo-image || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1]|| clean || none || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|qemuarm || minimal || nas-server-image, native-sdk-image, console-image, minimal-image, x11-image, meta-toolchain, qt4-x11-demo-image, qt4e-demo-image || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1] || clean || none || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|qemuarm || minimal-uclibc || nas-server-image, native-sdk-image, console-image, minimal-image, x11-image, meta-toolchain || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1] || clean || qt4 fails to link || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|qemumips64 || minimal / minimal-uclibc || nas-server-image, native-sdk-image, console-image, minimal-image, x11-image, meta-toolchain || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1] || clean || postgresql fails to build ([http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=3c52ace03541bfdc2f0aa205f425a38051904a06 fix]) || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|at91sam9263ek, at91sam9g20ek, mini2440, hawkboard, overo, mini6410, beagleboard || angstrom-2008.1 || console-image || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1] || clean || See [http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/029479.html here] for QT4 issues || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|at91sam9263ek, mini2440, hawkboard, overo, mini6410, beagleboard || angstrom-2010.x || console-image || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1] || clean || See [http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/029479.html here] for QT4 issues || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|mini2440, hawkboard, mini6410, beagleboard || angstrom-2010.x || qt4e-demo-image, qt4-x11-demo-image || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1]  || clean || See [http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/029479.html here] for QT4 issues || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|at91sam9263ek || kaeilos || minimal-image, x11-image, meta-toolchain || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1] || clean || See [http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/029479.html here] for QT4 issues, and [http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=52145eccccd863720ba3a9718bd3155d640ddafb here] for ronetix-pm9263 fix. || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|nokia900 || shr || shr-image || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1] || clean || om-gta02 need [http://patches.openembedded.org/patch/256/ patch 256] || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|nslu2be, nslu2le || slugos, ucslug || slugos-image || Ubuntu 10.04 / Ubuntu 8.04 32bit || 34c7ff67d7f4c7 ||[[User:Trini|Tom Rini]] [1] || clean || none || af8541 &lt;br /&gt;
|-&lt;br /&gt;
|at91sam9m10ekes ||angstrom-2008.1 || x11-image || Ubuntu 10.10 32 bit ||1.10.2   ||[[User:ulf|ulf]]   ||clean || none || N/A|| Core-i7@ 2,66 GHz/ 6GB || 1:31:10 &lt;br /&gt;
|-&lt;br /&gt;
|at91sam9m10ekes ||angstrom-2008.1 || minimal-image || Ubuntu 10.10 32 bit ||1.10.2   ||[[User:ulf|ulf]]   ||inc || none || N/A|| Core-i7@ 2,66 GHz/ 6GB ||  0:01:04&lt;br /&gt;
|-&lt;br /&gt;
|at91sam9m10ekes ||angstrom-2008.1 || console-image || Ubuntu 10.10 32 bit ||1.10.2   ||[[User:ulf|ulf]]   ||inc || none || N/A|| Core-i7@ 2,66 GHz/ 6GB || 0:01:16 &lt;br /&gt;
|-&lt;br /&gt;
|at91sam9m10ekes ||angstrom-2008.1 || opie-image || Ubuntu 10.10 32 bit ||1.10.2   ||[[User:ulf|ulf]]   ||inc || none || N/A|| Core-i7@ 2,66 GHz/ 6GB || 0:08:41&lt;br /&gt;
|-&lt;br /&gt;
|collie, akita, tosa, efikamx, ben-nanonote ||angstrom-2008.1, angstrom-2010.x, minimal ||console-image, x11-image, opie-image ||Debian &#039;Squeeze&#039; 6.0 x86_64 ||master   ||[[User:Jay7|Jay7]]   ||clean, inc || N/A || N/A || Phenom II X6 1055T @2.8GHz /4Gb || N/A&lt;br /&gt;
|-&lt;br /&gt;
|efikamx ||minimal,minimal-uclibc ||console-image, x11-image, native-sdk-image ||Fedora 14 x86_64 ||master   ||[[User:Khem|Khem]]   ||clean, inc || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||minimal-image ||openSUSE 11.3 i686 ||1.12.0   ||[[User:Sledz|Sledz]]   ||clean || N/A || ac9745f || Core2 Duo@ 2,4 GHz (2 cores) / 4GB || 1:24h&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||console-image ||openSUSE 11.3 i686 ||1.12.0   ||[[User:Sledz|Sledz]]   ||clean || N/A || ac9745f || Core2 Duo@ 2,4 GHz (2 cores) / 4GB || 3:03h&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-gnome-image ||openSUSE 11.3 i686 ||1.12.0   ||[[User:Sledz|Sledz]]   ||clean || N/A || ac9745f || Core2 Duo@ 2,4 GHz (2 cores) / 4GB || 9:40h&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-x-image ||openSUSE 11.3 i686 ||1.12.0   ||[[User:Sledz|Sledz]]   ||clean || do_rootfs failed (xfce4-notifyd and notification-daemon want to install /usr/share/dbus-1/services/org.freedesktop.Notifications.service) || ac9745f || Core2 Duo@ 2,4 GHz (2 cores) / 4GB || &lt;br /&gt;
|-&lt;br /&gt;
|bug20 ||angstrom-2008.1 ||minimal-image ||Ubuntu 9.04 64 Bit  ||1.10.2   ||[[User:Stefan|Stefan]]   ||clean || none || release-2011.03&lt;br /&gt;
 || Core-i7@ 3,2 GHz(8 cores) / 12GB || 0:50h&lt;br /&gt;
|-&lt;br /&gt;
|bug20 ||angstrom-2008.1 ||console-image ||Ubuntu 9.04 64 Bit  ||1.10.2   ||[[User:Stefan|Stefan]]   ||clean || none || release-2011.03&lt;br /&gt;
 || Core-i7@ 3,2 GHz(8 cores)/ 12GB || 1:15h&lt;br /&gt;
|-&lt;br /&gt;
|bug20 ||angstrom-2008.1 ||openjdk-6 ||Ubuntu 9.04 64 Bit  ||1.10.2   ||[[User:Stefan|Stefan]]   ||clean || none || release-2011.03&lt;br /&gt;
 || Core-i7@ 3,2 GHz(8 cores)/ 12GB || 1:37h&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard ||angstrom-2008.1 ||beagleboard-linuxtag2010-demo-image, console-image ||Ubuntu 10.10 64 Bit  ||1.11.0   ||[[User:Cbrake|Cliff Brake]]   ||clean || N/A || af8541 ||Core-i7 6GB || 5:30h&lt;br /&gt;
|-&lt;br /&gt;
||imote2 ||angstrom-2010.x || imote-image || Gentoo  || 1.10.2 || [[User:jic23| Jonathan Cameron ]]&lt;br /&gt;
||clean || N/A ||  ac9745f&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx || angstrom-2008.1 || console-image || Ubuntu 10.04.2 x86_64 || master@edd5075a || [[User:Ynezz|Ynezz]] || clean || N/A || 8c6a371&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx || angstrom-2008.1 uclibc || console-image || Ubuntu 10.04.2 x86_64 || master@edd5075a || [[User:Ynezz|Ynezz]] || clean || [http://ynezz.ibawizard.net/dump/oe-release-2011.03/B.testing.angstrom-2008.1.uclibc.ts72xx.log alsa-lib-1.0.24.1-r0 failed] || 8c6a371&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx || angstrom-2010.x || console-image || Ubuntu 10.04.2 x86_64 || master@edd5075a || [[User:Ynezz|Ynezz]] || clean || N/A || 8c6a371&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx || angstrom-2010.x uclibc || console-image || Ubuntu 10.04.2 x86_64 || master@edd5075a || [[User:Ynezz|Ynezz]] || clean || [http://ynezz.ibawizard.net/dump/oe-release-2011.03/B.testing.angstrom-2010.x.uclibc.ts72xx.log uclibc-0.9.30.2-r35.1 failed] || 8c6a371&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx || minimal || console-image || Ubuntu 10.04.2 x86_64 || master@edd5075a || [[User:Ynezz|Ynezz]] || clean || N/A || 8c6a371&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx || minimal-uclibc || console-image || Ubuntu 10.04.2 x86_64 || master@edd5075a || [[User:Ynezz|Ynezz]] || clean || [http://ynezz.ibawizard.net/dump/oe-release-2011.03/B.testing.minimal-uclibc.ts72xx.log libfsobasics_git] || 8c6a371&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;     !!&#039;&#039;&#039;build type&#039;&#039;&#039; !!&#039;&#039;&#039;Existing issues&#039;&#039;&#039; !!&#039;&#039;&#039;Hash tested&#039;&#039;&#039;!!&#039;&#039;&#039;Build Machine&#039;&#039;&#039;!!&#039;&#039;&#039;Build Time&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[1] Testing done by [[User:trini|Tom Rini]]. Resources kindly provided by [http://mentor.com/linux Mentor Graphics]&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ynezz</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Testing&amp;diff=3224</id>
		<title>Testing</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Testing&amp;diff=3224"/>
		<updated>2010-11-18T09:51:04Z</updated>

		<summary type="html">&lt;p&gt;Ynezz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
* [http://search.gmane.org/?query=testing+branch&amp;amp;author=&amp;amp;group=gmane.comp.handhelds.openembedded&amp;amp;sort=date&amp;amp;DEFAULTOP=and&amp;amp;xP=Ztest%09Zbranch&amp;amp;xFILTERS=Gcomp.handhelds.openembedded---A mail list discussions related to the testing branch]&lt;br /&gt;
&lt;br /&gt;
The OpenEmbedded Testing branch is a git branch of the OE metadata with the goal of providing a recent snapshot of OE that is known to be build-able for a subset of distros, machines, images, and host workstations.  The goal of this effort is twofold:&lt;br /&gt;
# the testing branch represents a reasonably stable version of OE that builds for most tested combinations&lt;br /&gt;
# for all tested combinations, we list the last known-good-build tag so that users can always start with something that will build.&lt;br /&gt;
&lt;br /&gt;
As an example on how to configure your test setup see [[TestingScript]]&lt;br /&gt;
&lt;br /&gt;
= Test combinations =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;    !!&#039;&#039;&#039;last successful build&#039;&#039;&#039;  !!&#039;&#039;&#039;build type&#039;&#039;&#039; !!&#039;&#039;&#039;Current issues&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|p2020ds        ||minimal           ||native-sdk-image                      ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|p2020ds        ||minimal           ||nas-server-image                      ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|p2020ds        ||minimal           ||meta-toolchain                        ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|mpc8315e-rdb   ||minimal           ||native-sdk-image                      ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|mpc8315e-rdb   ||minimal           ||nas-server-image                      ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|mpc8315e-rdb   ||minimal           ||meta-toolchain                        ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||beagleboard-linuxtag2010-demo-image  ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-10-29 ||inc ||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||console-image                        ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-10-29 ||inc ||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2008.1   ||openjdk-6  ||Debian Unstable 64-bit   || 1.10 ||[[Stefan]]      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2010.x   ||openjdk-6  ||Debian Unstable 64-bit   || 1.10.1 ||[[Stefan]]      ||||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2008.1   ||openjdk-6  ||Ubuntu 10.10 32-bit   || 1.10.1 ||[[Stefan]]      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2010.x   ||openjdk-6  ||Ubuntu 10.10 32-bit   || 1.10.1 ||[[Stefan]]      ||||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|efikamx    ||minimal   ||native-sdk-image  ||Ubuntu 10.10 64-bit   || ||[[User:khem]]      ||testing_2010-09-27||clean || kernel-2.6.31.12-ER1 Error: Package name  contains illegal characters, (other than [a-z0-9.+-])&lt;br /&gt;
|-&lt;br /&gt;
|omap5912osk    ||minimal-uclibc   ||native-sdk-image  ||Ubuntu 10.04 64-bit  || ||[[User:khem]]      ||testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemumips    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemuppc    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-14||clean ||telnet-netkit: powerpc-oe-linux/bin/ld: final link failed: Nonrepresentable section on output&lt;br /&gt;
|-&lt;br /&gt;
|qemush4    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-09-27||clean || Kernel: cc1: error: command line option ‘-m4-nofpu’ is not supported by this configuration and 35881fcc6feb9670947056ff868e03b0a0900a51 is the broken according to git bisect&lt;br /&gt;
|-&lt;br /&gt;
|qemux86    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemumipsel    ||minimal   ||x11-image  ||Slackware 13.1 64-bit   || ||grg      ||testing_2010-11-04||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||clean ||testing_2010-09-13 fails to build xf86-input-mouse&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-kdepim-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None||clean ||fails to build pwmpi&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||angstrom-gnome-image  ||Ubuntu 9.10 32-bit   || ||[[User:gthomas]]      ||testing_2010-08-30||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2010.x   ||beagleboard-linuxtag2010-demo-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None ||clean ||fails to build ti-dsplink if /opt is writeable&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2008.1 || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2010.x || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||minimal-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-25||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||console-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-25||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-gnome-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||clean ||testing_2010-10-14: [http://tinderbox.openembedded.org/packages/859111/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-x-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||clean ||testing_2010-09-20: [http://tinderbox.openembedded.org/packages/785898/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|neek         ||minimal  ||console-image  ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     ||None                ||clean || testing_2010-11-12: fails (system thinks nios2 is an os2 system)&lt;br /&gt;
|-&lt;br /&gt;
|nslu2le      ||slugos   ||slugos-image   ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|nslu2be      ||slugos   ||slugos-image   ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|calamari     ||minimal  ||console-image  ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|mpc8313e-rdb ||minimal  ||console-image  ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|sheevaplug   ||minimal  ||console-image  ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||minimal-image uclibc ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-11-12 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||minimal-image glibc  ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-11-12 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||console-image uclibc ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-11-12 ||clean || x264-r2245-r7 FAILED http://tinderbox.openembedded.net/public/logs/task/10303075.txt&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||console-image glibc  ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-11-12 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||minimal-image glibc  ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-11-12 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||minimal-image uclibc ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-11-12 ||clean || libiconv-1.13.1-r0 FAILED http://tinderbox.openembedded.net/public/logs/task/10280531.txt&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||console-image glibc  ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-11-12 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||console-image uclibc ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-11-12 ||clean || libiconv-1.13.1-r0 FAILED http://tinderbox.openembedded.net/packages/986368/&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||meta-toolchain  ||Ubuntu 10.04 64-bit   || 1.10.1 ||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||meta-toolchain-qte  ||Ubuntu 10.04 64-bit   || 1.10.1||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||x-load  ||Ubuntu 10.04 64-bit   || 1.10.1||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||u-boot  ||Ubuntu 10.04 64-bit   || 1.10.1||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||console-image  ||Ubuntu 10.04 64-bit   || 1.10.1||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|akita, tosa  ||angstrom-2008.1   ||console-image, x11-image, opie-image        ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean, inc ||&lt;br /&gt;
|-&lt;br /&gt;
|collie       ||angstrom-2008.1   ||console-image, x11-image, opie-image        ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean, inc ||&lt;br /&gt;
|-&lt;br /&gt;
|ben-nanonote ||angstrom-2008.1   ||console-image, x11-image, opie-image        ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean, inc ||&lt;br /&gt;
|-&lt;br /&gt;
|efikamx      ||angstrom-2008.1   ||console-image, x11-image, opie-image        ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||none               ||clean, inc ||testing_2010-11-12 failed on [http://tinderbox.openembedded.net/packages/977058/ efikamx_kernel_do_unpack]&lt;br /&gt;
|-&lt;br /&gt;
|akita, tosa  ||minimal           ||console-image, x11-image, &amp;lt;del&amp;gt;opie-image&amp;lt;/del&amp;gt; ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean      ||opie-image is failed on [http://tinderbox.openembedded.net/packages/983809/ opie-notes]&lt;br /&gt;
|-&lt;br /&gt;
|collie       ||minimal           ||console-image, x11-image, &amp;lt;del&amp;gt;opie-image&amp;lt;/del&amp;gt; ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean      ||opie-image is failed on [http://tinderbox.openembedded.net/packages/983809/ opie-notes]&lt;br /&gt;
|-&lt;br /&gt;
|ben-nanonote ||minimal           ||console-image, x11-image, &amp;lt;del&amp;gt;opie-image&amp;lt;/del&amp;gt; ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean      ||opie-image is failed on [http://tinderbox.openembedded.net/packages/983809/ opie-notes]&lt;br /&gt;
|-&lt;br /&gt;
|efikamx      ||minimal           ||console-image, x11-image, &amp;lt;del&amp;gt;opie-image&amp;lt;/del&amp;gt; ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||none               ||clean      ||testing_2010-11-12 failed&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;    !!&#039;&#039;&#039;last successful build&#039;&#039;&#039;  !!&#039;&#039;&#039;build type&#039;&#039;&#039; !!&#039;&#039;&#039;Current issues&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[1] Testing done by eFfeM. Resources kindly provided by [http://www.axon.tv/ Axon Digital Design]&amp;lt;br /&amp;gt;&lt;br /&gt;
[2] Testing done by [[User:Sledz|Sledz]]. Resources kindly provided by [http://www.dresearch.de/ DResearch Digital Media Systems GmbH]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Testing Procedure =&lt;br /&gt;
&lt;br /&gt;
The general process for managing the testing branch is:&lt;br /&gt;
# Starting at approximately 9PM GMT of every week, the dev.openembedded.org branch is branched to the &#039;&#039;&#039;testing-next&#039;&#039;&#039; branch.&lt;br /&gt;
# Whoever creates the testing-next branch sends an email to the oe-devel list with a subject of &amp;quot;testing branch YYYY-MM-DD&amp;quot;.  All volunteers preferably do an incremental build (from last weeks snapshot), then clean tmp and do a clean build of the combinations they test.  If time or resources are not available, then incremental builds are not required.  After builds are complete, update the above chart, and report status/issues as replies to the above email.&lt;br /&gt;
# If most combinations build by following Thursday, the testing-next branch is merged to the &#039;&#039;&#039;testing&#039;&#039;&#039; branch.  Regardless, the repository is tagged with the tested_YYYY-MM-DD tag.  An annotated tag is used with a message that includes a text copy of the above table with variations that have been tested building for this cycle.  The reason we tag after testing is complete is so that we can include status in the annotated tag.  This way information about what was tested with each tagged version is captured in the repository.  A link is added for easy reference to the log below.&lt;br /&gt;
# If a build fails, then issues are reported, and we try to get issues fixed before the next weeks testing cycle.&lt;br /&gt;
# Not every combination is tested on every cycle, due to availability of testers, so we list the last known built version in the above chart.  Testers are responsible for updating the above chart.&lt;br /&gt;
# All testers are encouraged to use [[Tinderbox]] so problems are automatically reported and logged, and issues in the above chart can be linked to Tinderbox.&lt;br /&gt;
&lt;br /&gt;
We strongly encourage chip and SBC/Module vendors to become involved in this effort to ensure OE works for your platforms.&lt;br /&gt;
&lt;br /&gt;
= Useful software =&lt;br /&gt;
* Hudson http://hudson-ci.org/&lt;br /&gt;
* BuildBot http://buildbot.net/trac&lt;br /&gt;
* [[Testing:TestBuilder|TestBuilder]] by [[User:Jay7|Jay7]]&lt;br /&gt;
* [[TestingScript]] by [[User:EFfeM|EFfeM]]&lt;br /&gt;
&lt;br /&gt;
= Testing Log =&lt;br /&gt;
&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-23&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-30&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-07&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-13&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-20&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-27&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-10-08&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=tested_2010-10-14&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=tested_2010-10-25&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=tested_2010-10-29&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;/div&gt;</summary>
		<author><name>Ynezz</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Testing&amp;diff=3223</id>
		<title>Testing</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Testing&amp;diff=3223"/>
		<updated>2010-11-18T09:50:18Z</updated>

		<summary type="html">&lt;p&gt;Ynezz: ts72xx testin-next_12-11&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
* [http://search.gmane.org/?query=testing+branch&amp;amp;author=&amp;amp;group=gmane.comp.handhelds.openembedded&amp;amp;sort=date&amp;amp;DEFAULTOP=and&amp;amp;xP=Ztest%09Zbranch&amp;amp;xFILTERS=Gcomp.handhelds.openembedded---A mail list discussions related to the testing branch]&lt;br /&gt;
&lt;br /&gt;
The OpenEmbedded Testing branch is a git branch of the OE metadata with the goal of providing a recent snapshot of OE that is known to be build-able for a subset of distros, machines, images, and host workstations.  The goal of this effort is twofold:&lt;br /&gt;
# the testing branch represents a reasonably stable version of OE that builds for most tested combinations&lt;br /&gt;
# for all tested combinations, we list the last known-good-build tag so that users can always start with something that will build.&lt;br /&gt;
&lt;br /&gt;
As an example on how to configure your test setup see [[TestingScript]]&lt;br /&gt;
&lt;br /&gt;
= Test combinations =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;    !!&#039;&#039;&#039;last successful build&#039;&#039;&#039;  !!&#039;&#039;&#039;build type&#039;&#039;&#039; !!&#039;&#039;&#039;Current issues&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|p2020ds        ||minimal           ||native-sdk-image                      ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|p2020ds        ||minimal           ||nas-server-image                      ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|p2020ds        ||minimal           ||meta-toolchain                        ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|mpc8315e-rdb   ||minimal           ||native-sdk-image                      ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|mpc8315e-rdb   ||minimal           ||nas-server-image                      ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|mpc8315e-rdb   ||minimal           ||meta-toolchain                        ||Ubuntu 9.10 64-bit || 1.10.1         ||[[User:trini]]  ||testing_2010-11-12           ||clean            ||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||beagleboard-linuxtag2010-demo-image  ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-10-29 ||inc ||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||console-image                        ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-10-29 ||inc ||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2008.1   ||openjdk-6  ||Debian Unstable 64-bit   || 1.10 ||[[Stefan]]      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2010.x   ||openjdk-6  ||Debian Unstable 64-bit   || 1.10.1 ||[[Stefan]]      ||||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2008.1   ||openjdk-6  ||Ubuntu 10.10 32-bit   || 1.10.1 ||[[Stefan]]      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2010.x   ||openjdk-6  ||Ubuntu 10.10 32-bit   || 1.10.1 ||[[Stefan]]      ||||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|efikamx    ||minimal   ||native-sdk-image  ||Ubuntu 10.10 64-bit   || ||[[User:khem]]      ||testing_2010-09-27||clean || kernel-2.6.31.12-ER1 Error: Package name  contains illegal characters, (other than [a-z0-9.+-])&lt;br /&gt;
|-&lt;br /&gt;
|omap5912osk    ||minimal-uclibc   ||native-sdk-image  ||Ubuntu 10.04 64-bit  || ||[[User:khem]]      ||testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemumips    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemuppc    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-14||clean ||telnet-netkit: powerpc-oe-linux/bin/ld: final link failed: Nonrepresentable section on output&lt;br /&gt;
|-&lt;br /&gt;
|qemush4    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-09-27||clean || Kernel: cc1: error: command line option ‘-m4-nofpu’ is not supported by this configuration and 35881fcc6feb9670947056ff868e03b0a0900a51 is the broken according to git bisect&lt;br /&gt;
|-&lt;br /&gt;
|qemux86    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemumipsel    ||minimal   ||x11-image  ||Slackware 13.1 64-bit   || ||grg      ||testing_2010-11-04||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||clean ||testing_2010-09-13 fails to build xf86-input-mouse&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-kdepim-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None||clean ||fails to build pwmpi&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||angstrom-gnome-image  ||Ubuntu 9.10 32-bit   || ||[[User:gthomas]]      ||testing_2010-08-30||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2010.x   ||beagleboard-linuxtag2010-demo-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None ||clean ||fails to build ti-dsplink if /opt is writeable&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2008.1 || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2010.x || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-10-29||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||minimal-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-25||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||console-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-25||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-gnome-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||clean ||testing_2010-10-14: [http://tinderbox.openembedded.org/packages/859111/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-x-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||clean ||testing_2010-09-20: [http://tinderbox.openembedded.org/packages/785898/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|neek         ||minimal  ||console-image  ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     ||None                ||clean || testing_2010-11-12: fails (system thinks nios2 is an os2 system)&lt;br /&gt;
|-&lt;br /&gt;
|nslu2le      ||slugos   ||slugos-image   ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|nslu2be      ||slugos   ||slugos-image   ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|calamari     ||minimal  ||console-image  ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|mpc8313e-rdb ||minimal  ||console-image  ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|sheevaplug   ||minimal  ||console-image  ||Ubuntu 10.04 64-bit   || 1.10 ||eFfeM [1]     || testing_2010-11-12 ||clean || &lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||minimal-image uclibc ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-12-11 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||minimal-image glibc  ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-12-11 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||console-image uclibc ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-12-11 ||clean || x264-r2245-r7 FAILED http://tinderbox.openembedded.net/public/logs/task/10303075.txt&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||console-image glibc  ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-12-11 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||minimal-image glibc  ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-12-11 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||minimal-image uclibc ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-12-11 ||clean || libiconv-1.13.1-r0 FAILED http://tinderbox.openembedded.net/public/logs/task/10280531.txt&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||console-image glibc  ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-12-11 ||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||console-image uclibc ||Ubuntu 10.04 64-bit   ||master ||ynezz     || testing_2010-12-11 ||clean || libiconv-1.13.1-r0 FAILED http://tinderbox.openembedded.net/packages/986368/&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||meta-toolchain  ||Ubuntu 10.04 64-bit   || 1.10.1 ||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||meta-toolchain-qte  ||Ubuntu 10.04 64-bit   || 1.10.1||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||x-load  ||Ubuntu 10.04 64-bit   || 1.10.1||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||u-boot  ||Ubuntu 10.04 64-bit   || 1.10.1||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|overo     ||angstrom-2008.1   ||console-image  ||Ubuntu 10.04 64-bit   || 1.10.1||tharvey      ||testing_2010-11-12||clean ||&lt;br /&gt;
|-&lt;br /&gt;
|akita, tosa  ||angstrom-2008.1   ||console-image, x11-image, opie-image        ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean, inc ||&lt;br /&gt;
|-&lt;br /&gt;
|collie       ||angstrom-2008.1   ||console-image, x11-image, opie-image        ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean, inc ||&lt;br /&gt;
|-&lt;br /&gt;
|ben-nanonote ||angstrom-2008.1   ||console-image, x11-image, opie-image        ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean, inc ||&lt;br /&gt;
|-&lt;br /&gt;
|efikamx      ||angstrom-2008.1   ||console-image, x11-image, opie-image        ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||none               ||clean, inc ||testing_2010-11-12 failed on [http://tinderbox.openembedded.net/packages/977058/ efikamx_kernel_do_unpack]&lt;br /&gt;
|-&lt;br /&gt;
|akita, tosa  ||minimal           ||console-image, x11-image, &amp;lt;del&amp;gt;opie-image&amp;lt;/del&amp;gt; ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean      ||opie-image is failed on [http://tinderbox.openembedded.net/packages/983809/ opie-notes]&lt;br /&gt;
|-&lt;br /&gt;
|collie       ||minimal           ||console-image, x11-image, &amp;lt;del&amp;gt;opie-image&amp;lt;/del&amp;gt; ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean      ||opie-image is failed on [http://tinderbox.openembedded.net/packages/983809/ opie-notes]&lt;br /&gt;
|-&lt;br /&gt;
|ben-nanonote ||minimal           ||console-image, x11-image, &amp;lt;del&amp;gt;opie-image&amp;lt;/del&amp;gt; ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||testing_2010-11-12 ||clean      ||opie-image is failed on [http://tinderbox.openembedded.net/packages/983809/ opie-notes]&lt;br /&gt;
|-&lt;br /&gt;
|efikamx      ||minimal           ||console-image, x11-image, &amp;lt;del&amp;gt;opie-image&amp;lt;/del&amp;gt; ||Debian Squeeze 64-bit ||master   ||[[User:Jay7|Jay7]]   ||none               ||clean      ||testing_2010-11-12 failed&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;    !!&#039;&#039;&#039;last successful build&#039;&#039;&#039;  !!&#039;&#039;&#039;build type&#039;&#039;&#039; !!&#039;&#039;&#039;Current issues&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[1] Testing done by eFfeM. Resources kindly provided by [http://www.axon.tv/ Axon Digital Design]&amp;lt;br /&amp;gt;&lt;br /&gt;
[2] Testing done by [[User:Sledz|Sledz]]. Resources kindly provided by [http://www.dresearch.de/ DResearch Digital Media Systems GmbH]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Testing Procedure =&lt;br /&gt;
&lt;br /&gt;
The general process for managing the testing branch is:&lt;br /&gt;
# Starting at approximately 9PM GMT of every week, the dev.openembedded.org branch is branched to the &#039;&#039;&#039;testing-next&#039;&#039;&#039; branch.&lt;br /&gt;
# Whoever creates the testing-next branch sends an email to the oe-devel list with a subject of &amp;quot;testing branch YYYY-MM-DD&amp;quot;.  All volunteers preferably do an incremental build (from last weeks snapshot), then clean tmp and do a clean build of the combinations they test.  If time or resources are not available, then incremental builds are not required.  After builds are complete, update the above chart, and report status/issues as replies to the above email.&lt;br /&gt;
# If most combinations build by following Thursday, the testing-next branch is merged to the &#039;&#039;&#039;testing&#039;&#039;&#039; branch.  Regardless, the repository is tagged with the tested_YYYY-MM-DD tag.  An annotated tag is used with a message that includes a text copy of the above table with variations that have been tested building for this cycle.  The reason we tag after testing is complete is so that we can include status in the annotated tag.  This way information about what was tested with each tagged version is captured in the repository.  A link is added for easy reference to the log below.&lt;br /&gt;
# If a build fails, then issues are reported, and we try to get issues fixed before the next weeks testing cycle.&lt;br /&gt;
# Not every combination is tested on every cycle, due to availability of testers, so we list the last known built version in the above chart.  Testers are responsible for updating the above chart.&lt;br /&gt;
# All testers are encouraged to use [[Tinderbox]] so problems are automatically reported and logged, and issues in the above chart can be linked to Tinderbox.&lt;br /&gt;
&lt;br /&gt;
We strongly encourage chip and SBC/Module vendors to become involved in this effort to ensure OE works for your platforms.&lt;br /&gt;
&lt;br /&gt;
= Useful software =&lt;br /&gt;
* Hudson http://hudson-ci.org/&lt;br /&gt;
* BuildBot http://buildbot.net/trac&lt;br /&gt;
* [[Testing:TestBuilder|TestBuilder]] by [[User:Jay7|Jay7]]&lt;br /&gt;
* [[TestingScript]] by [[User:EFfeM|EFfeM]]&lt;br /&gt;
&lt;br /&gt;
= Testing Log =&lt;br /&gt;
&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-23&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-30&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-07&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-13&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-20&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-27&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-10-08&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=tested_2010-10-14&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=tested_2010-10-25&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=tested_2010-10-29&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;/div&gt;</summary>
		<author><name>Ynezz</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Testing&amp;diff=2889</id>
		<title>Testing</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Testing&amp;diff=2889"/>
		<updated>2010-10-16T07:20:15Z</updated>

		<summary type="html">&lt;p&gt;Ynezz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
* [http://search.gmane.org/?query=testing+branch&amp;amp;author=&amp;amp;group=gmane.comp.handhelds.openembedded&amp;amp;sort=date&amp;amp;DEFAULTOP=and&amp;amp;xP=Ztest%09Zbranch&amp;amp;xFILTERS=Gcomp.handhelds.openembedded---A mail list discussions related to the testing branch]&lt;br /&gt;
&lt;br /&gt;
The OpenEmbedded Testing branch is a git branch of the OE metadata with the goal of providing a recent snapshot of OE that is known to be build-able for a subset of distros, machines, images, and host workstations.  The goal of this effort is twofold:&lt;br /&gt;
# the testing branch represents a reasonably stable version of OE that builds for most tested combinations&lt;br /&gt;
# for all tested combinations, we list the last known-good-build tag so that users can always start with something that will build&lt;br /&gt;
&lt;br /&gt;
The test combinations are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;    !!&#039;&#039;&#039;last successful build&#039;&#039;&#039;  !!&#039;&#039;&#039;Current issues&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||beagleboard-linuxtag2010-demo-image  ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||console-image                        ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2008.1   ||openjdk-6  ||Debian Unstable 64-bit   || 1.10 ||[[Stefan]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|efikamx    ||minimal   ||native-sdk-image  ||Ubuntu 10.10 64-bit   || ||[[User:khem]]      ||testing_2010-09-27||&lt;br /&gt;
|-&lt;br /&gt;
|omap5912osk    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit  || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemumips    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemuppc    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemush4    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-09-27| GCC 4.5 fails on multlib options for sh3/ml |&lt;br /&gt;
|-&lt;br /&gt;
|qemux86    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemumipsel    ||minimal   ||x11-image  ||Slackware 13.1 64-bit   || ||grg      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||testing_2010-09-13 fails to build xf86-input-mouse&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-kdepim-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None||fails to build pwmpi&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||angstrom-gnome-image  ||Ubuntu 9.10 32-bit   || ||[[User:gthomas]]      ||testing_2010-08-30||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2010.x   ||beagleboard-linuxtag2010-demo-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None ||fails to build ti-dsplink if /opt is writeable&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2008.1 || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2010.x || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-09-27||Testing 2010-10-04 failed on udev 151 - looks like it might be a random compiler glitch. http://tinderbox.openembedded.net/public/logs/task/8417935.txt. Still failing with 2010-10-08&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||minimal-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-14||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||console-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-14||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-gnome-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||testing_2010-10-08: [http://tinderbox.openembedded.net/packages/835265/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-x-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||testing_2010-09-20: [http://tinderbox.openembedded.org/packages/785898/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|neek         ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     ||None                || testing_2010-10-08: fails (mirror to fetch nios2 kernel is down)&lt;br /&gt;
|-&lt;br /&gt;
|nslu2le      ||slugos   ||slugos-image   ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-10-08 ||&lt;br /&gt;
|-&lt;br /&gt;
|nslu2be      ||slugos   ||slugos-image   ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-10-08 || &lt;br /&gt;
|-&lt;br /&gt;
|calamari     ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native (configure): http://tinderbox.openembedded.net/builds/94014/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|mpc8313e-rdb ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native&lt;br /&gt;
|-&lt;br /&gt;
|sheevaplug   ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||minimal-image  ||Ubuntu 10.04 32-bit   || master ||ynezz     || testing_2010-10-14 || &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||minimal-image  ||Ubuntu 10.04 32-bit   || master ||ynezz     || testing_2010-10-14 || Builds only with CFLAGS_append = &amp;quot; -Os&amp;quot; in udev recipe.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[1] Testing done by eFfeM. Resources kindly provided by [http://www.axon.tv/ Axon Digital Design]&amp;lt;br /&amp;gt;&lt;br /&gt;
[2] Testing done by [[User:Sledz|Sledz]]. Resources kindly provided by [http://www.dresearch.de/ DResearch Digital Media Systems GmbH]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Testing Procedure =&lt;br /&gt;
&lt;br /&gt;
The general process for managing the testing branch is:&lt;br /&gt;
# Starting at approximately 9PM GMT of every week, the dev.openembedded.org branch is branched to the &#039;&#039;&#039;testing-next&#039;&#039;&#039; branch.&lt;br /&gt;
# Whoever creates the testing-next branch sends an email to the oe-devel list with a subject of &amp;quot;testing branch YYYY-MM-DD&amp;quot;.  All volunteers start a clean build and build the combinations they test, update the above chart, and report status/issues as replies to the above email.&lt;br /&gt;
# If most combinations build by following Thursday, the testing-next branch is merged to the &#039;&#039;&#039;testing&#039;&#039;&#039; branch.  Regardless, the repository is tagged with the testing_YYYY-MM-DD tag.  An annotated tag is used with a message that includes a text copy of the above table with variations that have been tested building for this cycle.  The reason we tag after testing is complete is so that we can include status in the annotated tag.  This way information about what was tested with each tagged version is captured in the repository.  A link is added for easy reference to the log below.&lt;br /&gt;
# If a build fails, then issues are reported, and we try to get issues fixed before the next weeks testing cycle.&lt;br /&gt;
# Not every combination is tested on every cycle, due to availability of testers, so we list the last known built version in the above chart.  Testers are responsible for updating the above chart.&lt;br /&gt;
# All testers are encouraged to use [[Tinderbox]] so problems are automatically reported and logged, and issues in the above chart can be linked to Tinderbox.&lt;br /&gt;
&lt;br /&gt;
We strongly encourage chip and SBC/Module vendors to become involved in this effort to ensure OE works for your platforms.&lt;br /&gt;
&lt;br /&gt;
= Testing Log =&lt;br /&gt;
&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-23&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-30&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-07&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-13&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-20&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-27&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-10-08&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;/div&gt;</summary>
		<author><name>Ynezz</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Testing&amp;diff=2887</id>
		<title>Testing</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Testing&amp;diff=2887"/>
		<updated>2010-10-15T16:01:05Z</updated>

		<summary type="html">&lt;p&gt;Ynezz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
* [http://search.gmane.org/?query=testing+branch&amp;amp;author=&amp;amp;group=gmane.comp.handhelds.openembedded&amp;amp;sort=date&amp;amp;DEFAULTOP=and&amp;amp;xP=Ztest%09Zbranch&amp;amp;xFILTERS=Gcomp.handhelds.openembedded---A mail list discussions related to the testing branch]&lt;br /&gt;
&lt;br /&gt;
The OpenEmbedded Testing branch is a git branch of the OE metadata with the goal of providing a recent snapshot of OE that is known to be build-able for a subset of distros, machines, images, and host workstations.  The goal of this effort is twofold:&lt;br /&gt;
# the testing branch represents a reasonably stable version of OE that builds for most tested combinations&lt;br /&gt;
# for all tested combinations, we list the last known-good-build tag so that users can always start with something that will build&lt;br /&gt;
&lt;br /&gt;
The test combinations are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;    !!&#039;&#039;&#039;last successful build&#039;&#039;&#039;  !!&#039;&#039;&#039;Current issues&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||beagleboard-linuxtag2010-demo-image  ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||console-image                        ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2008.1   ||openjdk-6  ||Debian Unstable 64-bit   || 1.10 ||[[Stefan]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|efikamx    ||minimal   ||native-sdk-image  ||Ubuntu 10.10 64-bit   || ||[[User:khem]]      ||testing_2010-09-27||&lt;br /&gt;
|-&lt;br /&gt;
|omap5912osk    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit  || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemumips    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemuppc    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemush4    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-09-27| GCC 4.5 fails on multlib options for sh3/ml |&lt;br /&gt;
|-&lt;br /&gt;
|qemux86    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemumipsel    ||minimal   ||x11-image  ||Slackware 13.1 64-bit   || ||grg      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||testing_2010-09-13 fails to build xf86-input-mouse&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-kdepim-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None||fails to build pwmpi&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||angstrom-gnome-image  ||Ubuntu 9.10 32-bit   || ||[[User:gthomas]]      ||testing_2010-08-30||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2010.x   ||beagleboard-linuxtag2010-demo-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None ||fails to build ti-dsplink if /opt is writeable&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2008.1 || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2010.x || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-09-27||Testing 2010-10-04 failed on udev 151 - looks like it might be a random compiler glitch. http://tinderbox.openembedded.net/public/logs/task/8417935.txt. Still failing with 2010-10-08&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||minimal-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-15||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||console-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-15||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-gnome-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||testing_2010-10-08: [http://tinderbox.openembedded.net/packages/835265/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-x-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||testing_2010-09-20: [http://tinderbox.openembedded.org/packages/785898/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|neek         ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     ||None                || testing_2010-10-08: fails (mirror to fetch nios2 kernel is down)&lt;br /&gt;
|-&lt;br /&gt;
|nslu2le      ||slugos   ||slugos-image   ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-10-08 ||&lt;br /&gt;
|-&lt;br /&gt;
|nslu2be      ||slugos   ||slugos-image   ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-10-08 || &lt;br /&gt;
|-&lt;br /&gt;
|calamari     ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native (configure): http://tinderbox.openembedded.net/builds/94014/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|mpc8313e-rdb ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native&lt;br /&gt;
|-&lt;br /&gt;
|sheevaplug   ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||minimal-image  ||Ubuntu 10.04 32-bit   || master ||ynezz     || testing_2010-10-14 || &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||minimal-image  ||Ubuntu 10.04 32-bit   || master ||ynezz     || testing_2010-10-08 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[1] Testing done by eFfeM. Resources kindly provided by [http://www.axon.tv/ Axon Digital Design]&amp;lt;br /&amp;gt;&lt;br /&gt;
[2] Testing done by [[User:Sledz|Sledz]]. Resources kindly provided by [http://www.dresearch.de/ DResearch Digital Media Systems GmbH]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Testing Procedure =&lt;br /&gt;
&lt;br /&gt;
The general process for managing the testing branch is:&lt;br /&gt;
# Starting at approximately 9PM GMT of every week, the dev.openembedded.org branch is branched to the &#039;&#039;&#039;testing-next&#039;&#039;&#039; branch.&lt;br /&gt;
# Whoever creates the testing-next branch sends an email to the oe-devel list with a subject of &amp;quot;testing branch YYYY-MM-DD&amp;quot;.  All volunteers start a clean build and build the combinations they test, update the above chart, and report status/issues as replies to the above email.&lt;br /&gt;
# If most combinations build by following Thursday, the testing-next branch is merged to the &#039;&#039;&#039;testing&#039;&#039;&#039; branch.  Regardless, the repository is tagged with the testing_YYYY-MM-DD tag.  An annotated tag is used with a message that includes a text copy of the above table with variations that have been tested building for this cycle.  The reason we tag after testing is complete is so that we can include status in the annotated tag.  This way information about what was tested with each tagged version is captured in the repository.  A link is added for easy reference to the log below.&lt;br /&gt;
# If a build fails, then issues are reported, and we try to get issues fixed before the next weeks testing cycle.&lt;br /&gt;
# Not every combination is tested on every cycle, due to availability of testers, so we list the last known built version in the above chart.  Testers are responsible for updating the above chart.&lt;br /&gt;
# All testers are encouraged to use [[Tinderbox]] so problems are automatically reported and logged, and issues in the above chart can be linked to Tinderbox.&lt;br /&gt;
&lt;br /&gt;
We strongly encourage chip and SBC/Module vendors to become involved in this effort to ensure OE works for your platforms.&lt;br /&gt;
&lt;br /&gt;
= Testing Log =&lt;br /&gt;
&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-23&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-30&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-07&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-13&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-20&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-27&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-10-08&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;/div&gt;</summary>
		<author><name>Ynezz</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Testing&amp;diff=2872</id>
		<title>Testing</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Testing&amp;diff=2872"/>
		<updated>2010-10-14T11:14:10Z</updated>

		<summary type="html">&lt;p&gt;Ynezz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
* [http://search.gmane.org/?query=testing+branch&amp;amp;author=&amp;amp;group=gmane.comp.handhelds.openembedded&amp;amp;sort=date&amp;amp;DEFAULTOP=and&amp;amp;xP=Ztest%09Zbranch&amp;amp;xFILTERS=Gcomp.handhelds.openembedded---A mail list discussions related to the testing branch]&lt;br /&gt;
&lt;br /&gt;
The OpenEmbedded Testing branch is a git branch of the OE metadata with the goal of providing a recent snapshot of OE that is known to be build-able for a subset of distros, machines, images, and host workstations.  The goal of this effort is twofold:&lt;br /&gt;
# the testing branch represents a reasonably stable version of OE that builds for most tested combinations&lt;br /&gt;
# for all tested combinations, we list the last known-good-build tag so that users can always start with something that will build&lt;br /&gt;
&lt;br /&gt;
The test combinations are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;    !!&#039;&#039;&#039;last successful build&#039;&#039;&#039;  !!&#039;&#039;&#039;Current issues&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||beagleboard-linuxtag2010-demo-image  ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-09-20||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||console-image                        ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-09-20||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2008.1   ||openjdk-6  ||Debian Unstable 64-bit   || 1.10 ||[[Stefan]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|efikamx    ||minimal   ||native-sdk-image  ||Ubuntu 10.10 64-bit   || ||[[User:khem]]      ||testing_2010-09-27||&lt;br /&gt;
|-&lt;br /&gt;
|omap5912osk    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit  || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemumips    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemuppc    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemush4    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-09-27| GCC 4.5 fails on multlib options for sh3/ml |&lt;br /&gt;
|-&lt;br /&gt;
|qemux86    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemumipsel    ||minimal   ||x11-image  ||Slackware 13.1 64-bit   || ||grg      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||testing_2010-09-13 fails to build xf86-input-mouse&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-kdepim-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None||fails to build pwmpi&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||angstrom-gnome-image  ||Ubuntu 9.10 32-bit   || ||[[User:gthomas]]      ||testing_2010-08-30||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2010.x   ||beagleboard-linuxtag2010-demo-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None ||fails to build ti-dsplink if /opt is writeable&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2008.1 || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2010.x || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-09-27||Testing 2010-10-04 failed on udev 151 - looks like it might be a random compiler glitch. http://tinderbox.openembedded.net/public/logs/task/8417935.txt. Still failing with 2010-10-08&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||minimal-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||console-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-gnome-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||testing_2010-10-08: [http://tinderbox.openembedded.net/packages/835265/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-x-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||testing_2010-09-20: [http://tinderbox.openembedded.org/packages/785898/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|neek         ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     ||None                || testing_2010-10-08: fails (mirror to fetch nios2 kernel is down)&lt;br /&gt;
|-&lt;br /&gt;
|nslu2le      ||slugos   ||slugos-image   ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-10-08 ||&lt;br /&gt;
|-&lt;br /&gt;
|nslu2be      ||slugos   ||slugos-image   ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-10-08 || &lt;br /&gt;
|-&lt;br /&gt;
|calamari     ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native (configure): http://tinderbox.openembedded.net/builds/94014/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|mpc8313e-rdb ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native&lt;br /&gt;
|-&lt;br /&gt;
|sheevaplug   ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2008.1  ||minimal-image  ||Ubuntu 10.04 32-bit   || master ||ynezz     || testing_2010-10-08 || &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||minimal-image  ||Ubuntu 10.04 32-bit   || master ||ynezz     || testing_2010-10-08 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[1] Testing done by eFfeM. Resources kindly provided by [http://www.axon.tv/ Axon Digital Design]&amp;lt;br /&amp;gt;&lt;br /&gt;
[2] Testing done by [[User:Sledz|Sledz]]. Resources kindly provided by [http://www.dresearch.de/ DResearch Digital Media Systems GmbH]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Testing Procedure =&lt;br /&gt;
&lt;br /&gt;
The general process for managing the testing branch is:&lt;br /&gt;
# Starting at approximately 9PM GMT of every week, the dev.openembedded.org branch is branched to the &#039;&#039;&#039;testing-next&#039;&#039;&#039; branch.&lt;br /&gt;
# Whoever creates the testing-next branch sends an email to the oe-devel list with a subject of &amp;quot;testing branch YYYY-MM-DD&amp;quot;.  All volunteers start a clean build and build the combinations they test, update the above chart, and report status/issues as replies to the above email.&lt;br /&gt;
# If most combinations build by following Thursday, the testing-next branch is merged to the &#039;&#039;&#039;testing&#039;&#039;&#039; branch.  Regardless, the repository is tagged with the testing_YYYY-MM-DD tag.  An annotated tag is used with a message that includes a text copy of the above table with variations that have been tested building for this cycle.  The reason we tag after testing is complete is so that we can include status in the annotated tag.  This way information about what was tested with each tagged version is captured in the repository.  A link is added for easy reference to the log below.&lt;br /&gt;
# If a build fails, then issues are reported, and we try to get issues fixed before the next weeks testing cycle.&lt;br /&gt;
# Not every combination is tested on every cycle, due to availability of testers, so we list the last known built version in the above chart.  Testers are responsible for updating the above chart.&lt;br /&gt;
# All testers are encouraged to use [[Tinderbox]] so problems are automatically reported and logged, and issues in the above chart can be linked to Tinderbox.&lt;br /&gt;
&lt;br /&gt;
We strongly encourage chip and SBC/Module vendors to become involved in this effort to ensure OE works for your platforms.&lt;br /&gt;
&lt;br /&gt;
= Testing Log =&lt;br /&gt;
&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-23&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-30&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-07&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-13&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-20&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-27&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;/div&gt;</summary>
		<author><name>Ynezz</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Testing&amp;diff=2862</id>
		<title>Testing</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Testing&amp;diff=2862"/>
		<updated>2010-10-13T16:11:54Z</updated>

		<summary type="html">&lt;p&gt;Ynezz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
* [http://search.gmane.org/?query=testing+branch&amp;amp;author=&amp;amp;group=gmane.comp.handhelds.openembedded&amp;amp;sort=date&amp;amp;DEFAULTOP=and&amp;amp;xP=Ztest%09Zbranch&amp;amp;xFILTERS=Gcomp.handhelds.openembedded---A mail list discussions related to the testing branch]&lt;br /&gt;
&lt;br /&gt;
The OpenEmbedded Testing branch is a git branch of the OE metadata with the goal of providing a recent snapshot of OE that is known to be build-able for a subset of distros, machines, images, and host workstations.  The goal of this effort is twofold:&lt;br /&gt;
# the testing branch represents a reasonably stable version of OE that builds for most tested combinations&lt;br /&gt;
# for all tested combinations, we list the last known-good-build tag so that users can always start with something that will build&lt;br /&gt;
&lt;br /&gt;
The test combinations are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;machine&#039;&#039;&#039;  !!&#039;&#039;&#039;distro&#039;&#039;&#039;      !!&#039;&#039;&#039;target&#039;&#039;&#039;                          !!&#039;&#039;&#039;workstation&#039;&#039;&#039;  !!&#039;&#039;&#039;bitbake&#039;&#039;&#039;   !!&#039;&#039;&#039;tester&#039;&#039;&#039;    !!&#039;&#039;&#039;last successful build&#039;&#039;&#039;  !!&#039;&#039;&#039;Current issues&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||beagleboard-linuxtag2010-demo-image  ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-09-20||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||console-image                        ||Ubuntu 10.04 64-bit   || ||[[User:Cbrake]]      ||testing_2010-09-20||&lt;br /&gt;
|-&lt;br /&gt;
|bug20    ||angstrom-2008.1   ||openjdk-6  ||Debian Unstable 64-bit   || 1.10 ||[[Stefan]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|efikamx    ||minimal   ||native-sdk-image  ||Ubuntu 10.10 64-bit   || ||[[User:khem]]      ||testing_2010-09-27||&lt;br /&gt;
|-&lt;br /&gt;
|omap5912osk    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit  || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemumips    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemuppc    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemush4    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-09-27| GCC 4.5 fails on multlib options for sh3/ml |&lt;br /&gt;
|-&lt;br /&gt;
|qemux86    ||minimal   ||native-sdk-image  ||Ubuntu 10.04 64-bit   || ||[[User:khem]]      ||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|qemumipsel    ||minimal   ||x11-image  ||Slackware 13.1 64-bit   || ||grg      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||testing_2010-09-13 fails to build xf86-input-mouse&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-09-07||&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2010.x   ||opie-kdepim-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None||fails to build pwmpi&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||angstrom-gnome-image  ||Ubuntu 9.10 32-bit   || ||[[User:gthomas]]      ||testing_2010-08-30||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2010.x   ||beagleboard-linuxtag2010-demo-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||None ||fails to build ti-dsplink if /opt is writeable&lt;br /&gt;
|-&lt;br /&gt;
|qemuarm    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|beagleboard    ||angstrom-2008.1   ||x11-gpe-image  ||Fedora 12 32-bit   || ||[[User:gthomas]]      ||testing_2010-10-04||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2008.1 || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|imote2 || angstrom-2010.x || imote2-image || Gentoo || || [[User:jic23]] || testing_2010-09-27||Testing 2010-10-04 failed on udev 151 - looks like it might be a random compiler glitch. http://tinderbox.openembedded.net/public/logs/task/8417935.txt. Still failing with 2010-10-08&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||minimal-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||console-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||testing_2010-10-08||&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-gnome-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||testing_2010-10-08: [http://tinderbox.openembedded.net/packages/835265/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|hipox ||angstrom-2008.1 ||angstrom-x-image ||openSUSE 11.3 32-bit || 1.8.18 ||[[User:Sledz|Sledz]] [2]||None||testing_2010-09-20: [http://tinderbox.openembedded.org/packages/785898/ do_configure epiphany failed]&lt;br /&gt;
|-&lt;br /&gt;
|neek         ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     ||None                || testing_2010-10-08: fails (mirror to fetch nios2 kernel is down)&lt;br /&gt;
|-&lt;br /&gt;
|nslu2le      ||slugos   ||slugos-image   ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-10-08 ||&lt;br /&gt;
|-&lt;br /&gt;
|nslu2be      ||slugos   ||slugos-image   ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-10-08 || &lt;br /&gt;
|-&lt;br /&gt;
|calamari     ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native (configure): http://tinderbox.openembedded.net/builds/94014/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|mpc8313e-rdb ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native&lt;br /&gt;
|-&lt;br /&gt;
|sheevaplug   ||minimal  ||console-image  ||Ubuntu 10.04 32-bit   || 1.10 ||eFfeM [1]     || testing_2010-09-27 || testing_2010-10-08: fails building libgee-native&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ts72xx   ||angstrom-2010.x  ||minimal-image  ||Ubuntu 10.04 32-bit   || master ||ynezz     || testing_2010-10-08 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[1] Testing done by eFfeM. Resources kindly provided by [http://www.axon.tv/ Axon Digital Design]&amp;lt;br /&amp;gt;&lt;br /&gt;
[2] Testing done by [[User:Sledz|Sledz]]. Resources kindly provided by [http://www.dresearch.de/ DResearch Digital Media Systems GmbH]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Testing Procedure =&lt;br /&gt;
&lt;br /&gt;
The general process for managing the testing branch is:&lt;br /&gt;
# Starting at approximately 9PM GMT of every week, the dev.openembedded.org branch is branched to the &#039;&#039;&#039;testing-next&#039;&#039;&#039; branch.&lt;br /&gt;
# Whoever creates the testing-next branch sends an email to the oe-devel list with a subject of &amp;quot;testing branch YYYY-MM-DD&amp;quot;.  All volunteers start a clean build and build the combinations they test, update the above chart, and report status/issues as replies to the above email.&lt;br /&gt;
# If most combinations build by following Thursday, the testing-next branch is merged to the &#039;&#039;&#039;testing&#039;&#039;&#039; branch.  Regardless, the repository is tagged with the testing_YYYY-MM-DD tag.  An annotated tag is used with a message that includes a text copy of the above table with variations that have been tested building for this cycle.  The reason we tag after testing is complete is so that we can include status in the annotated tag.  This way information about what was tested with each tagged version is captured in the repository.  A link is added for easy reference to the log below.&lt;br /&gt;
# If a build fails, then issues are reported, and we try to get issues fixed before the next weeks testing cycle.&lt;br /&gt;
# Not every combination is tested on every cycle, due to availability of testers, so we list the last known built version in the above chart.  Testers are responsible for updating the above chart.&lt;br /&gt;
# All testers are encouraged to use [[Tinderbox]] so problems are automatically reported and logged, and issues in the above chart can be linked to Tinderbox.&lt;br /&gt;
&lt;br /&gt;
We strongly encourage chip and SBC/Module vendors to become involved in this effort to ensure OE works for your platforms.&lt;br /&gt;
&lt;br /&gt;
= Testing Log =&lt;br /&gt;
&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-23&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-08-30&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-07&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-13&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-20&lt;br /&gt;
* http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-27&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;/div&gt;</summary>
		<author><name>Ynezz</name></author>
	</entry>
</feed>