]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - openembedded/Makefile
Add makefile for gumstix and toradex
[eurobot/public.git] / openembedded / Makefile
1 all: gumstix toradex
2
3 init:
4         quilt pop -a
5         quilt push -a
6
7 gumstix: init
8         . openembedded-core/oe-init-build-env && \
9         MACHINE=overo bitbake core-image-minimal
10
11 toradex: init
12         . openembedded-core/oe-init-build-env && \
13         MACHINE=colibri-t20 bitbake core-image-minimal