aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/openpandora/build/bundle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/openpandora/build/bundle.sh')
-rwxr-xr-xbackends/platform/openpandora/build/bundle.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/backends/platform/openpandora/build/bundle.sh b/backends/platform/openpandora/build/bundle.sh
new file mode 100755
index 0000000000..12d34380bc
--- /dev/null
+++ b/backends/platform/openpandora/build/bundle.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+. /usr/local/angstrom/arm/environment-setup
+
+CROSS_COMPILE=arm-angstrom-linux-gnueabi-
+export CROSS_COMPILE
+
+echo Quick script to make building a distribution of the OpenPanodra backend more consistent.
+
+cd ../../../..
+
+make op-bundle
+make op-pnd