all: gumstix toradex init: cd .. && git submodule update --init openembedded ln -sf ../bitbake openembedded-core/bitbake if test -f meta-angstrom/recipes-core/systemd/systemd_206.bbappend; then \ rm -f meta-angstrom/recipes-core/systemd/systemd_206.bbappend; \ fi if test -f meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend; then \ mv meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend \ meta-angstrom/recipes-tweaks/connman/connman_1.12.bbappend; \ fi if test -f meta-toradex-community/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bbappend; then \ mv meta-toradex-community/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bbappend \ meta-toradex-community/recipes-bsp/u-boot/u-boot-fw-utils_2013.01.01.bbappend; \ fi 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"