]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Add makefile for gumstix and toradex
authorMartin Vajnar <martin@martin-HP-ProBook-4330s.(none)>
Mon, 18 Nov 2013 15:18:52 +0000 (16:18 +0100)
committerMartin Vajnar <martin@martin-HP-ProBook-4330s.(none)>
Mon, 18 Nov 2013 15:18:52 +0000 (16:18 +0100)
openembedded/.gitignore [new file with mode: 0644]
openembedded/Makefile [new file with mode: 0644]

diff --git a/openembedded/.gitignore b/openembedded/.gitignore
new file mode 100644 (file)
index 0000000..801d0fc
--- /dev/null
@@ -0,0 +1,6 @@
+.pc/
+build/bitbake.lock
+build/cache/
+build/conf/sanity_info
+build/downloads/
+build/out-eglibc/
diff --git a/openembedded/Makefile b/openembedded/Makefile
new file mode 100644 (file)
index 0000000..602d6f5
--- /dev/null
@@ -0,0 +1,13 @@
+all: gumstix toradex
+
+init:
+       quilt pop -a
+       quilt push -a
+
+gumstix: init
+       . openembedded-core/oe-init-build-env && \
+       MACHINE=overo bitbake core-image-minimal
+
+toradex: init
+       . openembedded-core/oe-init-build-env && \
+       MACHINE=colibri-t20 bitbake core-image-minimal