Difference between revisions of "User:Ronan"
From Openembedded.org
(→2007 - 2008 : Nao) |
(→lsof integration) |
||
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
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
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 ...