]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - openembedded/Makefile
Use bash to run bibake etc.
[eurobot/public.git] / openembedded / Makefile
1 all: gumstix toradex
2
3 init:
4         cd .. && git submodule update --init openembedded
5         ln -sf ../bitbake openembedded-core/bitbake
6         if quilt unapplied; then quilt push -a; fi
7
8 gumstix: init
9         bash -c ". openembedded-core/oe-init-build-env && MACHINE=overo bitbake core-image-minimal"
10
11 toradex: init
12         bash -c ". openembedded-core/oe-init-build-env && MACHINE=colibri-t20 bitbake core-image-minimal"