User:Ronan: Difference between revisions

From Openembedded.org
Jump to navigation Jump to search
Line 26: Line 26:
== lsof integration ==
== lsof integration ==


using remote lsof session on target to check useless files and/or packages comparing with $ROOTFS and eventually try them by size.
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.


  #REMOTE_METHODE = "ssh 192.168.0.1"
  #REMOTE_METHODE = "ssh 192.168.0.1"
  REMOTE_METHODE = "tty /dev/USBtty1"
  REMOTE_METHODE = "tty /dev/USBtty1"
  bitbake -lsof-session mycustom-image.bb  
  bitbake -lsof-session mycustom-image.bb


== report tool ==
== report tool ==

Revision as of 14:21, 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

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.

#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 ...