Difference between revisions of "User:Ronan"

From Openembedded.org
Jump to: navigation, search
(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....)
 
(2007 - 2008 : Nao)
Line 12: Line 12:
  
 
Soon some information about it.
 
Soon some information about it.
 +
 +
= Wishlist =
 +
 +
== 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 ==
 +
 +
using remote lsof session on target to check useless files and/or packages 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
 +
 +
== report tool ==
 +
 +
print beautiful documentation on the distro/packages/whatever.
 +
keywords : baobab ...

Revision as of 14:19, 5 August 2008

OpenEmbedded Experience

2006 - 2007 : Paper-book project

Prototype for paper-book

2007 - 2008 : Nao

Soon some information about it.

Wishlist

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

using remote lsof session on target to check useless files and/or packages 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 

report tool

print beautiful documentation on the distro/packages/whatever. keywords : baobab ...