Difference between revisions of "User:Ronan"
m (→OpenEmbedded Experience) |
(→Centers of interest related to openembedded) |
||
Line 63: | Line 63: | ||
= Centers of interest related to openembedded = | = Centers of interest related to openembedded = | ||
− | http://www.gnome.org/press/releases/gmae.html | + | * Gnome Mobile http://www.gnome.org/press/releases/gmae.html |
− | http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html | + | * QA |
+ | http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html |
Revision as of 16:41, 5 August 2008
I'm more a Software architect. Sometimes it's hard to explain what you should do in the enterprise. I work on improve this state of thing.
Contents
OpenEmbedded Experience
2006 - 2007 : Paper-book project
Prototype for paper-book
- http://scourge.fr/mathdesc/images/pb/PB-1.JPG
- http://scourge.fr/mathdesc/images/pb/PB-2.JPG
- http://scourge.fr/mathdesc/images/pb/PB-3.JPG
2007 - 2008 : Nao
Soon some information about it.
Wishlist
This section is my wiki for idea i'd like to work to improve my openembedded Help is welcome. Perhaps somethings in the list already exists , let me know.
buzilla integration
if ( OE_WARN_BUG == 1 ) checkbug(${PN})
bitbake -bugz mozilla
cf http://code.google.com/p/pybugz/source/browse/trunk/README?r=28
lsof integration
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.
#REMOTE_METHODE = "ssh 192.168.0.1" REMOTE_METHODE = "tty /dev/USBtty1" bitbake -lsof-session mycustom-image.bb
i should also try some code inspector ( to check code duplication etc to advise programmer where place could be saved ). Some Steiner stuff on fusil could be useful.
report tool
print beautiful documentation on the distro/packages/whatever. keywords : baobab ...
netboot images
mkelf-linux kernel-image [ramdiskimage] keywords : initramdisk
coreboot integration
- some recipes for utils
- use openembedded instead of buildrom ( yes another build system :/ )
Gentoo ebuild compatibility
using script ( crazy ) or common variables ( completely crazy ).
- Gnome Mobile http://www.gnome.org/press/releases/gmae.html
- QA
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html http://projects.linuxtogo.org/pipermail/openembedded-devel/2006-September/000323.html