all: gumstix toradex init: cd .. && git submodule update --init openembedded ln -sf ../bitbake openembedded-core/bitbake if quilt unapplied; then quilt push -a; fi gumstix: init bash -c ". openembedded-core/oe-init-build-env && MACHINE=overo bitbake console-image" toradex: init bash -c ". openembedded-core/oe-init-build-env && MACHINE=colibri-t20 bitbake console-image"