<?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=Ronan</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=Ronan"/>
	<link rel="alternate" type="text/html" href="https://www.openembedded.org/wiki/Special:Contributions/Ronan"/>
	<updated>2026-05-09T14:18:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=421</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=421"/>
		<updated>2008-08-13T16:41:03Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* Centers of interest related to openembedded */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Some are perhaps really bad ideas ( not enough searsh ), or already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== bugzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== reduce image size method ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependency ) ... diff with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
http://www.ibm.com/developerworks/linux/library/l-inotify.html&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
* template design&lt;br /&gt;
* baobab ...&lt;br /&gt;
&lt;br /&gt;
[http://www.reportlab.org/rl_toolkit.html reportlab]&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== some QA ideas ==&lt;br /&gt;
&lt;br /&gt;
=== fuzzing our softwares ===&lt;br /&gt;
&lt;br /&gt;
opkg, bitbake etc&lt;br /&gt;
&lt;br /&gt;
* using fusil [http://fusil.hachoir.org fusil] ( fuzzing report ) ,&lt;br /&gt;
i made the recipe see [http://bugs.openembedded.net/show_bug.cgi?id=4495 bug 4495]&lt;br /&gt;
look success story at http://fusil.hachoir.org/trac/wiki/CrashList&lt;br /&gt;
&lt;br /&gt;
=== more documentation ===&lt;br /&gt;
&lt;br /&gt;
bbclass documentation ( how - as a policy )&lt;br /&gt;
=&amp;gt; provide documentations about how to make better code in bitbake&lt;br /&gt;
=&amp;gt; pydoc , doctest , unittest , pyunit , pylint...&lt;br /&gt;
byte compiling bbclass ?&lt;br /&gt;
http://lists.idyll.org/listinfo/testing-in-python&lt;br /&gt;
categories for /classes : qa,pkg,build,doc,...&lt;br /&gt;
&lt;br /&gt;
test quality of a recipe :&lt;br /&gt;
SRC_URI tarball contains no P/PV/PN =&amp;gt; dangerous&lt;br /&gt;
example &amp;quot;${NONFREE_MIRRORS}/oki/OKI_fse.tar.gz&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cf : http://handhelds.org/~zecke/bitbake-qa-0.1.tar.bz2&lt;br /&gt;
&lt;br /&gt;
== common &amp;amp; easy script encapsulation ==&lt;br /&gt;
&lt;br /&gt;
== OpenEmbedded showcase ==&lt;br /&gt;
&lt;br /&gt;
some demonstration of OE ( video , screenshots ... ).&lt;br /&gt;
&lt;br /&gt;
== target web interface ==&lt;br /&gt;
&lt;br /&gt;
* port Webif to OE&lt;br /&gt;
my bug report on this : WIP&lt;br /&gt;
&lt;br /&gt;
* libopkg client support ( via http://packagekit.org/ ? )&lt;br /&gt;
* start a new one from scratch ? ( pylons based for example ).&lt;br /&gt;
&lt;br /&gt;
== delivry/release class ==&lt;br /&gt;
&lt;br /&gt;
Produice a report on a delivry.&lt;br /&gt;
Tool that give good report are often appricated ( there is something to show ).&lt;br /&gt;
Managers/custumers/developers can keep useful and pretty trace of the project.&lt;br /&gt;
&lt;br /&gt;
* log/tag revision of each versioned tree ( that are not in distro/src-revs ) ( mtn status / svn info / -&amp;gt; rev-history , delivry-info )&lt;br /&gt;
* show software update&lt;br /&gt;
* show infos on bugs ( closed/news etc ) as a changelog&lt;br /&gt;
* show stats about image and packets ( boabab etc )&lt;br /&gt;
* show copyrights , licences ...&lt;br /&gt;
&lt;br /&gt;
== emulator/qemu tasks ==&lt;br /&gt;
&lt;br /&gt;
some tasks that could be used for tests and debug.&lt;br /&gt;
* image is bootable ? ( ca be call in testsuite of task that build the img )&lt;br /&gt;
* test first boot&lt;br /&gt;
* upgrade not failed ?  ( print the guilty )&lt;br /&gt;
* broken linkage ? ( can be call in testsuite of sanity.bbclass )&lt;br /&gt;
&lt;br /&gt;
provides some methods&lt;br /&gt;
* build image&lt;br /&gt;
* launch with adapted parameter according to a qemu-machine conf&lt;br /&gt;
* NFS etc&lt;br /&gt;
&lt;br /&gt;
see poky anjuta plugin and poky qemu scripts.&lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
* Industrial applications ( automation , robotic )&lt;br /&gt;
* [[Quality Assurance]]&lt;br /&gt;
* [http://www.gnome.org/press/releases/gmae.html Gnome Mobile]&lt;br /&gt;
&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=417</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=417"/>
		<updated>2008-08-13T15:12:00Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* more documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Some are perhaps really bad ideas ( not enough searsh ), or already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== bugzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== reduce image size method ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependency ) ... diff with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
http://www.ibm.com/developerworks/linux/library/l-inotify.html&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
* template design&lt;br /&gt;
* baobab ...&lt;br /&gt;
&lt;br /&gt;
[http://www.reportlab.org/rl_toolkit.html reportlab]&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== some QA ideas ==&lt;br /&gt;
&lt;br /&gt;
=== fuzzing our softwares ===&lt;br /&gt;
&lt;br /&gt;
opkg, bitbake etc&lt;br /&gt;
&lt;br /&gt;
* using fusil [http://fusil.hachoir.org fusil] ( fuzzing report ) ,&lt;br /&gt;
i made the recipe see [http://bugs.openembedded.net/show_bug.cgi?id=4495 bug 4495]&lt;br /&gt;
look success story at http://fusil.hachoir.org/trac/wiki/CrashList&lt;br /&gt;
&lt;br /&gt;
=== more documentation ===&lt;br /&gt;
&lt;br /&gt;
bbclass documentation ( how - as a policy )&lt;br /&gt;
=&amp;gt; provide documentations about how to make better code in bitbake&lt;br /&gt;
=&amp;gt; pydoc , doctest , unittest , pyunit , pylint...&lt;br /&gt;
byte compiling bbclass ?&lt;br /&gt;
http://lists.idyll.org/listinfo/testing-in-python&lt;br /&gt;
categories for /classes : qa,pkg,build,doc,...&lt;br /&gt;
&lt;br /&gt;
test quality of a recipe :&lt;br /&gt;
SRC_URI tarball contains no P/PV/PN =&amp;gt; dangerous&lt;br /&gt;
example &amp;quot;${NONFREE_MIRRORS}/oki/OKI_fse.tar.gz&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cf : http://handhelds.org/~zecke/bitbake-qa-0.1.tar.bz2&lt;br /&gt;
&lt;br /&gt;
== common &amp;amp; easy script encapsulation ==&lt;br /&gt;
&lt;br /&gt;
== OpenEmbedded showcase ==&lt;br /&gt;
&lt;br /&gt;
some demonstration of OE ( video , screenshots ... ).&lt;br /&gt;
&lt;br /&gt;
== target web interface ==&lt;br /&gt;
&lt;br /&gt;
* port Webif to OE&lt;br /&gt;
my bug report on this : WIP&lt;br /&gt;
&lt;br /&gt;
* libopkg client support ( via http://packagekit.org/ ? )&lt;br /&gt;
* start a new one from scratch ? ( pylons based for example ).&lt;br /&gt;
&lt;br /&gt;
== delivry/release class ==&lt;br /&gt;
&lt;br /&gt;
Produice a report on a delivry.&lt;br /&gt;
Tool that give good report are often appricated ( there is something to show ).&lt;br /&gt;
Managers/custumers/developers can keep useful and pretty trace of the project.&lt;br /&gt;
&lt;br /&gt;
* log/tag revision of each versioned tree ( that are not in distro/src-revs ) ( mtn status / svn info / -&amp;gt; rev-history , delivry-info )&lt;br /&gt;
* show software update&lt;br /&gt;
* show infos on bugs ( closed/news etc ) as a changelog&lt;br /&gt;
* show stats about image and packets ( boabab etc )&lt;br /&gt;
* show copyrights , licences ...&lt;br /&gt;
&lt;br /&gt;
== emulator/qemu tasks ==&lt;br /&gt;
&lt;br /&gt;
some tasks that could be used for tests and debug.&lt;br /&gt;
* image is bootable ? ( ca be call in testsuite of task that build the img )&lt;br /&gt;
* test first boot&lt;br /&gt;
* upgrade not failed ?  ( print the guilty )&lt;br /&gt;
* broken linkage ? ( can be call in testsuite of sanity.bbclass )&lt;br /&gt;
&lt;br /&gt;
provides some methods&lt;br /&gt;
* build image&lt;br /&gt;
* launch with adapted parameter according to a qemu-machine conf&lt;br /&gt;
* NFS etc&lt;br /&gt;
&lt;br /&gt;
see poky anjuta plugin and poky qemu scripts.&lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnome.org/press/releases/gmae.html Gnome Mobile]&lt;br /&gt;
* [[Quality Assurance]]&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=416</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=416"/>
		<updated>2008-08-13T15:10:43Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* fuzzing our software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Some are perhaps really bad ideas ( not enough searsh ), or already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== bugzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== reduce image size method ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependency ) ... diff with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
http://www.ibm.com/developerworks/linux/library/l-inotify.html&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
* template design&lt;br /&gt;
* baobab ...&lt;br /&gt;
&lt;br /&gt;
[http://www.reportlab.org/rl_toolkit.html reportlab]&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== some QA ideas ==&lt;br /&gt;
&lt;br /&gt;
=== fuzzing our softwares ===&lt;br /&gt;
&lt;br /&gt;
opkg, bitbake etc&lt;br /&gt;
&lt;br /&gt;
* using fusil [http://fusil.hachoir.org fusil] ( fuzzing report ) ,&lt;br /&gt;
i made the recipe see [http://bugs.openembedded.net/show_bug.cgi?id=4495 bug 4495]&lt;br /&gt;
look success story at http://fusil.hachoir.org/trac/wiki/CrashList&lt;br /&gt;
&lt;br /&gt;
= more documentation =&lt;br /&gt;
&lt;br /&gt;
bbclass documentation ( how - as a policy )&lt;br /&gt;
=&amp;gt; provide documentations about how to make better code in bitbake&lt;br /&gt;
=&amp;gt; pydoc , doctest , unittest , pyunit , pylint...&lt;br /&gt;
byte compiling bbclass ?&lt;br /&gt;
http://lists.idyll.org/listinfo/testing-in-python&lt;br /&gt;
categories for /classes : qa,pkg,build,doc,...&lt;br /&gt;
&lt;br /&gt;
test quality of a recipe :&lt;br /&gt;
SRC_URI tarball contains no P/PV/PN =&amp;gt; dangerous&lt;br /&gt;
example &amp;quot;${NONFREE_MIRRORS}/oki/OKI_fse.tar.gz&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cf : http://handhelds.org/~zecke/bitbake-qa-0.1.tar.bz2&lt;br /&gt;
&lt;br /&gt;
== common &amp;amp; easy script encapsulation ==&lt;br /&gt;
&lt;br /&gt;
== OpenEmbedded showcase ==&lt;br /&gt;
&lt;br /&gt;
some demonstration of OE ( video , screenshots ... ).&lt;br /&gt;
&lt;br /&gt;
== target web interface ==&lt;br /&gt;
&lt;br /&gt;
* port Webif to OE&lt;br /&gt;
my bug report on this : WIP&lt;br /&gt;
&lt;br /&gt;
* libopkg client support ( via http://packagekit.org/ ? )&lt;br /&gt;
* start a new one from scratch ? ( pylons based for example ).&lt;br /&gt;
&lt;br /&gt;
== delivry/release class ==&lt;br /&gt;
&lt;br /&gt;
Produice a report on a delivry.&lt;br /&gt;
Tool that give good report are often appricated ( there is something to show ).&lt;br /&gt;
Managers/custumers/developers can keep useful and pretty trace of the project.&lt;br /&gt;
&lt;br /&gt;
* log/tag revision of each versioned tree ( that are not in distro/src-revs ) ( mtn status / svn info / -&amp;gt; rev-history , delivry-info )&lt;br /&gt;
* show software update&lt;br /&gt;
* show infos on bugs ( closed/news etc ) as a changelog&lt;br /&gt;
* show stats about image and packets ( boabab etc )&lt;br /&gt;
* show copyrights , licences ...&lt;br /&gt;
&lt;br /&gt;
== emulator/qemu tasks ==&lt;br /&gt;
&lt;br /&gt;
some tasks that could be used for tests and debug.&lt;br /&gt;
* image is bootable ? ( ca be call in testsuite of task that build the img )&lt;br /&gt;
* test first boot&lt;br /&gt;
* upgrade not failed ?  ( print the guilty )&lt;br /&gt;
* broken linkage ? ( can be call in testsuite of sanity.bbclass )&lt;br /&gt;
&lt;br /&gt;
provides some methods&lt;br /&gt;
* build image&lt;br /&gt;
* launch with adapted parameter according to a qemu-machine conf&lt;br /&gt;
* NFS etc&lt;br /&gt;
&lt;br /&gt;
see poky anjuta plugin and poky qemu scripts.&lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnome.org/press/releases/gmae.html Gnome Mobile]&lt;br /&gt;
* [[Quality Assurance]]&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=415</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=415"/>
		<updated>2008-08-13T15:07:19Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* some QA ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Some are perhaps really bad ideas ( not enough searsh ), or already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== bugzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== reduce image size method ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependency ) ... diff with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
http://www.ibm.com/developerworks/linux/library/l-inotify.html&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
* template design&lt;br /&gt;
* baobab ...&lt;br /&gt;
&lt;br /&gt;
[http://www.reportlab.org/rl_toolkit.html reportlab]&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== some QA ideas ==&lt;br /&gt;
&lt;br /&gt;
= fuzzing our software =&lt;br /&gt;
&lt;br /&gt;
opkg, bitbake etc&lt;br /&gt;
&lt;br /&gt;
* using fusil [http://fusil.hachoir.org fusil] ( fuzzing report ) ,&lt;br /&gt;
i made the recipe see [http://bugs.openembedded.net/show_bug.cgi?id=4495 bug 4495]&lt;br /&gt;
&lt;br /&gt;
= more documentation =&lt;br /&gt;
&lt;br /&gt;
bbclass documentation ( how - as a policy )&lt;br /&gt;
=&amp;gt; provide documentations about how to make better code in bitbake&lt;br /&gt;
=&amp;gt; pydoc , doctest , unittest , pyunit , pylint...&lt;br /&gt;
byte compiling bbclass ?&lt;br /&gt;
http://lists.idyll.org/listinfo/testing-in-python&lt;br /&gt;
categories for /classes : qa,pkg,build,doc,...&lt;br /&gt;
&lt;br /&gt;
test quality of a recipe :&lt;br /&gt;
SRC_URI tarball contains no P/PV/PN =&amp;gt; dangerous&lt;br /&gt;
example &amp;quot;${NONFREE_MIRRORS}/oki/OKI_fse.tar.gz&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cf : http://handhelds.org/~zecke/bitbake-qa-0.1.tar.bz2&lt;br /&gt;
&lt;br /&gt;
== common &amp;amp; easy script encapsulation ==&lt;br /&gt;
&lt;br /&gt;
== OpenEmbedded showcase ==&lt;br /&gt;
&lt;br /&gt;
some demonstration of OE ( video , screenshots ... ).&lt;br /&gt;
&lt;br /&gt;
== target web interface ==&lt;br /&gt;
&lt;br /&gt;
* port Webif to OE&lt;br /&gt;
my bug report on this : WIP&lt;br /&gt;
&lt;br /&gt;
* libopkg client support ( via http://packagekit.org/ ? )&lt;br /&gt;
* start a new one from scratch ? ( pylons based for example ).&lt;br /&gt;
&lt;br /&gt;
== delivry/release class ==&lt;br /&gt;
&lt;br /&gt;
Produice a report on a delivry.&lt;br /&gt;
Tool that give good report are often appricated ( there is something to show ).&lt;br /&gt;
Managers/custumers/developers can keep useful and pretty trace of the project.&lt;br /&gt;
&lt;br /&gt;
* log/tag revision of each versioned tree ( that are not in distro/src-revs ) ( mtn status / svn info / -&amp;gt; rev-history , delivry-info )&lt;br /&gt;
* show software update&lt;br /&gt;
* show infos on bugs ( closed/news etc ) as a changelog&lt;br /&gt;
* show stats about image and packets ( boabab etc )&lt;br /&gt;
* show copyrights , licences ...&lt;br /&gt;
&lt;br /&gt;
== emulator/qemu tasks ==&lt;br /&gt;
&lt;br /&gt;
some tasks that could be used for tests and debug.&lt;br /&gt;
* image is bootable ? ( ca be call in testsuite of task that build the img )&lt;br /&gt;
* test first boot&lt;br /&gt;
* upgrade not failed ?  ( print the guilty )&lt;br /&gt;
* broken linkage ? ( can be call in testsuite of sanity.bbclass )&lt;br /&gt;
&lt;br /&gt;
provides some methods&lt;br /&gt;
* build image&lt;br /&gt;
* launch with adapted parameter according to a qemu-machine conf&lt;br /&gt;
* NFS etc&lt;br /&gt;
&lt;br /&gt;
see poky anjuta plugin and poky qemu scripts.&lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnome.org/press/releases/gmae.html Gnome Mobile]&lt;br /&gt;
* [[Quality Assurance]]&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=412</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=412"/>
		<updated>2008-08-13T09:45:28Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* some QA ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Some are perhaps really bad ideas ( not enough searsh ), or already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== bugzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== reduce image size method ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependency ) ... diff with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
http://www.ibm.com/developerworks/linux/library/l-inotify.html&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
* template design&lt;br /&gt;
* baobab ...&lt;br /&gt;
&lt;br /&gt;
[http://www.reportlab.org/rl_toolkit.html reportlab]&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== some QA ideas ==&lt;br /&gt;
&lt;br /&gt;
[http://fusil.hachoir.org fusil] ( fuzzing report ) , [http://bugs.openembedded.net/show_bug.cgi?id=4495 bug 4495]&lt;br /&gt;
&lt;br /&gt;
bbclass documentation ( how - as a policy )&lt;br /&gt;
=&amp;gt; provide documentations about how to make better code in bitbake&lt;br /&gt;
=&amp;gt; pydoc , doctest , unittest , pyunit , pylint...&lt;br /&gt;
byte compiling bbclass ?&lt;br /&gt;
http://lists.idyll.org/listinfo/testing-in-python&lt;br /&gt;
categories for /classes : qa,pkg,build,doc,...&lt;br /&gt;
&lt;br /&gt;
test quality of a recipe :&lt;br /&gt;
SRC_URI tarball contains no P/PV/PN =&amp;gt; dangerous&lt;br /&gt;
example &amp;quot;${NONFREE_MIRRORS}/oki/OKI_fse.tar.gz&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cf : http://handhelds.org/~zecke/bitbake-qa-0.1.tar.bz2&lt;br /&gt;
&lt;br /&gt;
== common &amp;amp; easy script encapsulation ==&lt;br /&gt;
&lt;br /&gt;
== OpenEmbedded showcase ==&lt;br /&gt;
&lt;br /&gt;
some demonstration of OE ( video , screenshots ... ).&lt;br /&gt;
&lt;br /&gt;
== target web interface ==&lt;br /&gt;
&lt;br /&gt;
* port Webif to OE&lt;br /&gt;
my bug report on this : WIP&lt;br /&gt;
&lt;br /&gt;
* libopkg client support ( via http://packagekit.org/ ? )&lt;br /&gt;
* start a new one from scratch ? ( pylons based for example ).&lt;br /&gt;
&lt;br /&gt;
== delivry/release class ==&lt;br /&gt;
&lt;br /&gt;
Produice a report on a delivry.&lt;br /&gt;
Tool that give good report are often appricated ( there is something to show ).&lt;br /&gt;
Managers/custumers/developers can keep useful and pretty trace of the project.&lt;br /&gt;
&lt;br /&gt;
* log/tag revision of each versioned tree ( that are not in distro/src-revs ) ( mtn status / svn info / -&amp;gt; rev-history , delivry-info )&lt;br /&gt;
* show software update&lt;br /&gt;
* show infos on bugs ( closed/news etc ) as a changelog&lt;br /&gt;
* show stats about image and packets ( boabab etc )&lt;br /&gt;
* show copyrights , licences ...&lt;br /&gt;
&lt;br /&gt;
== emulator/qemu tasks ==&lt;br /&gt;
&lt;br /&gt;
some tasks that could be used for tests and debug.&lt;br /&gt;
* image is bootable ? ( ca be call in testsuite of task that build the img )&lt;br /&gt;
* test first boot&lt;br /&gt;
* upgrade not failed ?  ( print the guilty )&lt;br /&gt;
* broken linkage ? ( can be call in testsuite of sanity.bbclass )&lt;br /&gt;
&lt;br /&gt;
provides some methods&lt;br /&gt;
* build image&lt;br /&gt;
* launch with adapted parameter according to a qemu-machine conf&lt;br /&gt;
* NFS etc&lt;br /&gt;
&lt;br /&gt;
see poky anjuta plugin and poky qemu scripts.&lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnome.org/press/releases/gmae.html Gnome Mobile]&lt;br /&gt;
* [[Quality Assurance]]&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=410</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=410"/>
		<updated>2008-08-13T08:33:06Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* Wishlist */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Some are perhaps really bad ideas ( not enough searsh ), or already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== bugzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== reduce image size method ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependency ) ... diff with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
http://www.ibm.com/developerworks/linux/library/l-inotify.html&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
* template design&lt;br /&gt;
* baobab ...&lt;br /&gt;
&lt;br /&gt;
[http://www.reportlab.org/rl_toolkit.html reportlab]&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== some QA ideas ==&lt;br /&gt;
&lt;br /&gt;
[http://fusil.hachoir.org fusil] ( fuzzing report ) , bug : WIP&lt;br /&gt;
&lt;br /&gt;
bbclass documentation ( how - as a policy )&lt;br /&gt;
=&amp;gt; provide documentations about how to make better code in bitbake&lt;br /&gt;
=&amp;gt; pydoc , doctest , unittest , pyunit , pylint...&lt;br /&gt;
byte compiling bbclass ?&lt;br /&gt;
http://lists.idyll.org/listinfo/testing-in-python&lt;br /&gt;
categories for /classes : qa,pkg,build,doc,...&lt;br /&gt;
&lt;br /&gt;
test quality of a recipe :&lt;br /&gt;
SRC_URI tarball contains no P/PV/PN =&amp;gt; dangerous&lt;br /&gt;
example &amp;quot;${NONFREE_MIRRORS}/oki/OKI_fse.tar.gz&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cf : http://handhelds.org/~zecke/bitbake-qa-0.1.tar.bz2&lt;br /&gt;
&lt;br /&gt;
== common &amp;amp; easy script encapsulation ==&lt;br /&gt;
&lt;br /&gt;
== OpenEmbedded showcase ==&lt;br /&gt;
&lt;br /&gt;
some demonstration of OE ( video , screenshots ... ).&lt;br /&gt;
&lt;br /&gt;
== target web interface ==&lt;br /&gt;
&lt;br /&gt;
* port Webif to OE&lt;br /&gt;
my bug report on this : WIP&lt;br /&gt;
&lt;br /&gt;
* libopkg client support ( via http://packagekit.org/ ? )&lt;br /&gt;
* start a new one from scratch ? ( pylons based for example ).&lt;br /&gt;
&lt;br /&gt;
== delivry/release class ==&lt;br /&gt;
&lt;br /&gt;
Produice a report on a delivry.&lt;br /&gt;
Tool that give good report are often appricated ( there is something to show ).&lt;br /&gt;
Managers/custumers/developers can keep useful and pretty trace of the project.&lt;br /&gt;
&lt;br /&gt;
* log/tag revision of each versioned tree ( that are not in distro/src-revs ) ( mtn status / svn info / -&amp;gt; rev-history , delivry-info )&lt;br /&gt;
* show software update&lt;br /&gt;
* show infos on bugs ( closed/news etc ) as a changelog&lt;br /&gt;
* show stats about image and packets ( boabab etc )&lt;br /&gt;
* show copyrights , licences ...&lt;br /&gt;
&lt;br /&gt;
== emulator/qemu tasks ==&lt;br /&gt;
&lt;br /&gt;
some tasks that could be used for tests and debug.&lt;br /&gt;
* image is bootable ? ( ca be call in testsuite of task that build the img )&lt;br /&gt;
* test first boot&lt;br /&gt;
* upgrade not failed ?  ( print the guilty )&lt;br /&gt;
* broken linkage ? ( can be call in testsuite of sanity.bbclass )&lt;br /&gt;
&lt;br /&gt;
provides some methods&lt;br /&gt;
* build image&lt;br /&gt;
* launch with adapted parameter according to a qemu-machine conf&lt;br /&gt;
* NFS etc&lt;br /&gt;
&lt;br /&gt;
see poky anjuta plugin and poky qemu scripts.&lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnome.org/press/releases/gmae.html Gnome Mobile]&lt;br /&gt;
* [[Quality Assurance]]&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Quality_assurance&amp;diff=408</id>
		<title>Quality assurance</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Quality_assurance&amp;diff=408"/>
		<updated>2008-08-06T16:41:59Z</updated>

		<summary type="html">&lt;p&gt;Ronan: New page: Quality assurance, the process or set of processes used to measure and assure the quality of a product ( cf [http://en.wikipedia.org/wiki/Quality_Assurance wikipedia] )  * BitTest ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Quality assurance]], the process or set of processes used to measure and assure the quality of a product ( cf [http://en.wikipedia.org/wiki/Quality_Assurance wikipedia] )&lt;br /&gt;
&lt;br /&gt;
* [[BitTest]] :&lt;br /&gt;
http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000255.html&lt;br /&gt;
* [[oetest]] :&lt;br /&gt;
&lt;br /&gt;
* [[oestats]] / [[TinderBox]] : [[How_do_I_send_automatic_success_and_failure_reports]]&lt;br /&gt;
* insane and sanity bbclass...&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=407</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=407"/>
		<updated>2008-08-06T15:43:32Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* Centers of interest related to openembedded */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Help is welcome. Perhaps somethings in the list already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== buzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== lsof integration ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependancy ) ... comparing with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
keywords : baobab ...&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnome.org/press/releases/gmae.html Gnome Mobile]&lt;br /&gt;
* [[Quality Assurance]]&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Quality_Assurance&amp;diff=406</id>
		<title>Quality Assurance</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Quality_Assurance&amp;diff=406"/>
		<updated>2008-08-06T15:42:48Z</updated>

		<summary type="html">&lt;p&gt;Ronan: New page: Quality assurance, the process or set of processes used to measure and assure the quality of a product ( cf [http://en.wikipedia.org/wiki/Quality_Assurance wikipedia] )  * BitTest : ht...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Quality assurance]], the process or set of processes used to measure and assure the quality of a product ( cf [http://en.wikipedia.org/wiki/Quality_Assurance wikipedia] )&lt;br /&gt;
&lt;br /&gt;
* BitTest :&lt;br /&gt;
http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000255.html&lt;br /&gt;
* oetest&lt;br /&gt;
* tinderbox&lt;br /&gt;
* insane and sanity bbclass...&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=405</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=405"/>
		<updated>2008-08-06T15:34:39Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* Centers of interest related to openembedded */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Help is welcome. Perhaps somethings in the list already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== buzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== lsof integration ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependancy ) ... comparing with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
keywords : baobab ...&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnome.org/press/releases/gmae.html Gnome Mobile]&lt;br /&gt;
* [Quality Assurance]&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=403</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=403"/>
		<updated>2008-08-05T16:41:19Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* Centers of interest related to openembedded */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Help is welcome. Perhaps somethings in the list already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== buzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== lsof integration ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependancy ) ... comparing with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
keywords : baobab ...&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
* Gnome Mobile http://www.gnome.org/press/releases/gmae.html&lt;br /&gt;
* QA &lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=402</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=402"/>
		<updated>2008-08-05T16:32:23Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* OpenEmbedded Experience */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m more a [http://en.wikipedia.org/wiki/Software_architect Software architect].&lt;br /&gt;
Sometimes it&#039;s hard to explain what you should do in the enterprise. I work on improve this state of thing.&lt;br /&gt;
&lt;br /&gt;
= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Help is welcome. Perhaps somethings in the list already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== buzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== lsof integration ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependancy ) ... comparing with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
keywords : baobab ...&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
http://www.gnome.org/press/releases/gmae.html&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=401</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=401"/>
		<updated>2008-08-05T16:24:50Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* Wishlist */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
This section is my wiki for idea i&#039;d like to work to improve my openembedded &lt;br /&gt;
Help is welcome. Perhaps somethings in the list already exists , let me know.&lt;br /&gt;
&lt;br /&gt;
== buzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== lsof integration ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files , packages ( blame useless dependancy ) ... comparing with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ).&lt;br /&gt;
Some Steiner stuff on fusil could be useful.&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
keywords : baobab ...&lt;br /&gt;
&lt;br /&gt;
== netboot images ==&lt;br /&gt;
&lt;br /&gt;
mkelf-linux kernel-image [ramdiskimage]&lt;br /&gt;
keywords : initramdisk &lt;br /&gt;
&lt;br /&gt;
== coreboot integration ==&lt;br /&gt;
&lt;br /&gt;
* some recipes for utils &lt;br /&gt;
* use openembedded instead of buildrom ( yes another build system :/ )&lt;br /&gt;
&lt;br /&gt;
== Gentoo ebuild compatibility ==&lt;br /&gt;
&lt;br /&gt;
using script ( crazy ) or common variables ( completely crazy ).&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
= Centers of interest related to openembedded =&lt;br /&gt;
&lt;br /&gt;
http://www.gnome.org/press/releases/gmae.html&lt;br /&gt;
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=400</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=400"/>
		<updated>2008-08-05T14:21:37Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* lsof integration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
== buzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== lsof integration ==&lt;br /&gt;
&lt;br /&gt;
Reduce image size using remote lsof session on target to check useless files and/or packages comparing with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb&lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
keywords : baobab ...&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=399</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=399"/>
		<updated>2008-08-05T14:19:33Z</updated>

		<summary type="html">&lt;p&gt;Ronan: /* 2007 - 2008 : Nao */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;br /&gt;
&lt;br /&gt;
= Wishlist =&lt;br /&gt;
&lt;br /&gt;
== buzilla integration ==&lt;br /&gt;
&lt;br /&gt;
 if ( OE_WARN_BUG == 1 )&lt;br /&gt;
  checkbug(${PN})&lt;br /&gt;
&lt;br /&gt;
 bitbake -bugz mozilla &lt;br /&gt;
&lt;br /&gt;
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28&lt;br /&gt;
&lt;br /&gt;
== lsof integration ==&lt;br /&gt;
&lt;br /&gt;
using remote lsof session on target to check useless files and/or packages comparing with $ROOTFS and eventually try them by size.&lt;br /&gt;
&lt;br /&gt;
 #REMOTE_METHODE = &amp;quot;ssh 192.168.0.1&amp;quot;&lt;br /&gt;
 REMOTE_METHODE = &amp;quot;tty /dev/USBtty1&amp;quot;&lt;br /&gt;
 bitbake -lsof-session mycustom-image.bb &lt;br /&gt;
&lt;br /&gt;
== report tool ==&lt;br /&gt;
&lt;br /&gt;
print beautiful documentation on the distro/packages/whatever.&lt;br /&gt;
keywords : baobab ...&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User_talk:Ronan&amp;diff=278</id>
		<title>User talk:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User_talk:Ronan&amp;diff=278"/>
		<updated>2008-07-18T15:03:48Z</updated>

		<summary type="html">&lt;p&gt;Ronan: Removing all content from page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=277</id>
		<title>User:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Ronan&amp;diff=277"/>
		<updated>2008-07-18T15:03:38Z</updated>

		<summary type="html">&lt;p&gt;Ronan: New page: = OpenEmbedded Experience =  == 2006 - 2007 : Paper-book project ==  Prototype for [http://www.paper-book.com paper-book]  * http://scourge.fr/mathdesc/images/pb/PB-1.JPG * http://scourge....&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OpenEmbedded Experience =&lt;br /&gt;
&lt;br /&gt;
== 2006 - 2007 : Paper-book project ==&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;br /&gt;
&lt;br /&gt;
== 2007 - 2008 : Nao ==&lt;br /&gt;
&lt;br /&gt;
Soon some information about it.&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User_talk:Ronan&amp;diff=276</id>
		<title>User talk:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User_talk:Ronan&amp;diff=276"/>
		<updated>2008-07-18T14:51:35Z</updated>

		<summary type="html">&lt;p&gt;Ronan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My first Openembedded based BSP :&lt;br /&gt;
&lt;br /&gt;
Prototype for [http://www.paper-book.com paper-book]&lt;br /&gt;
&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
* http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User_talk:Ronan&amp;diff=275</id>
		<title>User talk:Ronan</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User_talk:Ronan&amp;diff=275"/>
		<updated>2008-07-18T14:48:48Z</updated>

		<summary type="html">&lt;p&gt;Ronan: add first openembedded experience&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My first Openembedded based BSP :&lt;br /&gt;
&lt;br /&gt;
http://scourge.fr/mathdesc/images/pb/PB-1.JPG&lt;br /&gt;
http://scourge.fr/mathdesc/images/pb/PB-2.JPG&lt;br /&gt;
http://scourge.fr/mathdesc/images/pb/PB-3.JPG&lt;/div&gt;</summary>
		<author><name>Ronan</name></author>
	</entry>
</feed>