Difference between revisions of "User:Ronan"

From Openembedded.org
Jump to: navigation, search
(lsof integration)
m (Wishlist)
Line 14: Line 14:
  
 
= Wishlist =
 
= 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 ==
 
== buzilla integration ==
Line 26: Line 29:
 
== lsof integration ==
 
== 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.
+
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 = "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
 +
 +
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 ==
 
== report tool ==
Line 36: Line 42:
 
print beautiful documentation on the distro/packages/whatever.
 
print beautiful documentation on the distro/packages/whatever.
 
keywords : baobab ...
 
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 ).
 +
 +
 +
= Centers of interest related to openembedded =
 +
 +
http://www.gnome.org/press/releases/gmae.html
 +
http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html

Revision as of 16:24, 5 August 2008

OpenEmbedded Experience

2006 - 2007 : Paper-book project

Prototype for paper-book

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


Centers of interest related to openembedded

http://www.gnome.org/press/releases/gmae.html http://zecke.blogspot.com/2006/10/softwareengineering-and-qa-for-free.html