summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-10-04 22:13:30 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-04 22:16:19 +0000
commitcb9966aa9206d2e4ffc6ace54da8502a91f3b0c2 (patch)
tree241756dbcb70c88daebf3a759d6d34d727cf40d2
parentd0659ee84662974b7fae5c2ef58b64b3fb875453 (diff)
downloaddefinitions-baserock/james/jetson-genivi.tar.gz
-rw-r--r--strata/genivi-demo-platform/boost.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/genivi-demo-platform/boost.morph b/strata/genivi-demo-platform/boost.morph
new file mode 100644
index 00000000..7c3e6cff
--- /dev/null
+++ b/strata/genivi-demo-platform/boost.morph
@@ -0,0 +1,8 @@
+name: boost
+kind: chunk
+configure-commands:
+- ./bootstrap.sh
+build-commands:
+- ./b2 || true
+install-commands:
+- ./b2 install --prefix=$DESTDIR$PREFIX || true