]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - openembedded/Makefile
Initialize openembedded submodules
[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         quilt pop -a
7         quilt push -a
8
9 gumstix: init
10         . openembedded-core/oe-init-build-env && \
11         MACHINE=overo bitbake core-image-minimal
12
13 toradex: init
14         . openembedded-core/oe-init-build-env && \
15         MACHINE=colibri-t20 bitbake core-image-minimal