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 core-image-minimal" toradex: init bash -c ". openembedded-core/oe-init-build-env && MACHINE=colibri-t20 bitbake core-image-minimal"