Pages
Blogroll
Tags
adwords agile automation build c++ debian django eclipse git hibernate hosting iptv j2ee java javascript lighttpd linux logs mail misc monitor network openvz oracle orm perforce performance python qt quality reliability review s-u scripts security sh sql svn testing trac vcs vps web web2py websphereSearch
Recent Comments
- Tien Thai on How To Debug Hibernate SQL Queries With Parameters
- Anonymous on How To Debug Hibernate SQL Queries With Parameters
Archives
Languages
Tag Archives: oe
Openembedded: tracking dependencies, the effective way
Openembedded is a tool to build Linux-based distribudions from source where you can customize almost every aspect of operating system and it's default components. Used mainly for embedded systems development. I'll show today how you can check easily (command-line, of … Continue reading
OpenEmbedded: missing package contents in a rootfs
Recently I've hit problem that some package was silently not installed in rootfs. The reason was visible only in debug mode: $ bitbake -D (…) Collected errors: * opkg_install_cmd: Cannot install package libnexus. * opkg_install_cmd: Cannot install package libnexus-dbg. * … Continue reading