aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/openpandora/build/bundle.sh
blob: 12d34380bc54db97325a99e5e1733ff7f5ac3410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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