Goal Install a node module natively using node-waf. Specifically, I'm looking at node-inotify Procedure For reasons that I don't understand, the packaged build of nodejs in OpenEmbedded doesn't include node's waf tools. I just copied them over from a system that does have them installed: Prereqs GUMSTIX=192.168.1.110 scp -r /usr/local/lib/node/waf* ${GUMSTIX}:/usr/lib/node/ scp ~/overo-oe/tmp/depl