]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - openembedded/Makefile
9f67a35abd753d9db6efddbe943894f0b0409a3a
[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         rm -f meta-angstrom/recipes-core/systemd/systemd_206.bbappend
7         mv meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend meta-angstrom/recipes-tweaks/connman/connman_1.12.bbappend
8         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
9         if quilt unapplied; then quilt push -a; fi
10
11 gumstix: init
12         bash -c ". openembedded-core/oe-init-build-env && MACHINE=overo bitbake console-image"
13
14 toradex: init
15         bash -c ". openembedded-core/oe-init-build-env && MACHINE=colibri-t20 bitbake console-image"